summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Analysis/CGSCCPassManagerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM] Switch the CGSCC debug messages to use the standard LLVM debugChandler Carruth2017-08-111-4/+4
* [PM/LCG] Teach the LazyCallGraph to maintain reference edges from everyChandler Carruth2017-07-151-0/+2
* [PM] Fix a silly bug in my recent update to the CG update logic.Chandler Carruth2017-07-121-6/+6
* CGSCCPassManagerTest.cpp: Fix warnings. [-Wunused-variable]NAKAMURA Takumi2017-07-091-0/+2
* [PM] Add unittesting of the call graph update logic with complexChandler Carruth2017-07-091-0/+166
* [PM] Finish implementing and fix a chain of bugs uncovered by testingChandler Carruth2017-07-091-6/+24
* [PM] Introduce the facilities for registering cross-IR-unit dependenciesChandler Carruth2016-12-271-0/+263
* [PM] Support invalidation of inner analysis managers from a pass over the out...Chandler Carruth2016-12-101-23/+370
* [PM] Extend the explicit 'invalidate' method API on analysis results toChandler Carruth2016-11-281-1/+4
* [PM] Add an ASCII-art diagram for the call graph in the CGSCC unit test.Chandler Carruth2016-11-281-32/+49
* [PM] Change the static object whose address is used to uniquely identifyChandler Carruth2016-11-231-24/+17
* [PM] Refactor this unittest a bit to remove duplicated code. This wasChandler Carruth2016-09-261-65/+45
* [PM] Add a unittest covering the invalidation of a Module analysis fromChandler Carruth2016-09-261-0/+95
* [PM] Add a unittest for invalidating module analyses with an SCC pass.Chandler Carruth2016-09-261-0/+89
* [PM] Revert r280447: Add a unittest for invalidating module analyses with an ...Chandler Carruth2016-09-041-96/+0
* [PM] Try to fix an MSVC2013 failure due to finding a templateChandler Carruth2016-09-021-0/+14
* [PM] Add a unittest for invalidating module analyses with an SCC pass.Chandler Carruth2016-09-021-0/+96
* [PM] (NFC) Split the IR parsing into a fixture so that I can split outChandler Carruth2016-09-021-33/+42
* [PM] (NFC) Refactor the CGSCC pass manager tests to use lambda-basedChandler Carruth2016-09-021-79/+43
* [PM] Introduce basic update capabilities to the new PM's CGSCC passChandler Carruth2016-08-241-5/+6
* Consistently use FunctionAnalysisManagerSean Silva2016-08-091-1/+1
* [PM] Sink the module parsing from the fixture to the test as subsequentChandler Carruth2016-06-281-43/+38
* [PM] Run clang-format over various parts of the new pass manager codeChandler Carruth2016-06-171-3/+2
* [PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth2016-06-171-1/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-35/+34
* [PM] Make the AnalysisManager parameter to run methods a reference.Chandler Carruth2016-03-111-13/+12
* [PM] Remove an overly aggressive assert now that I can actually test theChandler Carruth2016-02-231-0/+32
* [PM] Add a unittest for the CGSCC pass manager in the new pass managerChandler Carruth2016-02-231-0/+287
OpenPOWER on IntegriCloud