aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunctionPass.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-10-08Add a form of addPreserved which takes a string argument, to allow passesDan Gohman1-12/+12
2009-10-05stop MachineFunctionPass from claiming that it preserves LoopDependence info,Chris Lattner1-2/+0
2009-07-31Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman1-0/+52
2009-07-31Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar1-50/+0
2009-07-31Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman1-0/+50