Skip to content
Snippets Groups Projects
Commit efd56e21 authored by David Bühler's avatar David Bühler
Browse files

[Eva] Retroactively updates the Changelog for Eva.

parent 1d2cd6bf
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,23 @@ Open Source Release <next-release> ...@@ -21,6 +21,23 @@ Open Source Release <next-release>
Open Source Release 24.0 (Chromium) Open Source Release 24.0 (Chromium)
################################### ###################################
- Eva [2021-10-19] New options to allow states partitioning to be kept
after function returns: -eva-interprocedural-split for splits from
annotations, and -eva-interprocedural-history for disjunctions
from the -eva-partition-history option.
- Eva [2021-10-14] Supports the evaluation of ACSL set comprehension.
- Eva [2021-10-14] On a SIGINT signal (Ctrl-C), the analysis is stopped
but partial results are saved if option -save is set.
-* Eva [2021-10-12] Always checks the arguments of builtin calls for
alarms about initialization, escaping pointers and special
floating-point values, unless -eva-warn-copy-indeterminate is set.
-* Kernel [2021-10-11] Fixes crashes on C integer constants overflowing
ocaml integers.
- Eva [2021-10-06] Improves the precision of the octagon domain on
unsigned variables.
-* Eva [2021-10-06] Fixes a soundness bug in the octagon domain on
integer downcasts.
- Eva [2021-09-10] Improves the symbolic-locations domain precision.
- Kernel [2021-09-02] 0-sized flexible array members only available in - Kernel [2021-09-02] 0-sized flexible array members only available in
gcc_* machdeps, that now also support FAM in nested struct. gcc_* machdeps, that now also support FAM in nested struct.
- Eva [2021-07-26] Removes the maximum limit of option -eva-ilevel. - Eva [2021-07-26] Removes the maximum limit of option -eva-ilevel.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment