- Jun 20, 2024
-
-
David Bühler authored
The first run has no absolute valid range. The second run only tests function copy_0 with absolute valid range.
-
David Bühler authored
-
- May 13, 2024
-
-
Andre Maroneze authored
-
- Apr 26, 2024
-
-
-
Avoids using exceptions, splits the implementation into several functions, adds some comments.
-
- Apr 03, 2024
-
-
David Bühler authored
This has no impact as the join of origins now chooses the oldest known origin, but it could be better if we ever change the implementation of the origin join.
-
- Feb 26, 2024
-
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
These warnings are emitted when a garbled mix is written through an assignment or an assigns clause. This commit: - rephrases the warnings to be clearer and less verbose. - emits the warning only for garbled mix created at the current statement, according to their origin. Do not emit warnings for each propagation of previous garbled mixes. - emits the warning when assigning garbled mix to the formal parameters of a function from the arguments of a call.
-
David Bühler authored
Origins no longer have a lattice structure. A unique id is associated to each created origin. When multiple origins can be associated to a value, we keep the oldest origin (according to their ids).
-
- 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".
-
- Apr 08, 2022
-
-
David Bühler authored
-
- Jan 06, 2022
-
-
Patrick Baudin authored
-
- Jul 19, 2021
-
-
David Bühler authored
-
- Jun 25, 2021
-
-
Andre Maroneze authored
-
- Apr 26, 2021
-
-
- Feb 18, 2021
-
-
Loïc Correnson authored
-
- Sep 03, 2020
-
-
François Bobot authored
-
François Bobot authored
-
- Apr 07, 2020
-
-
Andre Maroneze authored
-
- Mar 26, 2020
-
-
David Bühler authored
New smart constructor for TCastE in logic_const.
-
David Bühler authored
-
- Dec 09, 2019
-
-
Andre Maroneze authored
-
- Oct 29, 2019
-
-
Andre Maroneze authored
-
- Aug 02, 2019
-
-
Andre Maroneze authored
-
- Apr 15, 2019
-
-
David Bühler authored
-
-
- Feb 25, 2019
-
-
Andre Maroneze authored
-
- Feb 22, 2019
-
-
Andre Maroneze authored
-
- Feb 06, 2019
-
-
Andre Maroneze authored
-
- Feb 05, 2019
-
-
Loïc Correnson authored
-
- Feb 01, 2019
-
-
Andre Maroneze authored
-
- Dec 12, 2018
-
-
Andre Maroneze authored
-
- Dec 04, 2018
-
-
Andre Maroneze authored
-
- Dec 03, 2018
-
-
Valentin Perrelle authored
- Fix Value/Value#5 - Fix Value/Value#14
-
- Nov 28, 2018
-
-
David Bühler authored
-
Andre Maroneze authored
Some case studies (e.g. dyad) use some ugly casts from fd_set_t which lead to the analysis stopping too early. Changing the representation of fd_set_t should also help it better conform to the standard (since a fd_set_t should be able to hold FD_SETSIZE elements).
-
Andre Maroneze authored
-
- Nov 23, 2018
-
-
Virgile Prevosto authored
[Ptests] preserve LOG after STDOPT directive See merge request frama-c/frama-c!2073
-
- Nov 22, 2018
-
-
David Bühler authored
-