- Oct 21, 2021
-
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- Oct 20, 2021
-
-
Julien Signoles authored
Add tests in e-acsl See merge request frama-c/frama-c!3305
-
Thibaut Benjamin authored
-
Virgile Prevosto authored
[plugins] Set warning 70 ignore as the last option of plugin test compilation See merge request frama-c/frama-c!3400
-
Thibaut Benjamin authored
-
Virgile Prevosto authored
[Changelog] Add banner for 24.0 Chromium See merge request frama-c/frama-c!3408
-
Virgile Prevosto authored
-
- Oct 19, 2021
-
-
Andre Maroneze authored
[tests] ensure oracle compatibility with macOS See merge request frama-c/frama-c!3170
-
Valentin Perrelle authored
[Libc] add specs and defines for uio.h See merge request frama-c/frama-c!2338
-
David Bühler authored
Feature/eva/interprocedural trace partitioning See merge request frama-c/frama-c!2266
-
David Bühler authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Andre Maroneze authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
And makes these options visible.
-
Julien Signoles authored
[eacsl] Replace `which` with `command -v` See merge request frama-c/frama-c!3401
-
David Bühler authored
-
David Bühler authored
Called from the iterator; removes [call_return_policy] from iterator.ml. In partition.ml, renames [recombine] to [combine].
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
The fix is correct, but it significantly changes the behavior of the history partitioning on some case studies. Keep it for later, in order to fully understand the consequences.
-
David Bühler authored
[Datatype.Option] defines a different order than [Stdlib.Option.compare]. Type ['state partition] is a map from partition keys to states. Such maps are converted into lists to be propagated through statements. Changes in [Key.compare] impact the list order. The list order impacts the heuristics used to remove redundant states before propagating them (see Partitioning_index): redundant states may be propagated or not depending of the list order. This impacts the number of states propagated at some statements, and thus the consumed slevel, and the precision of the analysis afterwards. This commit reverts the change in the comparison of keys only to minimize changes in the behavior of the analysis partitioning.
-
-
-
-
-
-
-