summaryrefslogtreecommitdiffstats
path: root/mlir/test/Pass
Commit message (Expand)AuthorAgeFilesLines
* Refactor the way that pass options are specified.River Riddle2019-12-231-3/+3
* Add a flag to the IRPrinter instrumentation to only print after a pass if the...River Riddle2019-12-061-0/+8
* Use regex to fix failure when stats are disabled.River Riddle2019-12-061-3/+3
* Add support for instance specific pass statistics.River Riddle2019-12-051-0/+25
* Make diagnostic a bit clearer.Sean Silva2019-12-031-1/+1
* Convert the Canonicalize and CSE passes to generic Operation Passes.River Riddle2019-10-243-10/+10
* Add support for generating reproducers on pass crash and failure.River Riddle2019-10-101-0/+15
* Add ::printAsTextualPipeline to Pass and OpPassManager.MLIR Team2019-10-091-5/+4
* Add Instance Specific Pass Options.MLIR Team2019-10-081-0/+19
* Update the IRPrinter instrumentation to work on non function/module operations.River Riddle2019-09-141-2/+2
* Publicly expose the functionality to parse a textual pass pipeline.River Riddle2019-09-131-0/+9
* Refactor pass pipeline command line parsing to support explicit pipeline stri...River Riddle2019-09-131-0/+31
* Add support for coalescing adjacent nested pass pipelines.River Riddle2019-09-091-4/+5
* Refactor PassTiming to support nested pipelines.River Riddle2019-09-081-0/+22
* Refactor the pass manager to support operations other than FuncOp/ModuleOp.River Riddle2019-09-021-14/+12
* Enable multi-threading in the pass manager by default.River Riddle2019-05-062-9/+9
* Update the pass ir-printing test to not rely on rtti type pretty printing.River Riddle2019-04-021-16/+16
* Update the multi-threaded pass timing to not assume that total time will be d...River Riddle2019-03-291-2/+2
* Add support for multi-threaded pass timing.River Riddle2019-03-291-5/+44
* Add an instrumentation for conditionally printing the IR before and after pas...River Riddle2019-03-291-0/+54
* Add a new instrumentation for timing pass and analysis execution. This is mad...River Riddle2019-03-291-0/+31
OpenPOWER on IntegriCloud