- Sep 18, 2024
-
-
- Sep 13, 2024
-
-
- Aug 28, 2024
-
-
David Bühler authored
-
- Aug 07, 2024
-
-
David Bühler authored
-
- Aug 06, 2024
-
-
David Bühler authored
-
- Jul 19, 2024
-
-
Andre Maroneze authored
-
- Jul 09, 2024
-
-
- Jun 21, 2024
-
-
- 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.
-
- Jun 17, 2024
-
-
- for imprecise.i, the equality domain does not keep an equality with sizeof since the sizeof is now normalized to it's constant equivalent; the dependency to a variable of an incomplete type disapear - for the other tests only the order of string bases changes
-
- Jun 07, 2024
-
-
Andre Maroneze authored
-
- May 13, 2024
-
-
Andre Maroneze authored
-
- Apr 26, 2024
-
-
Thus, red statuses are only reported at the end of an analysis.
-
-
- Apr 22, 2024
-
-
Loïc Correnson authored
-
- Apr 17, 2024
-
-
David Bühler authored
-
- Apr 16, 2024
-
-
David Bühler authored
No need to reset the current location after the analysis of a function or after calling a visitor, as the new API ensures that this is the case.
-
- Apr 15, 2024
-
-
Andre Maroneze authored
-
- Apr 05, 2024
-
-
David Bühler authored
-
- Apr 04, 2024
-
-
David Bühler authored
-
- Apr 03, 2024
-
-
David Bühler authored
-
David Bühler authored
-
David Bühler authored
Do not add a unique id into the origin datatype, as this interacts badly with hashconsing. Instead, binds each origin to a unique id in the global table used to record garbled mix history.
-
- Mar 29, 2024
-
-
Andre Maroneze authored
-
-
-
- Mar 28, 2024
-
-
- Mar 27, 2024
-
-
David Bühler authored
-
- Mar 26, 2024
-
-
- Mar 20, 2024
-
-
David Bühler authored
Prints the number of statements at which a garbled mix from a given origin has been read and propagated, instead of the total number of times such a garbled mix has been read/propagated. This is more stable and depends less on states partitioning.
-
- Mar 15, 2024
-
-
- Mar 12, 2024
-
-
Andre Maroneze authored
-
- Feb 26, 2024
-
-
David Bühler authored
-
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
-
David Bühler authored
-