Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor the way that pass options are specified. | River Riddle | 2019-12-23 | 1 | -28/+19 |
* | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
* | Add support for instance specific pass statistics. | River Riddle | 2019-12-05 | 1 | -0/+15 |
* | Add support for generating reproducers on pass crash and failure. | River Riddle | 2019-10-10 | 1 | -2/+11 |
* | Add ::printAsTextualPipeline to Pass and OpPassManager. | MLIR Team | 2019-10-09 | 1 | -5/+8 |
* | NFC: Fully qualify use of std::string. | River Riddle | 2019-10-08 | 1 | -3/+3 |
* | Add Instance Specific Pass Options. | MLIR Team | 2019-10-08 | 1 | -2/+58 |
* | Publicly expose the functionality to parse a textual pass pipeline. | River Riddle | 2019-09-13 | 1 | -0/+8 |
* | Refactor pass pipeline command line parsing to support explicit pipeline stri... | River Riddle | 2019-09-13 | 1 | -1/+6 |
* | Refactor PassTiming to support nested pipelines. | River Riddle | 2019-09-08 | 1 | -0/+49 |