[PM] Switch the downward invalidation to be incremental where only the
[oota-llvm.git] / unittests / IR / PassManagerTest.cpp
2013-11-22 Chandler Carruth[PM] Switch the downward invalidation to be incremental...
2013-11-22 Chandler Carruth[PM] Teach the analysis managers to pass themselves...
2013-11-22 Chandler Carruth[PM] Remove the IRUnitT typedef requirement for analysi...
2013-11-22 Chandler Carruth[PM] Fix the analysis templates' usage of IRUnitT.
2013-11-22 Chandler Carruth[PM] Switch analysis managers to be threaded through...
2013-11-21 Chandler Carruth[PM] Widen the interface for invalidate on an analysis...
2013-11-21 Chandler Carruth[PM] Add support for using SFINAE to reflect on an...
2013-11-21 Chandler Carruth[PM] Add a module analysis pass proxy for the function...
2013-11-20 Chandler Carruth[PM] Add the preservation system to the new pass manager.
2013-11-20 Chandler Carruth[PM] Make the function pass manager more regular.
2013-11-20 Chandler Carruth[PM] Split the analysis manager into a function-specifi...
2013-11-17 Chandler Carruth[PM] Completely remove support for explicit 'require...
2013-11-13 Chandler CarruthIntroduce an AnalysisManager which is like a pass manag...
2013-11-09 Chandler Carruth[PM] Start sketching out the new module and function...
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-10-31 Rafael EspindolaMerge CallGraph and BasicCallGraph.
2013-01-07 Chandler CarruthRename the VMCore unittest tree to IR. Somehow was...