aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineFunctionAnalysis.cpp
AgeCommit message (Expand)Author
2009-11-09Constify MachineFunctionAnalysis' TargetMachine reference.Dan Gohman
2009-10-12Fix PR5087, patch by Jakub Staszak!Chris Lattner
2009-08-01Give MachineFunctionAnalysis a destructor so it can verify thatDan Gohman
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