summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Pass/PassRegistry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor the way that pass options are specified.River Riddle2019-12-231-7/+49
* 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-5/+4
* Add Instance Specific Pass Options.MLIR Team2019-10-081-45/+108
* NFC: Fix warning for uninitialized field.River Riddle2019-09-231-1/+3
* Publicly expose the functionality to parse a textual pass pipeline.River Riddle2019-09-131-27/+60
* Refactor pass pipeline command line parsing to support explicit pipeline stri...River Riddle2019-09-131-6/+301
* Remove unused PassID member from PassRegistry (NFC)Mehdi Amini2019-05-101-2/+1
* Add an instrumentation for conditionally printing the IR before and after pas...River Riddle2019-03-291-1/+5
* Add support for registering pass pipelines to the PassRegistry. This is done ...River Riddle2019-03-291-6/+54
* Define a PassID class to use when defining a pass. This allows for the type u...River Riddle2019-03-291-3/+4
* NFC: Refactor the files related to passes.River Riddle2019-03-291-0/+65
OpenPOWER on IntegriCloud