summaryrefslogtreecommitdiff
path: root/src/analysis
Commit message (Expand)AuthorAgeFilesLines
* Lattice to model Stack (#5849)Bruce He2023-08-033-7/+261
* Convert lattice compare function to non-static (#5848)Bruce He2023-07-281-4/+5
* Add a Fuzzer for Lattice and Transfer Function Properties (#5831)Bruce He2023-07-261-0/+12
* Remove incorrect usages of the term "setses" (#5841)Bruce He2023-07-261-20/+20
* Static Analysis: Add an API to get the block index of an expression (#5822)Alon Zakai2023-07-202-0/+32
* Reaching Definitions Analysis for LocalGraph (#5817)Bruce He2023-07-198-67/+362
* Small fixes to lattice and analyzer (#5815)Bruce He2023-07-132-9/+9
* Generalize Finite Powerset Lattice to Any Given Type (#5800)Bruce He2023-07-063-21/+72
* Make the Transfer Function a Generic, Interchangeable Type for the Monotone A...Bruce He2023-07-064-136/+218
* Dynamic Sized Bitvector Powerset Lattice for Static Analysis (#5784)Bruce He2023-06-295-171/+234
* Liveness Analysis Proof of Concept (#5771)Bruce He2023-06-237-0/+410
* avoid incomplete type in a vector (#5730)walkingeyerobot2023-05-171-17/+17
* [analysis] Add a new iterable CFG utility (#5712)Thomas Lively2023-05-124-0/+331