summaryrefslogtreecommitdiffstats
path: root/mlir/test/lib/Transforms/TestLoopParametricTiling.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor the way that pass options are specified.River Riddle2019-12-231-15/+9
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* Add Instance Specific Pass Options.MLIR Team2019-10-081-13/+15
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-131-1/+1
* Refactor the 'walk' methods for operations.River Riddle2019-08-291-1/+1
* Change from llvm::make_unique to std::make_uniqueJacques Pienaar2019-08-171-2/+2
* Express ownership transfer in PassManager API through std::unique_ptr (NFC)Mehdi Amini2019-08-121-3/+4
* NFC: Standardize the terminology used for parent ops/regions/etc.River Riddle2019-08-091-1/+1
* Refactor LoopParametricTiling as a test pass - NFCNicolas Vasilache2019-07-221-0/+71
OpenPOWER on IntegriCloud