aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineFunctionPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-11/+16
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-021-0/+6
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-021-6/+0
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-021-0/+6
* Revert r100143.Eric Christopher2010-04-011-6/+0
* Add some switches helpful for debugging:David Greene2010-04-011-0/+6
* Add a form of addPreserved which takes a string argument, to allow passesDan Gohman2009-10-081-12/+12
* stop MachineFunctionPass from claiming that it preserves LoopDependence info,Chris Lattner2009-10-051-2/+0
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-311-0/+52
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-311-50/+0
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-311-0/+50