- Jan 24, 2019
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Jan 18, 2019
-
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Jan 09, 2019
-
-
David Bühler authored
Also adds some comments.
-
David Bühler authored
On nested loops, for each iteration of the outer loop, postpone the widening of the inner loop of [delay] iterations, [delay] being set by -eva-widening-delay. Example: while (i < n) { j = 0; while (j < 100) { j++; } i++; } On such nested loops, the fixpoint of the inner loop is independent from the outer loop. At the first iteration of the outer loop, a fixpoint is reached for the inner loop. For other iterations of the outer loop, only one iteration of the inner loop is needed to reach a new fixpoint, by only updating the variables modified by the outer loop (i here). Avoiding widening during this one iteration is crucial for precision, as the widening of the inner loop would widen the variable i, leading to an overflow alarm at i++.
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Jan 07, 2019
-
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
- Jan 04, 2019
-
-
Valentin Perrelle authored
-
-
- Jan 03, 2019
-
-
Virgile Prevosto authored
-
-
- Dec 20, 2018
-
-
- Dec 18, 2018
-
-
Andre Maroneze authored
-
- Dec 14, 2018
-
-
David Bühler authored
This can happen when copy of indeterminate bits are allowed, and the result is uninitialized or escaping.
-
- Dec 12, 2018
-
-
Andre Maroneze authored
-
- Dec 04, 2018
-
-
Andre Maroneze authored
-
- Dec 03, 2018
-
-
Valentin Perrelle authored
- Fix Value/Value#5 - Fix Value/Value#14
-
- Nov 30, 2018
-
-
Patrick Baudin authored
-
- Nov 28, 2018
-
-
David Bühler authored
-
Andre Maroneze authored
-
- Nov 23, 2018
-
-
Virgile Prevosto authored
[Ptests] preserve LOG after STDOPT directive See merge request frama-c/frama-c!2073
-
- Nov 22, 2018
-
-
David Bühler authored
-
- Nov 16, 2018
-
-
Andre Maroneze authored
-
- Oct 31, 2018
-
-
Virgile Prevosto authored
This is absolutely not a sneaky attempt to relaunch a build (now that OCI seems in better shape) pushing a nearly empty commit.
-