aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineFunctionPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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