summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Analysis/CGSCCPassManagerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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