summaryrefslogtreecommitdiff
path: root/src/analysis/monotone-analyzer-impl.h
Commit message (Expand)AuthorAgeFilesLines
* [analysis] Make it easier to implement a transfer function (#6077)Thomas Lively2023-11-021-9/+6
* [analysis][NFC] Rename `makeLeastUpperBound` to `join` and move it to lattice...Thomas Lively2023-10-251-1/+1
* [analysis] Simplify core analysis code (#6034)Thomas Lively2023-10-251-59/+40
* [analysis][NFC] Create a TransferFunction concept (#6033)Thomas Lively2023-10-201-19/+20
* [analysis][NFC] Use C++20 concepts for Lattice (#6027)Thomas Lively2023-10-181-23/+18
* Reaching Definitions Analysis for LocalGraph (#5817)Bruce He2023-07-191-0/+20
* Make the Transfer Function a Generic, Interchangeable Type for the Monotone A...Bruce He2023-07-061-95/+40
* Dynamic Sized Bitvector Powerset Lattice for Static Analysis (#5784)Bruce He2023-06-291-67/+62
* Liveness Analysis Proof of Concept (#5771)Bruce He2023-06-231-0/+153