summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFunctionAnalysis.h
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* Remove unneeded "TargetMachine.h" #includes.Jakub Staszak2013-02-09
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Give MachineFunctionAnalysis a getPassName() implementation to make timing re...Owen Anderson2011-01-04
* Give MachineModuleInfo an actual Module*.Chris Lattner2010-04-06
* make MachineFunction keep track of its ID and make Chris Lattner2010-01-26
* Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h.Dan Gohman2009-11-16
* Remove an unnecessary #include.Dan Gohman2009-11-16
* Constify MachineFunctionAnalysis' TargetMachine reference.Dan Gohman2009-11-09
* Give MachineFunctionAnalysis a destructor so it can verify thatDan Gohman2009-08-01
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-31
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-31
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-31