summaryrefslogtreecommitdiff
path: root/test/gtest/cfg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update CFGWalker to generate consolidated exit blocks (#6079)Thomas Lively2023-11-061-2/+57
* [analysis] Simplify the stack lattice (#6069)Thomas Lively2023-11-021-97/+0
* [analysis][NFC] Rename `makeLeastUpperBound` to `join` and move it to lattice...Thomas Lively2023-10-251-2/+2
* [analysis] Simplify core analysis code (#6034)Thomas Lively2023-10-251-169/+0
* [analysis][NFC] Move the stack lattice to analysis/lattices (#6030)Thomas Lively2023-10-201-1/+1
* Lattice to model Stack (#5849)Bruce He2023-08-031-0/+98
* Convert lattice compare function to non-static (#5848)Bruce He2023-07-281-3/+2
* End the current basic block on a Call (#5823)Alon Zakai2023-07-261-0/+45
* Static Analysis: Add an API to get the block index of an expression (#5822)Alon Zakai2023-07-201-0/+40
* Reaching Definitions Analysis for LocalGraph (#5817)Bruce He2023-07-191-0/+205
* Generalize Finite Powerset Lattice to Any Given Type (#5800)Bruce He2023-07-061-6/+47
* Make the Transfer Function a Generic, Interchangeable Type for the Monotone A...Bruce He2023-07-061-19/+19
* Dynamic Sized Bitvector Powerset Lattice for Static Analysis (#5784)Bruce He2023-06-291-23/+35
* Liveness Analysis Proof of Concept (#5771)Bruce He2023-06-231-0/+158
* Add a gtest fixture for tests checking printed output (#5781)Thomas Lively2023-06-231-8/+5
* [analysis] Add a new iterable CFG utility (#5712)Thomas Lively2023-05-121-0/+84