Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
* | Convert the Canonicalize and CSE passes to generic Operation Passes. | River Riddle | 2019-10-24 | 1 | -5/+0 |
* | NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase. | River Riddle | 2019-09-13 | 1 | -1/+1 |
* | Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`. | River Riddle | 2019-09-01 | 1 | -1/+1 |
* | NFC: Move AffineOps dialect to the Dialect sub-directory. | River Riddle | 2019-08-20 | 1 | -1/+1 |
* | NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory. | River Riddle | 2019-08-19 | 1 | -1/+1 |
* | Change from llvm::make_unique to std::make_unique | Jacques Pienaar | 2019-08-17 | 1 | -1/+1 |
* | Express ownership transfer in PassManager API through std::unique_ptr (NFC) | Mehdi Amini | 2019-08-12 | 1 | -2/+2 |
* | Update the OperationFolder to find a valid insertion point when materializing... | River Riddle | 2019-06-25 | 1 | -4/+2 |
* | Split test-specific passes out of mlir-opt | Nicolas Vasilache | 2019-06-24 | 1 | -0/+84 |