- Feb 13, 2020
-
-
- Feb 12, 2020
-
-
Andre Maroneze authored
[Eva] New option -eva-domains See merge request frama-c/frama-c!2534
-
Michele Alberti authored
[Eva] Simplify abstract domains: remove the Transfer functor See merge request frama-c/frama-c!2523
-
Andre Maroneze authored
[Eva] Fixes the evaluation of logical predicates on empty sets Closes #742 See merge request frama-c/frama-c!2526
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
Starting with the most useful domains. The order of registration is also the order in which domains are listed in the help message of the -eva-domains option.
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
[Libc] fix spec of memchr; avoid size_t in non_escaping See merge request frama-c/frama-c!2530
-
-
- Feb 11, 2020
-
-
Andre Maroneze authored
[Floating_point] Uses exponent p0 when printing ±0. as hexadecimal. See merge request frama-c/frama-c!2532
-
Patrick Baudin authored
[wp] minor next to fix lsl and lsr simplifiers See merge request frama-c/frama-c!2533
-
Patrick Baudin authored
-
- Feb 10, 2020
-
-
Virgile Prevosto authored
Rework error messages on illegal array length See merge request frama-c/frama-c!2524
-
Julien Signoles authored
[e-acsl] Fixes the compilation of a test file with ocaml 4.10. See merge request frama-c/frama-c!2531
-
Michele Alberti authored
-
-
Michele Alberti authored
-
Julien Signoles authored
-
David Bühler authored
-
David Bühler authored
This commit could be reverted when ocaml 4.06 becomes mandatory.
-
David Bühler authored
For abstract domains, the valuation is now a record of three functions: [find], [fold] and [find_loc]. Adds a function in the evaluation engine to convert Valuation maps into these records.
-
David Bühler authored
Instead of p-1022, which was misleading on single precision float.
-
Patrick Baudin authored
[wp] fix lsl and lsr simplifiers Closes #751 See merge request frama-c/frama-c!2525
-
Patrick Baudin authored
[wp/tests] adds find_ptr example See merge request frama-c/frama-c!2505
-