- Feb 06, 2025
-
-
The parser used to always assign the [lower], [nearest] and [upper] to the same constant for any hexadecimal float. Which is obviously wrong. It is fixed by using [float_of_string] and rounding modes to compute upper and lower bounds.
-
- Jan 14, 2025
-
-
- Nov 04, 2024
-
-
- Oct 25, 2024
-
-
Virgile Prevosto authored
-
- Oct 04, 2024
-
-
- May 13, 2024
-
-
Andre Maroneze authored
-
- Mar 12, 2024
-
-
Andre Maroneze authored
-
- Sep 08, 2023
-
-
- Jul 31, 2023
-
-
David Bühler authored
In all files, all occurrences of "[eva] done for function" have been replaced by "[eva] Done for function".
-
- Feb 21, 2023
-
-
Virgile Prevosto authored
-
- Mar 21, 2022
-
-
Virgile Prevosto authored
- always remove FC's internal attribute everywhere before deciding whether a cast is needed. - ACSL and C decisions to cast are similar - only unroll type for checking equality. If a cast is needed, keep typedef (if any) as target
-
- Feb 22, 2022
-
-
Virgile Prevosto authored
original definitions took advantage of the non-compliant behavior wrt decimal integer litteral
-
- Feb 08, 2022
-
-
Andre Maroneze authored
-
- Jan 12, 2022
-
-
Andre Maroneze authored
-
- Jan 06, 2022
-
-
Patrick Baudin authored
-
- Oct 13, 2021
-
-
Andre Maroneze authored
-
- Jun 16, 2021
-
-
Andre Maroneze authored
-
- May 12, 2021
-
-
- Apr 16, 2021
-
-
Allan Blanchard authored
-
Allan Blanchard authored
- warns only on fundamental types reads
-
Allan Blanchard authored
- RTE is stricter than C for unsigned chars - RTE does not warn on initialization for structs/union
-
- Apr 14, 2021
-
-
Virgile Prevosto authored
-
- Feb 18, 2021
-
-
Loïc Correnson authored
-
- Jan 28, 2021
-
-
Patrick Baudin authored
-
- Jan 15, 2021
-
-
- Nov 12, 2020
-
-
Allan Blanchard authored
-
- Nov 06, 2020
-
-
Allan Blanchard authored
-
Allan Blanchard authored
-
- Nov 05, 2020
-
-
Allan Blanchard authored
-
- Sep 30, 2020
-
-
Andre Maroneze authored
-
- Sep 03, 2020
-
-
François Bobot authored
-
François Bobot authored
-
François Bobot authored
-
- Aug 27, 2020
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
presence of an offset does not mean that we could write a spurious value through a union.
-
- Apr 08, 2020
-
-
Andre Maroneze authored
-
- Apr 01, 2020
-
-
Loïc Correnson authored
-
- Mar 31, 2020
-
-
Loïc Correnson authored
Only modifications introduced by non necessary casts elimination
-
Loïc Correnson authored
Only differences comes from using float builtins in expr-to-term
-