summaryrefslogtreecommitdiffstats
path: root/mlir/unittests/Pass/AnalysisManagerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* Allow analyses to provide a hook 'isInvalidated' to determine if they are tru...River Riddle2019-12-031-0/+33
* Generalize the analysis manager framework to work on any operation at any nes...River Riddle2019-08-281-15/+20
* NFC: Rename Module to ModuleOp.River Riddle2019-07-101-5/+5
* Update ModuleOp::create(...) to take a Location instead of a context.River Riddle2019-07-101-3/+3
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-8/+8
* NFC: Refactor Module to be value typed.River Riddle2019-07-021-8/+8
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-10/+10
* Add basic infrastructure for instrumenting pass execution and analysis comput...River Riddle2019-03-291-3/+3
* NFC: Remove 'Result' from the analysis manager api to better reflect the impl...River Riddle2019-03-291-12/+12
* Add support for preserving specific analyses in the analysis manager. Passes ...River Riddle2019-03-291-0/+112
OpenPOWER on IntegriCloud