Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor the way that pass options are specified. | River Riddle | 2019-12-23 | 1 | -15/+9 |
* | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
* | Add Instance Specific Pass Options. | MLIR Team | 2019-10-08 | 1 | -13/+15 |
* | NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase. | River Riddle | 2019-09-13 | 1 | -1/+1 |
* | Refactor the 'walk' methods for operations. | River Riddle | 2019-08-29 | 1 | -1/+1 |
* | Change from llvm::make_unique to std::make_unique | Jacques Pienaar | 2019-08-17 | 1 | -2/+2 |
* | Express ownership transfer in PassManager API through std::unique_ptr (NFC) | Mehdi Amini | 2019-08-12 | 1 | -3/+4 |
* | NFC: Standardize the terminology used for parent ops/regions/etc. | River Riddle | 2019-08-09 | 1 | -1/+1 |
* | Refactor LoopParametricTiling as a test pass - NFC | Nicolas Vasilache | 2019-07-22 | 1 | -0/+71 |