summaryrefslogtreecommitdiff
path: root/src/analysis/lattice.h
Commit message (Expand)AuthorAgeFilesLines
* [analysis] Add a FullLattice concept and Inverted lattice (#6038)Thomas Lively2023-10-251-0/+20
* [analysis][NFC] Rename `makeLeastUpperBound` to `join` and move it to lattice...Thomas Lively2023-10-251-6/+7
* [analysis] Simplify core analysis code (#6034)Thomas Lively2023-10-251-2/+3
* [analysis][NFC] Create a TransferFunction concept (#6033)Thomas Lively2023-10-201-2/+4
* [analysis][NFC] Move powerset lattices to their own header (#6028)Thomas Lively2023-10-201-133/+16
* [analysis][NFC] Use C++20 concepts for Lattice (#6027)Thomas Lively2023-10-181-34/+34
* Lattice to model Stack (#5849)Bruce He2023-08-031-6/+6
* 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
* Reaching Definitions Analysis for LocalGraph (#5817)Bruce He2023-07-191-0/+9
* Generalize Finite Powerset Lattice to Any Given Type (#5800)Bruce He2023-07-061-9/+60
* Dynamic Sized Bitvector Powerset Lattice for Static Analysis (#5784)Bruce He2023-06-291-32/+85
* Liveness Analysis Proof of Concept (#5771)Bruce He2023-06-231-0/+57