summaryrefslogtreecommitdiff
path: root/src/analysis/lattices
Commit message (Expand)AuthorAgeFilesLines
* [analysis] Implement Flat lattice (#6039)Thomas Lively2023-10-251-0/+93
* [analysis] Add a FullLattice concept and Inverted lattice (#6038)Thomas Lively2023-10-253-4/+69
* [analysis] Implement an Int lattice (#6037)Thomas Lively2023-10-251-0/+63
* [analysis] Implement a Bool lattice (#6036)Thomas Lively2023-10-251-0/+47
* [analysis][NFC] Rename `makeLeastUpperBound` to `join` and move it to lattice...Thomas Lively2023-10-253-57/+62
* [analysis][NFC] Move the stack lattice to analysis/lattices (#6030)Thomas Lively2023-10-201-0/+266
* [analysis][NFC] Move powerset lattices to their own header (#6028)Thomas Lively2023-10-202-0/+264