- Jul 09, 2019
-
-
Andre Maroneze authored
Fixes for ocaml 4.08 See merge request frama-c/frama-c!2291
-
Andre Maroneze authored
[Eva] Supports builtin logical float operators eq_float, le_float, etc See merge request frama-c/frama-c!2306
-
- Jul 08, 2019
-
-
Andre Maroneze authored
-
David Bühler authored
-
David Bühler authored
And minor changes to the test file.
-
François Bobot authored
[coq-wp] Fix syntax error in Vlist.v Closes #666 See merge request frama-c/frama-c!2304
-
Virgile Robles authored
-
David Bühler authored
These operators are eq_float, ne_float, lt_float, le_float, gt_float, gt_float. And respectively for the double type. Required to compare infinite and NaN which do not exist in the real type.
-
David Bühler authored
-
David Bühler authored
As we want to use the latter in the former.
-
- Jul 05, 2019
-
-
François Bobot authored
use why3 api See merge request frama-c/frama-c!1921
-
François Bobot authored
-
- Jul 04, 2019
-
-
David Bühler authored
Fixes relative order of defined and declared variables Closes #653 See merge request frama-c/frama-c!2268
-
David Bühler authored
-
David Bühler authored
For compatibility with ocaml 4.08.
-
David Bühler authored
For compatibility with ocaml 4.08.
-
-
If a defined local is referenced to in the type of a declared one (e.g. in a `sizeof` expression as part of an array length), the `Local_init` will put its actual definition after the declaration (which occurs at the beginning of the block, resulting in at least pretty-printing unparsable code. We generate undeclared temp variables of the same type to overcome the issue, like in bb30d0e4
-
they can appear before their `Local_init`, e.g. in a `SizeOfE` in the size expression of a local array. Furthermore, we weren't really checking that declared locals weren't used before the block in which they were supposed to appear.
-
-
from a dependency point of view, this make more sense.
-
-
-
- Jul 03, 2019
-
-
Valentin Perrelle authored
[Libc] add specs for chdir/chroot See merge request frama-c/frama-c!2275
-
- Jul 02, 2019
-
-
David Bühler authored
-
Loïc Correnson authored
[wp] Improves simplifiers See merge request frama-c/frama-c!2294
-
Patrick Baudin authored
-
- Jul 01, 2019
-
-
Virgile Prevosto authored
[configure] show version of found libraries See merge request frama-c/frama-c!2293
-
- Jun 28, 2019
-
-
Julien Signoles authored
Bugfix/issue549 See merge request frama-c/frama-c!2235
-
Julien Signoles authored
-
-
-
Loïc Correnson authored
Resolve "[WP/QED] Incorrect transformations with binders" Closes #654 See merge request frama-c/frama-c!2267
-
Loïc Correnson authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- Jun 27, 2019
-
-
Loïc Correnson authored
-