- Jun 30, 2020
-
-
David Bühler authored
Comparison alarms are emitted for any comparison involving wide strings.
-
David Bühler authored
-
- Jun 29, 2020
-
-
Virgile Prevosto authored
Even if we don't know what to do with the argument of the push, this at least ensures that push/pop directives stay well parenthesized.
-
- Jun 25, 2020
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Jun 19, 2020
-
-
David Bühler authored
-
- Jun 18, 2020
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
When loading some state, it may happen that some annotations are found to have been emitted by emitters that are no longer usable. This commit let the kernel adopt them, keeping them available as was the case before refactoring `Annotations.code_annot` to use `Annotations.code_annot_emitter`.
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
All loop assigns corresponding to a given set of behaviors are now merged together instead of being split into emitters. This is the same as what is done for statement contracts and will make it much easier for callers to identify appropriate loop assigns
-
Virgile Prevosto authored
-
- Jun 16, 2020
-
-
Andre Maroneze authored
-
- Jun 12, 2020
-
-
Virgile Prevosto authored
-
- Jun 03, 2020
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Jun 02, 2020
-
-
-
David Bühler authored
Properly filters the single-precision values of function acos/asin/atan. Also filters the last digit of some double precision values. This is a workaround to avoid oracle differences due to imprecisions of the system libc (on which the Eva math builtins rely).
-
- May 28, 2020
-
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
By default in Frama-C, NaN values are considered as errors and should not be produced by calls to library functions.
-
- May 27, 2020
-
-
Virgile Prevosto authored
-
Andre Maroneze authored
-
- May 26, 2020
-
-
Virgile Prevosto authored
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- May 25, 2020
-
-
David Bühler authored
-
David Bühler authored
Only one builtin for the allocation functions.
-
David Bühler authored
Uses the eva_allocate annotation in the tests that used several builtins for different calls to the same function.
-
- May 20, 2020
-
-
David Bühler authored
Adds tests of the evaluation of \abs in logic.c.
-
- May 19, 2020
-
-
- May 15, 2020
-
-
Virgile Prevosto authored
a _noreturn attribute with c11 tag will be rendered as _Noreturn keyword
-
Virgile Prevosto authored
-
-