summaryrefslogtreecommitdiffstats
path: root/mlir/test/lib/Transforms/TestConstantFold.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* Convert the Canonicalize and CSE passes to generic Operation Passes.River Riddle2019-10-241-5/+0
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-1/+1
* Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`.River Riddle2019-09-011-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
* Change from llvm::make_unique to std::make_uniqueJacques Pienaar2019-08-171-1/+1
* Express ownership transfer in PassManager API through std::unique_ptr (NFC)Mehdi Amini2019-08-121-2/+2
* Update the OperationFolder to find a valid insertion point when materializing...River Riddle2019-06-251-4/+2
* Split test-specific passes out of mlir-optNicolas Vasilache2019-06-241-0/+84
OpenPOWER on IntegriCloud