summaryrefslogtreecommitdiff
path: root/src/analysis/liveness-transfer-function.h
Commit message (Expand)AuthorAgeFilesLines
* [analysis] Simplify core analysis code (#6034)Thomas Lively2023-10-251-7/+5
* Add missing includes (#6049)Thomas Lively2023-10-251-0/+1
* [analysis][NFC] Move powerset lattices to their own header (#6028)Thomas Lively2023-10-201-0/+1
* Reaching Definitions Analysis for LocalGraph (#5817)Bruce He2023-07-191-44/+5
* Small fixes to lattice and analyzer (#5815)Bruce He2023-07-131-8/+9
* Generalize Finite Powerset Lattice to Any Given Type (#5800)Bruce He2023-07-061-3/+3
* Make the Transfer Function a Generic, Interchangeable Type for the Monotone A...Bruce He2023-07-061-0/+91