- 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".
-
- Jul 27, 2023
-
-
David Bühler authored
-
David Bühler authored
In Cvalue_callbacks: - Hooks registered by [register_call_hook] are now always applied at the start of the analysis of each function call. (It was previously applied at the end of the analysis when a builtin or the specification were used.) - Hooks registered by [register_call_results_hook] are always applied at the end of the analysis of each function call. (It was previously not applied when a builtin or the specification were used.) As a consequence, "call" hooks no longer have access to the "from" results of builtins, but "call_results" hooks do. The Inout and From plugins now use "call_results" instead of "call" hooks to interpret calls when a builtin or the specification has been used by Eva.
-
- Jul 21, 2023
-
-
Pierre Nigron authored
-
-
Pierre Nigron authored
-
Pierre Nigron authored
-
- Jul 20, 2023
-
-
Allan Blanchard authored
-
- Jul 19, 2023
-
-
-
Andre Maroneze authored
-
- Jul 18, 2023
-
-
Pierre Nigron authored
-
- Jul 17, 2023
-
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
-
- Jul 12, 2023
-
-
Virgile Prevosto authored
-
- Jul 11, 2023
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Jul 05, 2023
-
-
Allan Blanchard authored
-
- Jun 30, 2023
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- Jun 21, 2023
-
-
The only diff is irrelevant so we promote it.
-
- Jun 16, 2023
-
-
Patrick Baudin authored
-
Allan Blanchard authored
-
- Jun 15, 2023
-
-
David Bühler authored
-
David Bühler authored
On some loops allocating memory, the size of the allocated base can be increased at each iteration without widening, thus preventing the convergence of the analysis. In lmap, when the widening has no effect, we widen the size of such allocated bases to avoid such issues.
-
- Jun 02, 2023
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- May 12, 2023
-
-
Andre Maroneze authored
-
Virgile Prevosto authored
-
- May 11, 2023
-
-
Virgile Prevosto authored
Fixes #1209
-
- May 10, 2023
-
-
Virgile Prevosto authored
-
- May 09, 2023
-
-
Virgile Prevosto authored
-
adds a test for avr_8 and avr_16. Turns out that embedded micro-controlers have libc that are not exactly standard compliant
-
-
Notably __fc_machdep.h in result dir, that could be picked up by other tests in the same session...
-
-