Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size Revision Age Author Comment
  backends b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
access.ml 3.57 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
basic_library.ml 6.9 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
causality.ml 19.3 KB 01f1a1f4 about 9 years Xavier Thirioux - added missing constraint check when sub-clock...
clock_calculus.ml 30.8 KB 32f508aa about 9 years Xavier Thirioux - corrected a small bug in clock calculus
clock_predef.ml 1.57 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
clocks.ml 19.3 KB d52e7821 about 9 years Xavier Thirioux - several bugs corrected when mixing tuples wit...
corelang.ml 25.6 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
corelang.mli 4.28 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
delay.ml 2.97 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
delay_predef.ml 1.22 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
dimension.ml 10.4 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
env.ml 1.62 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
expand.ml 10.8 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
init_calculus.ml 11.1 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
init_predef.ml 2.29 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
inliner.ml 11 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
lexerLustreSpec.mll 4.13 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
lexer_lustre.mll 4.93 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
lexer_prelude.mll 3.21 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
liveness.ml 11.6 KB 01f1a1f4 about 9 years Xavier Thirioux - added missing constraint check when sub-clock...
location.ml 2.57 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
log.ml 874 Bytes b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
lustreSpec.ml 5.4 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
machine_code.ml 18.7 KB 01f1a1f4 about 9 years Xavier Thirioux - added missing constraint check when sub-clock...
main_lustre_compiler.ml 13.9 KB d52e7821 about 9 years Xavier Thirioux - several bugs corrected when mixing tuples wit...
normalization.ml 16.3 KB 01f1a1f4 about 9 years Xavier Thirioux - added missing constraint check when sub-clock...
optimize_machine.ml 7.43 KB 01f1a1f4 about 9 years Xavier Thirioux - added missing constraint check when sub-clock...
optimize_prog.ml 4.18 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
options.ml 3.9 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
parse.ml 1.58 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
parserLustreSpec.mly 7.98 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
parser_lustre.mly 16.3 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
printers.ml 14.2 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
scheduling.ml 7.01 KB 01f1a1f4 about 9 years Xavier Thirioux - added missing constraint check when sub-clock...
sortProg.ml 2 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
splitting.ml 3.17 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
stateless.ml 2.87 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
type_predef.ml 2.66 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
types.ml 9.52 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
typing.ml 27.6 KB b38ffff3 about 9 years Pierre-Loïc Garoche Updated the licence info and header for each fi...
utils.ml 8.76 KB 01f1a1f4 about 9 years Xavier Thirioux - added missing constraint check when sub-clock...

Latest revisions

# Date Author Comment
32f508aa 07/10/2014 11:19 PM Xavier Thirioux

- corrected a small bug in clock calculus

d52e7821 07/10/2014 05:19 PM Xavier Thirioux

- several bugs corrected when mixing tuples with clocks

01f1a1f4 07/10/2014 12:49 PM Xavier Thirioux

- added missing constraint check when sub-clocking
tuple expressions
- added an algorithm that reuses dead or clock-disjoint
variables instead of declaring/using new ones.
- NOT carefully tested. Use option -O 3 if you want
to give it a try...

b38ffff3 07/09/2014 09:57 AM Pierre-Loïc Garoche

Updated the licence info and header for each file.
Moved backends in separate folders

fcf1fd96 07/09/2014 12:35 AM Teme Kahsai

Fixed horn backend to make query for properties. More work needed for cex

2cf39a8e 07/08/2014 04:53 PM Xavier Thirioux

- many bugs/limitations in lifting operators to tuples have been worked out:
- typing/clock calculus/normalization now work properly
- still, a bug in annot generation (this one is for Ploc !!)
in file normalization, line 396
- bug corrected in subtyping...

34a5a072 07/07/2014 10:35 AM Xavier Thirioux

work in progress in liveness analysis...

7cd31331 07/04/2014 04:57 PM Xavier Thirioux

work in progress (code optimization again)

36454535 07/03/2014 10:46 PM Pierre-Loïc Garoche

Merged horn_traces branch

1837ce98 07/03/2014 10:40 PM Xavier Thirioux

added some infrastructure to ease optimization (reusing vars)

View revisions

Also available in: Atom