- Oct 13, 2020
-
-
Allan Blanchard authored
-
Julien Signoles authored
[eacsl] Fix debug compilation See merge request frama-c/frama-c!2893
-
Virgile Prevosto authored
[annotations] iter/fold_assigns filter out spurious WriteAnys See merge request frama-c/frama-c!2884
-
-
Basile Desloges authored
-
Basile Desloges authored
-
Allan Blanchard authored
Resolve "[wp] Corner cases with bitwise mask" Closes #963 See merge request frama-c/frama-c!2877
-
Virgile Prevosto authored
-
Virgile Prevosto authored
Metavariables in Aorai See merge request frama-c/frama-c!2098
-
François Bobot authored
Resolve "[nix] missing package zmq" Closes #851 See merge request frama-c/frama-c!2889
-
Allan Blanchard authored
[Ptests] show EXECNOW command when -show is set See merge request frama-c/frama-c!2891
-
Virgile Prevosto authored
-
- Oct 12, 2020
-
-
Andre Maroneze authored
-
Valentin Perrelle authored
-
Loïc Correnson authored
-
Valentin Perrelle authored
-
Virgile Prevosto authored
Actions are sequential, which means that `$x=foo; $y = $x;` must be specified as `ensures aorai_y == aorai_x;`, not `\old(aorai_x)`.
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
-
Virgile Prevosto authored
it turns out that meta-variables can be modified through several transitions, possibly with distinct end states. It is thus not possible to mention that they are unchanged in behaviors that are grouped by the state at the end of the call to the transition function. This commit creates specific behaviors for indicating in which case an auxiliary variable is unchanged.
-
Virgile Prevosto authored
-
Virgile Prevosto authored
Determistic C translation is now a series of `if ... else if ... else ...` This avoids the need for auxiliary variables and inadvertently updating an auxiliary variable that is used in a subsequent test. Additionally, we have a marginally better ordering of tests wrt state numbering
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
-
-
-
-
-
- Use the same field "actions" for parsed and typed transitions - Rename confusing types in Promelaast - Reorganized Promelaoutput to mirror the naming convention
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
-
-
Virgile Prevosto authored
-
-
-
-