summaryrefslogtreecommitdiff
path: root/mlir/include/mlir/IR/AffineExprVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* [mlir][Analysis][NFC] Split FlatAffineValueConstraints into multiple classesMatthias Springer2023-03-231-1/+1
* [mlir] (NFC) run clang-format on all filesJeff Niu2022-07-141-1/+2
* Apply clang-tidy fixes for llvm-header-guard in MLIR (NFC)Mehdi Amini2022-01-131-3/+3
* Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini2021-12-081-1/+1
* [MLIR] Simplify semi-affine expressions using flatteningArnab Dutta2021-11-161-0/+19
* [NFC] Add ArrayRef includes to two files.Stella Laurenzo2021-06-031-0/+1
* [mlir][Linalg] Add canonicalization of linalg op -> dim op.MaheshRavishankar2021-01-141-15/+15
* Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini2020-01-261-1/+1
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* minor spelling tweaksKazuaki Ishizaki2019-10-091-1/+1
* Add llvm_unreachable in unreachable path to silence GCC warning (NFC)Mehdi Amini2019-05-101-0/+1
* Cleanup post cl/235283610 - NFCUday Bondhugula2019-03-291-23/+20
* Refactor AffineExprFlattener and move FlatAffineConstraints out of IR intoUday Bondhugula2019-03-291-0/+136
* Standardize naming of statements -> instructions, revisting the code base to beChris Lattner2019-03-291-5/+5
* AffineExprVisitor: fix names of default visitation functions.Alex Zinenko2019-03-291-3/+3
* [MLIR] Sketch AffineExpr value typeNicolas Vasilache2019-03-291-19/+13
* [MLIR] AffineExpr final cleanupsNicolas Vasilache2019-03-291-39/+40
* [MLIR] Cleanup AffineExprNicolas Vasilache2019-03-291-16/+22
* [MLIR] Value types for AffineXXXExprNicolas Vasilache2019-03-291-27/+27
* [RFC][MLIR] Use AffineExprRef in place of AffineExpr* in IRNicolas Vasilache2019-03-291-2/+2
* Affine expression analysis and simplification.Uday Bondhugula2019-03-291-30/+63
* Add AffineExprVisitor utility.MLIR Team2019-03-291-0/+166