summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Pass/PassTiming.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-8/+7
* minor spelling tweaksKazuaki Ishizaki2019-12-061-1/+1
* Add support for instance specific pass statistics.River Riddle2019-12-051-16/+9
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-3/+3
* Pass the pointer of the parent pipeline collection pass to PassInstrumentatio...River Riddle2019-09-301-12/+11
* Fix a number of Clang-Tidy warnings.Christian Sigg2019-09-231-3/+4
* NFC: Pass PassInstrumentations by unique_ptr instead of raw pointer.River Riddle2019-09-141-1/+1
* Add support for coalescing adjacent nested pass pipelines.River Riddle2019-09-091-2/+9
* Refactor PassTiming to support nested pipelines.River Riddle2019-09-081-65/+142
* Refactor the pass manager to support operations other than FuncOp/ModuleOp.River Riddle2019-09-021-6/+6
* NFC: Refactor the PassInstrumentation framework to operate on Operation inste...River Riddle2019-08-161-12/+8
* Replace dyn_cast<> with isa<> when the returned value is unused (NFC)Mehdi Amini2019-05-101-2/+1
* Update variable in PassTiming to refer to system_clock instead of high_re...River Riddle2019-04-011-1/+1
* Add support for multi-threaded pass timing.River Riddle2019-03-291-43/+161
* Add experimental support for multi-threading the pass manager. This adds supp...River Riddle2019-03-291-1/+1
* Replace the usages of llvm::Timer in PassTiming in favor of a simple nested T...River Riddle2019-03-291-187/+173
* Add an instrumentation for conditionally printing the IR before and after pas...River Riddle2019-03-291-7/+0
* Refactor pass timing so that it is toggled on the passmanager via 'enableTimi...River Riddle2019-03-291-5/+76
* Add a new instrumentation for timing pass and analysis execution. This is mad...River Riddle2019-03-291-0/+234
OpenPOWER on IntegriCloud