summaryrefslogtreecommitdiff
path: root/tools/opt/Passes.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-09[PM] Switch new pass manager from polymorphic_ptr to unique_ptr now thatChandler Carruth1-5/+5
2014-02-06[PM] Add a new "lazy" call graph analysis pass for the new pass manager.Chandler Carruth1-0/+6
2014-01-20[PM] Wire up the Verifier for the new pass manager and connect it to theChandler Carruth1-10/+22
2014-01-12[PM] Add module and function printing passes for the new pass manager.Chandler Carruth1-0/+12
2014-01-12[PM] Fix a bunch of bugs I spotted by inspection when working on thisChandler Carruth1-13/+15
2014-01-12[PM] Add support for parsing function passes and function pass managerChandler Carruth1-4/+81
2014-01-11[PM] Actually nest pass managers correctly when parsing the passChandler Carruth1-1/+7
2014-01-11[PM] Add names to passes under the new pass manager, and a debug outputChandler Carruth1-0/+1
2014-01-11[PM] Add (very skeletal) support to opt for running the new passChandler Carruth1-0/+93