summaryrefslogtreecommitdiff
path: root/tools/opt/Passes.cpp
Commit message (Expand)AuthorAge
* [PM] Add a new-PM-style CGSCC pass manager using the newly addedChandler Carruth2014-04-21
* [PM] Add a nice low-tech registry of passes as a boring macro expansionChandler Carruth2014-04-21
* [PM] Switch new pass manager from polymorphic_ptr to unique_ptr now thatChandler Carruth2014-03-09
* [PM] Add a new "lazy" call graph analysis pass for the new pass manager.Chandler Carruth2014-02-06
* [PM] Wire up the Verifier for the new pass manager and connect it to theChandler Carruth2014-01-20
* [PM] Add module and function printing passes for the new pass manager.Chandler Carruth2014-01-12
* [PM] Fix a bunch of bugs I spotted by inspection when working on thisChandler Carruth2014-01-12
* [PM] Add support for parsing function passes and function pass managerChandler Carruth2014-01-12
* [PM] Actually nest pass managers correctly when parsing the passChandler Carruth2014-01-11
* [PM] Add names to passes under the new pass manager, and a debug outputChandler Carruth2014-01-11
* [PM] Add (very skeletal) support to opt for running the new passChandler Carruth2014-01-11