- Oct 07, 2024
-
-
Remi Lazarini authored
Feature/ivette/callgraph See merge request frama-c/frama-c!4678
-
-
Remi Lazarini authored
-
- Oct 04, 2024
-
-
David Bühler authored
[Eva] Improves the emission of integer overflow alarms on a/b and a%b See merge request frama-c/frama-c!4809
-
Allan Blanchard authored
[ci] Add Frama-Clang and Minimal to internal plugin tests See merge request frama-c/frama-c!4813
-
Andre Maroneze authored
[ivette] make sure to generate API before install Closes #1454 See merge request frama-c/frama-c!4810
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
Also documents that the behavior of a%b depends on the behavior of a/b.
-
-
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
Only emits overflow alarms on [a/b] when [a] may be equal to [min_int] AND [b] may be equal to [-1]. Also reduces the values of [a] and [b] when possible.
-
David Bühler authored
According to the C standard, section 6.5.5 §6: "If the quotient a/b is representable, the expression (a/b)*b + a%b shall equal a; otherwise, the behavior of both a/b and a%b is undefined."
-
Thibault Martin authored
-
Basile Desloges authored
[e-acsl] fix wrong equality notion used for terms See merge request frama-c/frama-c!4789
-
Andre Maroneze authored
Feature/tests/include deeper tests directories See merge request frama-c/frama-c!4812
-
Loïc Correnson authored
[Ivette] Fixes default view at first launch. Closes #1412 See merge request frama-c/frama-c!4814
-
- Oct 03, 2024
-
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
Do not use Obj in binary_cache.ml See merge request frama-c/frama-c!4804
-
Valentin Perrelle authored
-
The performance impact is small but measurable (about 2% in run time difference for polarssl and debie1 in open-source-case-studies). That's the tradeoff for not having to worry about misusing Obj.
-
Allan Blanchard authored
[Eva] Fixes high priority / red status on preconditions. See merge request frama-c/frama-c!4811
-
Virgile Prevosto authored
Use Dune 3.11 install source tree See merge request frama-c/frama-c!4299
-
David Bühler authored
When an invalid status is emitted for the instance of a precondition at a callsite, registers as "high priority" the instance as well as the precondition itself.
-
Allan Blanchard authored
-
Allan Blanchard authored
-
-
Allan Blanchard authored
-
Allan Blanchard authored
-
- Oct 02, 2024
-
-
Andre Maroneze authored
[doc] add missing options in man page Closes #1425 See merge request frama-c/frama-c!4797
-
Allan Blanchard authored
[wp] MemBytes memory model See merge request frama-c/frama-c!4649
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-
Allan Blanchard authored
-