- Feb 08, 2021
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
and start debugging the issues found...
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
If you want to see instrumented code use `-then-last -print [-ocode file.c]` like everyone else. Also properly indent some files
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
-
-
-
-
-
- Isolate all auxiliary functions registring/finding/iterating operations in their own module
-
-
- Remove unused Output_Spec - Add GenerateAnnotations and GenerateDeterministicLemmas true by default to preserve default behavior - Move change_formals and change_result classes higher in the file to apply them as soon as possible in the pre/post generation phase - This last step ensures that add_pre_post_from_buch actually only deals with specification, it is not responsible for remapping formals and return value anymore - Now add_pre_post_from_buch can safely be disabled when GenerateAnnotations is false
-
-
- use more Cil smart constructors - use an optional parameter for global variable initial values - factorisation of common code
-
-
Virgile Prevosto authored
-
- add an "observables" option at the begining of ya files - multiple "observables" options merges together (union of symbols) - check that every function referred to is inside the observable list - remove the initial curOperation and curOpStatus : the main function is not necessarily observable and the pre/post function will set those variables anyway - ignore unobservables functions inside the relevant visitors
-
- Feb 07, 2021
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-