summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Pass/PassManagerOptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-1/+1
* Add a flag to the IRPrinter instrumentation to only print after a pass if the...River Riddle2019-12-061-1/+6
* Refactor the IRPrinting instrumentation to take a derivable config.River Riddle2019-12-051-5/+6
* Add support for instance specific pass statistics.River Riddle2019-12-051-4/+24
* Add support for generating reproducers on pass crash and failure.River Riddle2019-10-101-0/+12
* NFC: Initialize pass manager option fields inline instead of the class constr...River Riddle2019-10-101-51/+31
* Update the IRPrinter instrumentation to work on non function/module operations.River Riddle2019-09-141-2/+1
* Refactor pass pipeline command line parsing to support explicit pipeline stri...River Riddle2019-09-131-13/+8
* NFC: Make the 'disable-pass-threading' flag a PassManagerOption.River Riddle2019-07-081-2/+19
* Moving the IR printing and execution timing options out of mlir-opt and into ...River Riddle2019-03-291-0/+153
OpenPOWER on IntegriCloud