- Jan 31, 2025
-
-
David Bühler authored
The new parameter is -eva-cache-size.
-
- Jan 17, 2025
-
-
David Bühler authored
-
-
Configures the OCaml garbage collector in the first parsing stage of the command line.
-
-
- Jan 16, 2025
-
-
Thibault Martin authored
-
- Aug 30, 2024
-
-
- Apr 25, 2024
-
-
- Jan 18, 2024
-
-
Valentin Perrelle authored
-
- Sep 13, 2023
-
-
David Bühler authored
Disabled by default, enabled by a new invisible parameter -eva-multidim-fast-imprecise.
-
- Aug 04, 2023
-
-
David Bühler authored
Adds functions to modify the initial cvalue state in Eva_results; they are only used by Mthread.
-
- Apr 14, 2023
-
-
- Jan 27, 2023
-
-
Allan Blanchard authored
-
- Jul 12, 2022
-
-
- Apr 22, 2022
-
-
- Mar 03, 2022
-
-
Andre Maroneze authored
-
- Feb 23, 2022
-
-
Patrick Baudin authored
-
- Feb 17, 2022
-
-
David Bühler authored
-
- Feb 15, 2022
-
-
- Oct 19, 2021
-
-
David Bühler authored
And makes these options visible.
-
-
- Oct 12, 2021
-
-
David Bühler authored
-
David Bühler authored
'Indeterminate' alarms are alarms about uninitialized memory, escaping pointers and special floating-point values (infinite and NaN). These alarms are emitted for functions specified by -eva-warn-copy-indeterminate option, which is @all by default. These alarms can be disabled for some function by -eva-warn-copy-indeterminate=-f, in which case they are also disabled for the argument expressions of calls to [f]. However: - the @all default value did not include functions without definition (for which a specification or a builtin is used). - 'indeterminate' alarms were emitted anyway for the arguments of calls to functions without definition, except for builtins. So no indeterminate alarms were emitted for the argument expressions of calls to builtins (unless their definitions were included). This commit fixes this behavior: the @all default of -eva-warn-copy-indeterminate option include all functions and special case for functions without definition or builtins are removed. It still avoids to emit surch alarms on Eva directives such as Frama_C_show_each.
-
- Oct 05, 2021
-
-
- Sep 01, 2021
-
-
David Bühler authored
-
David Bühler authored
Instead of "loop-unroll".
-
-
- Jul 26, 2021
-
-
David Bühler authored
-
- Jul 19, 2021
-
-
David Bühler authored
-
- Jun 15, 2021
-
-
- Apr 20, 2021
-
-
David Bühler authored
-
- Apr 19, 2021
-
-
David Bühler authored
Deprecates -eva-ignore-recursive-call.
-
- Apr 07, 2021
-
-
David Bühler authored
-
- Mar 16, 2021
-
-
Andre Maroneze authored
-
- Feb 18, 2021
-
-
David Bühler authored
-
David Bühler authored
-
-
David Bühler authored
-