- Jan 14, 2025
-
-
- Jan 06, 2025
-
-
Andre Maroneze authored
Creating an anonymous struct in the machdep causes an indexing shift for user-created anonymous structures.
-
Andre Maroneze authored
When tests are run in parallel, using the same name for two test outputs might truncate it before it is written, leading to a non-deterministic oracle.
-
- Nov 22, 2024
-
-
David Bühler authored
-
David Bühler authored
Simply filter the final state before printing, instead of using pretty_filter.
-
- Nov 20, 2024
-
-
- allow the user (or plugins) to specify a local auto loop unroll limit
-
- Nov 05, 2024
-
-
Thibault Martin authored
For now we ignore "unused" label attribute, because the current mecanism does not support different attributes with the same name : "unused" can be a label attribute or a function attribute.
-
Thibault Martin authored
-
- Nov 04, 2024
-
-
Andre Maroneze authored
-
Andre Maroneze authored
-
-
-
-
Virgile Prevosto authored
-
-
- Oct 25, 2024
-
-
Virgile Prevosto authored
-
-
-
- Oct 10, 2024
-
-
Virgile Prevosto authored
-
- Oct 09, 2024
-
-
Basile Desloges authored
-
Basile Desloges authored
-
- Oct 07, 2024
-
-
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
-
- Oct 04, 2024
-
-
David Bühler authored
-
-
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."
-
- Oct 03, 2024
-
-
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
-