- Apr 08, 2015
-
-
THIRIOUX Xavier authored
- destination dir should now work properly - lusic files now have a version number, to avoid nasty segfaults when loading lusic files created by an older compiler version - inlining should now work with generic nodes and generic array library - tests_ok_dev.list has been added that focuses on advanced (but unused !) features of lustrec, avoiding the large 'kind' test files
-
- Apr 03, 2015
-
-
THIRIOUX Xavier authored
- global constants were not accounted for - no good avoidance of name capture when inlining - static parameters (array sizes and clocks) not handled - ill-typed generated expressions, when inlining array expressions
-
- Mar 24, 2015
-
-
Pierre Loic Garoche authored
-
- Sep 09, 2014
-
-
THIRIOUX Xavier authored
-
- Sep 03, 2014
-
-
THIRIOUX Xavier authored
- removed a potential source of bug in scheduler
-
THIRIOUX Xavier authored
-
- Sep 02, 2014
-
-
THIRIOUX Xavier authored
- corrected several bugs in inlining - STILL, BUGS REMAINING in inlined code !!??!!
-
THIRIOUX Xavier authored
- added interface files (.lusi) in the language, that can be compiled on their own, giving an object file (.lusic) and a header file (.h) - modular code generation, from Lustre to C level included. - nice amount of code refactoring
-
- Jul 09, 2014
-
-
Pierre Loic Garoche authored
Moved backends in separate folders
-
- Jul 03, 2014
-
-
Pierre Loic Garoche authored
-
- Jul 02, 2014
-
-
Pierre Loic Garoche authored
1. moved type def in lustrespec.ml 2. moved constructor and basic functions in corelang 3. Modified eexpr with prenext quantifiers
-
- May 23, 2014
-
-
Pierre Loic Garoche authored
-
- May 19, 2014
-
-
Pierre Loic Garoche authored
-
- Mar 14, 2014
-
-
THIRIOUX Xavier authored
(to turn conditionals into merges, which yield more efficient C code)
-
- Feb 28, 2014
-
-
Pierre Loic Garoche authored
Systematic use of the build path
-
Pierre Loic Garoche authored
-