|
|
@3073
|
8 years |
sacerdot |
New extraction, all tests pass.
|
|
|
@3071
|
8 years |
sacerdot |
…
|
|
|
@3070
|
8 years |
sacerdot |
Ext case of RTL implemented.
|
|
|
@3067
|
8 years |
sacerdot |
New test that fails too.
|
|
|
@3062
|
8 years |
sacerdot |
Bug fixed in the semantics of Mov: the offset was ignored.
Now all …
|
|
|
@3058
|
8 years |
tranquil |
…
|
|
|
@3052
|
8 years |
tranquil |
…
|
|
|
@3045
|
8 years |
tranquil |
fixed what made test3 fail. However it involves a different notion of …
|
|
|
@3043
|
8 years |
sacerdot |
New major extraction that should have solved all remaining issues.
As …
|
|
|
@3038
|
8 years |
sacerdot |
Bug fixed: the stack_cost* variables must be declared before the …
|
|
|
@3027
|
8 years |
sacerdot |
Another output used by the plug-in.
|
|
|
@3026
|
8 years |
sacerdot |
With -a we now produce also the .cerco file required by the plug-in.
|
|
|
@3025
|
8 years |
sacerdot |
1. two syntax errors in instrumented files fixed
2. the compiler now …
|
|
|
@3020
|
8 years |
sacerdot |
- Options not used removed from the help/interface.
- More compliance …
|
|
|
@3015
|
8 years |
sacerdot |
Comment removed
|
|
|
@3014
|
8 years |
tranquil |
ERTL to ERTLptr pass suppressed (it introduced a bug in the later …
|
|
|
@3013
|
8 years |
sacerdot |
Temporary parsing files removed.
|
|
|
@3005
|
8 years |
sacerdot |
Beginning of making it fully compatible with untrusted one.
|
|
|
@3002
|
8 years |
tranquil |
fixed previous commit
|
|
|
@3000
|
8 years |
tranquil |
added RTLabs printer
|
|
|
@2999
|
8 years |
sacerdot |
code_memory added to labelled_object_code to avoid recomputing it …
|
|
|
@2998
|
8 years |
sacerdot |
Test on conditional execution. Fails atm.
|
|
|
@2993
|
8 years |
sacerdot |
1. performance improved: the type inference was inferring
…
|
|
|
@2988
|
8 years |
sacerdot |
Some easy tests.
|
|
|
@2982
|
8 years |
sacerdot |
Pretty priting of LIN implemented.
|
|
|
@2964
|
8 years |
sacerdot |
Debugging code removed.
|
|
|
@2960
|
8 years |
sacerdot |
New extraction, it diverges in RTL execution now.
|
|
|
@2934
|
8 years |
sacerdot |
Patch to obtain more easily comparable traces.
|
|
|
@2901
|
8 years |
sacerdot |
1. backendPrinter renamed to printer
2. Clight printing branched into …
|
|
|
@2900
|
8 years |
sacerdot |
Flushing to understand where it is slow.
|
|
|
@2875
|
8 years |
sacerdot |
Pretty printing of object code integrated too.
A couple of axioms make …
|
|
|
@2874
|
8 years |
sacerdot |
Syntax fixed: ./cerco [-exec] filename annotationoption
|
|
|
@2868
|
8 years |
sacerdot |
Pretty printing of ERTL and ERTLptr code.
|
|
|
@2864
|
8 years |
sacerdot |
I must have drunk yesterday: all RTL passes are printed correctly; the …
|
|
|
@2860
|
8 years |
sacerdot |
RTL printing, core dumps ATM
|
|
|
@2859
|
8 years |
sacerdot |
Pretty printing improved (now it always starts the visit from lbl 1).
|
|
|
@2858
|
8 years |
sacerdot |
Trying to pretty print the code graph in visit order.
Slightly bugged …
|
|
|
@2856
|
8 years |
sacerdot |
Pretty printing of LTL almost finished.
|
|
|
@2854
|
8 years |
sacerdot |
Pretty printing of the LTL program.
|
|
|
@2834
|
8 years |
sacerdot |
Execution integrated in the compiler, as it was in the prototype. …
|
|
|
@2826
|
8 years |
sacerdot |
New error messages.
|
|
|
@2815
|
8 years |
sacerdot |
exec superseded by exec_all
|
|
|
@2814
|
8 years |
sacerdot |
frontend superseded by execute_all
|
|
|
@2813
|
8 years |
sacerdot |
RTLabs now printed too
|
|
|
@2805
|
8 years |
sacerdot |
Now also prints the trace for the labelled Clight.
|
|
|
@2804
|
8 years |
sacerdot |
New executable exec_all. It contains a function to run and print all …
|
|
|
@2798
|
8 years |
sacerdot |
New error message.
|
|
|
@2792
|
8 years |
campbell |
Make instrumented output a little easier to read.
|
|
|
@2791
|
8 years |
campbell |
Remove dead code in driver.
|
|
|
@2790
|
8 years |
campbell |
Some null handling in conversion from CIL.
|
|
|
@2789
|
8 years |
campbell |
Some changes to the driver to aid debugging.
|
|
|
@2788
|
8 years |
campbell |
Report compiler error
|
|
|
@2787
|
8 years |
campbell |
Output stack costs in driver.
|
|
|
@2780
|
8 years |
sacerdot |
Bug fixed: in BitVector?.ma the functions bv_to_nat and nat_to_bv were …
|
|
|
@2779
|
8 years |
sacerdot |
1. bug fixed in the use of vsplit
2. major speed up (avoid detour via …
|
|
|
@2778
|
8 years |
sacerdot |
Code to pretty-print the IntelHex? output.
At the moment the glue code …
|
|
|
@2776
|
8 years |
sacerdot |
The compiler now extracts also the stack cost model.
|
|
|
@2773
|
8 years |
sacerdot |
1. everything extracted again after all bugs in Matita's extraction …
|
|
|
@2759
|
8 years |
campbell |
Print out costs, with choice of style.
Note small anti-assertion patch …
|
|
|
@2758
|
8 years |
campbell |
Adapt prototype's Clight printer.
Doesn't use cost map yet.
|
|
|
@2747
|
8 years |
sacerdot |
The compiler (frontend + backend)
|
|
|
@2744
|
8 years |
sacerdot |
Build no longer fails.
|
|
|
@2729
|
8 years |
sacerdot |
More errors recognized
|
|
|
@2721
|
8 years |
campbell |
Give the real error in the driver.
|
|
|
@2648
|
8 years |
sacerdot |
Back in sync with the extracted code.
|
|
|
@2636
|
8 years |
campbell |
Extracted front-end.
|
|
|
@2620
|
8 years |
campbell |
Sufficient hacking to run the extracted Clight semantics.
|