- Sep 10, 2020
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Sep 08, 2020
-
-
Virgile Prevosto authored
-
Andre Maroneze authored
-
-
- Sep 07, 2020
-
-
David Bühler authored
-
David Bühler authored
Tests the emitted warning on use of deprecated aliases.
-
- Sep 04, 2020
-
-
David Bühler authored
-
- Sep 01, 2020
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
- Aug 31, 2020
-
-
- Aug 27, 2020
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Aug 25, 2020
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Aug 24, 2020
-
-
Andre Maroneze authored
-
- Jul 30, 2020
-
-
- Jul 21, 2020
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Jul 17, 2020
-
-
Andre Maroneze authored
-
- Jul 15, 2020
-
-
- Jul 10, 2020
-
-
Allan Blanchard authored
-
- Jul 09, 2020
-
-
Loïc Correnson authored
-
- Jul 08, 2020
-
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
This is required to automatically unroll loops with conditions such as `nondet && x < 100`, as this is converted by the Frama-C kernel as two nested conditional statements, where only the second one can be used to unroll the loop.
-
David Bühler authored
If the variable used in the exit condition of the loop is not incremented within the loop, but is assigned to the value of another lvalue, the heuristic uses this second lvalue instead. This is especially useful to deal with some temporary variables introduced by Frama-C to translate condition such as (i++ < l).
-