summaryrefslogtreecommitdiff
path: root/mlir/lib/IR/IntegerSet.cpp
AgeCommit message (Expand)Author
2021-12-02[MLIR] Use a shared uniquer for affine maps and integer sets.Ulysse Beaugnon
2020-03-27[MLIR][NFC] drop some unnecessary includesUday Bondhugula
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini
2019-12-18NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle
2019-10-04Fix typos, NFC.Christian Sigg
2019-09-05Integer set + operands / affine if op canonicalizationUday Bondhugula
2019-03-29Introduce Fourier-Motzkin variable elimination + other cleanup/supportUday Bondhugula
2019-03-29Adds Gaussian Elimination to FlatAffineConstraints.MLIR Team
2019-03-29[MLIR] IntegerSet value typeNicolas Vasilache
2019-03-29[MLIR] AffineExpr final cleanupsNicolas Vasilache
2019-03-29[RFC][MLIR] Use AffineExprRef in place of AffineExpr* in IRNicolas Vasilache
2019-03-29Support for affine integer setsUday Bondhugula