- Mar 22, 2019
-
-
Pierre Loic Garoche authored
-
- Mar 21, 2019
-
-
Pierre Loic Garoche authored
-
Pierre Loic Garoche authored
-
- Nov 23, 2018
-
-
Pierre Loic Garoche authored
-
- Nov 16, 2018
-
-
Pierre Loic Garoche authored
-
- Nov 15, 2018
-
-
Pierre Loic Garoche authored
- a bug in regressio ntest Simulink/integrator_ext_IC_matrix_test revealed the following (serious issue): when building the list of instruction (in the machine code) the access to variable were hardcoded to LocalVar or StateVAr depending whether the variables was part of the identified memories. Un fortunately the set of memories is only known after iterating through all definitions. A read access to a memory which was scheduled before its update was generating a non compilable C code: the access to the memory x which should be written as mem->x was written as a local access "x". But x was not declared as a local variable: hence gcc compile error. The current commit is pretty involved. It goes through all the code: - LocalVar and StateVar have been merged in Var in machine instructions (rhs ie expressions) - any possible print or access to these shall be given access to the machine (ie its memories) so a lot of functions have been enriched with a machine first argument. Regression tests performed well showing no additional bug introduced. The only Unstable->Broken changes are the DIFF which could not be run at all before.
-
- Mar 30, 2018
-
-
Pierre Loic Garoche authored
- arrow.ml* to define basic builder for arrow (node, name, ...) - machine_code_common similar to corelang but for machine_code (printers, some builders, ...) - machine_code restricted to the translatation from normalized nodes to machines
-
Pierre Loic Garoche authored
Structs defining machines are now in machine_code_types
-
Pierre Loic Garoche authored
- Renamed type declarations as lustre_types and machine_code_types
-
- Jan 31, 2018
-
-
Pierre Loic Garoche authored
[general] large modification: added machine types, a second typing phase dealing with machine types (eg uint8) typing was transformed as a functor and parametrized by basic types (int/real/bool) it can also be applied multiple times on the same program
-
- Dec 12, 2017
-
-
Pierre Loic Garoche authored
-
- Nov 14, 2017
-
-
Pierre Loic Garoche authored
-
- Jul 18, 2017
-
-
Pierre Loic Garoche authored
-
Pierre Loic Garoche authored
-
Pierre Loic Garoche authored
-
Pierre Loic Garoche authored
-
- Jul 17, 2017
-
-
Hamza Bourbouh authored
-
- Jul 14, 2017
-
-
Pierre Loic Garoche authored
[EMF] Protecting print of names to ensure a length < 50. Remove the middle part of the string and inject a hash of it.
-
- Jul 12, 2017
-
-
Pierre Loic Garoche authored
-
Pierre Loic Garoche authored
-
- Jul 10, 2017
-
-
Pierre Loic Garoche authored
-
Pierre Loic Garoche authored
-
Pierre Loic Garoche authored
-