summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineFunctionPass.cpp
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-02
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-02
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-02
* Revert r100143.Eric Christopher2010-04-01
* Add some switches helpful for debugging:David Greene2010-04-01
* Add a form of addPreserved which takes a string argument, to allow passesDan Gohman2009-10-08
* stop MachineFunctionPass from claiming that it preserves LoopDependence info,Chris Lattner2009-10-05
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-31
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-31
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-31