summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Analysis/NestedMatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-1/+1
* NFC: Move AffineOps dialect to the Dialect sub-directory.River Riddle2019-08-201-1/+1
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-1/+1
* Globally change load/store/dma_start/dma_wait operations over to affine.load/...Andy Davis2019-07-031-1/+1
* Remove unnecessary C++ specifier in CPP files. NFC.Jacques Pienaar2019-05-201-1/+1
* Replace Operation::isa with llvm::isa.River Riddle2019-05-201-3/+3
* Remove extra `;` after function definition (NFC)Mehdi Amini2019-05-101-1/+1
* Remove the non-postorder walk functions from Function/Block/Instruction a...River Riddle2019-04-051-1/+1
* Make vectorization aware of loop semanticsNicolas Vasilache2019-03-291-12/+0
* Replace usages of Instruction with Operation in the /Analysis directory.River Riddle2019-03-291-31/+29
* Remove const from Value, Instruction, Argument, and the various methods on theChris Lattner2019-03-291-13/+9
* Use consistent names for dialect op source filesLei Zhang2019-03-291-1/+1
* Begin the process of fully removing OperationInst. This patch cleans up refer...River Riddle2019-03-291-35/+24
* Define the AffineForOp and replace ForInst with it. This patch is largely mec...River Riddle2019-03-291-8/+18
* Post commit fixesNicolas Vasilache2019-03-291-4/+6
* Address Performance issue in NestedMatcherNicolas Vasilache2019-03-291-116/+42
* Recommit: Define a AffineOps dialect as well as an AffineIfOp operation. Repl...River Riddle2019-03-291-4/+16
* Automated rollback of changelist 231318632.Nicolas Vasilache2019-03-291-16/+4
* Define a AffineOps dialect as well as an AffineIfOp operation. Replace all in...River Riddle2019-03-291-4/+16
* Cleanup resource management and rename recursive matchersNicolas Vasilache2019-03-291-0/+240
OpenPOWER on IntegriCloud