aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFunctionAnalysis.h
AgeCommit message (Expand)Author
2013-02-09Remove unneeded "TargetMachine.h" #includes.Jakub Staszak
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng
2011-01-04Give MachineFunctionAnalysis a getPassName() implementation to make timing re...Owen Anderson
2010-04-06Give MachineModuleInfo an actual Module*.Chris Lattner
2010-01-26make MachineFunction keep track of its ID and make Chris Lattner
2009-11-16Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h.Dan Gohman
2009-11-16Remove an unnecessary #include.Dan Gohman
2009-11-09Constify MachineFunctionAnalysis' TargetMachine reference.Dan Gohman
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