- Apr 13, 2022
-
-
BRUN Lelio authored
-
- Feb 09, 2022
-
-
BRUN Lelio authored
-
- Feb 03, 2022
-
-
BRUN Lelio authored
ast modifs and additional arrow_taint phase to retrieve which arrow "protects" / "taints" which variable
-
- Oct 27, 2021
-
-
BRUN Lelio authored
-
- Sep 27, 2021
-
-
BRUN Lelio authored
-
- Sep 23, 2021
-
-
BRUN Lelio authored
-
- Sep 21, 2021
-
-
BRUN Lelio authored
-
- Sep 20, 2021
-
-
BRUN Lelio authored
-
- Aug 25, 2021
-
-
BRUN Lelio authored
-
- Jul 29, 2021
-
-
BRUN Lelio authored
-
- Jun 30, 2021
-
-
BRUN Lelio authored
-
BRUN Lelio authored
-
- Jun 25, 2021
-
-
BRUN Lelio authored
-
- Jun 17, 2021
-
-
BRUN Lelio authored
-
- Jun 14, 2021
-
-
BRUN Lelio authored
-
- Jun 03, 2021
-
-
BRUN Lelio authored
-
- May 04, 2021
-
-
BRUN Lelio authored
-
- Feb 05, 2021
-
-
BRUN Lelio authored
-
- Dec 09, 2019
-
-
Pierre Loic Garoche authored
-
- Nov 21, 2019
-
-
Pierre Loic Garoche authored
- Bugs in partial evaluation for equalities among bool constants and a nice recursive call generating a stack overflow! Now solved - Setup a timeout for z3 in seal - Better log for seal
-
- Nov 20, 2019
-
-
Pierre Loic Garoche authored
Array access: solved issues in C backend when basic operations in array access dimensions. Also better handling in EMF, ie further normalization through new equations
-
Pierre Loic Garoche authored
-
- Nov 14, 2019
-
-
Pierre Loic Garoche authored
- real constants are hidden in Real.ml{i} module
-
- Nov 06, 2019
-
-
Pierre Loic Garoche authored
-
- Jul 17, 2019
-
-
Pierre Loic Garoche authored
[printer] more kind2 syntax
-
- Jul 11, 2019
-
-
Pierre Loic Garoche authored
-
- Jul 09, 2019
-
-
Pierre Loic Garoche authored
-
- Jul 05, 2019
-
-
Pierre Loic Garoche authored
- copy_var_decl now keeps the generated type
-
- Mar 21, 2019
-
-
Pierre Loic Garoche authored
-
- Mar 14, 2019
-
-
Pierre Loic Garoche authored
- now properly records the scopes - only register requested ones
-
- Mar 12, 2019
-
-
Pierre Loic Garoche authored
Contract resolution still need to be done as well as dealing with the machine code level and so on.
-
- Nov 23, 2018
-
-
Pierre Loic Garoche authored
-
Pierre Loic Garoche authored
-
- Nov 21, 2018
-
-
Pierre Loic Garoche authored
node_Table hashtbl is now only available through functions of the corelang.mli
-
Pierre Loic Garoche authored
-
- Nov 20, 2018
-
-
Pierre Loic Garoche authored
- Contract were extended with list of statements.
-
- 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.
-
- Nov 04, 2018
-
-
Pierre Loic Garoche authored
-
- Oct 05, 2018
-
-
Pierre Loic Garoche authored
Adapted the parser/types/constructors for cocospec syntax
-
- Sep 13, 2018
-
-
Pierre Loic Garoche authored
-