aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineFunctionPass.cpp
AgeCommit message (Expand)Author
2010-04-02Ok, third time's the charm. No changes from last time except the CMakeDavid Greene
2010-04-02Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng
2010-04-02Let's try this again. Re-apply 100143 including an apparent missingDavid Greene
2010-04-01Revert r100143.Eric Christopher
2010-04-01Add some switches helpful for debugging:David Greene
2009-10-08Add a form of addPreserved which takes a string argument, to allow passesDan Gohman
2009-10-05stop MachineFunctionPass from claiming that it preserves LoopDependence info,Chris Lattner
2009-07-31Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman
2009-07-31Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar
2009-07-31Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman