- Sep 18, 2024
-
-
Without escaping strings such as variable names, the produced .dot file might print '\result' as a variable name, which results in '\r' being stripped. Dot will then show edges such as 'esult<main>'.
-
-
- Oct 02, 2023
-
-
- Jul 31, 2023
-
-
David Bühler authored
By default: - removes final message "Done for function main". - removes messages about the initial state computation.
-
David Bühler authored
In all files, all occurrences of "[eva] done for function" have been replaced by "[eva] Done for function".
-
- Jul 17, 2023
-
-
David Bühler authored
-
- Apr 11, 2022
-
-
David Bühler authored
-
- Jan 06, 2022
-
-
Patrick Baudin authored
-
- Mar 23, 2021
-
-
Patrick Baudin authored
-
Patrick Baudin authored
-
- Jan 26, 2021
-
-
David Bühler authored
-
- Dec 07, 2020
-
-
Patrick Baudin authored
-
- Sep 04, 2020
-
-
David Bühler authored
-
- Sep 03, 2020
-
-
François Bobot authored
-
François Bobot authored
-
- Apr 06, 2020
-
-
David Bühler authored
-
- Mar 17, 2020
-
-
David Bühler authored
New experimental warning for the traces domain.
-
- Feb 24, 2020
-
-
David Bühler authored
-
- Sep 12, 2019
-
-
Bouillaguet Quentin authored
-
- Sep 06, 2019
-
-
David Bühler authored
-
-
Verified by comparing pre and post rebase generated dots. Inversion of generated nodes seems to be the result of now different order of calling assume (with true or false).
-
-
-
-
-
-
- problem with the asserts remains
-
- It seems not given by value to the domains
-
-
-
- TODO mark not defined functions particularly
-
-
- store lval, type and exp instead of kinstr in order to handle the function call case
-
-
- Top for loops
-