summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Pass/IRPrinting.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-2/+2
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-2/+2
* Add a flag to the IRPrinter instrumentation to only print after a pass if the...River Riddle2019-12-061-8/+93
* Refactor the IRPrinting instrumentation to take a derivable config.River Riddle2019-12-051-43/+98
* Add a printer flag to use local scope when printing IR.River Riddle2019-11-121-1/+1
* NFC: Print the generic op form after pass failure.River Riddle2019-10-101-8/+9
* Update the IRPrinter instrumentation to work on non function/module operations.River Riddle2019-09-141-21/+27
* NFC: Pass PassInstrumentations by unique_ptr instead of raw pointer.River Riddle2019-09-141-1/+1
* Refactor the pass manager to support operations other than FuncOp/ModuleOp.River Riddle2019-09-021-1/+1
* NFC: Refactor the PassInstrumentation framework to operate on Operation inste...River Riddle2019-08-161-23/+20
* Change the IR printing pass instrumentation to ignore the verifier passes on ...River Riddle2019-07-121-2/+10
* NFC: Remove Function::getModule.River Riddle2019-07-121-1/+1
* NFC: Rename Module to ModuleOp.River Riddle2019-07-101-2/+2
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-4/+4
* NFC: Refactor Module to be value typed.River Riddle2019-07-021-3/+3
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-6/+6
* Add an instrumentation for conditionally printing the IR before and after pas...River Riddle2019-03-291-0/+128
OpenPOWER on IntegriCloud