summaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineFunctionAnalysis.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+6
* Remove unneeded "TargetMachine.h" #includes.Jakub Staszak2013-02-091-1/+1
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-4/+1
* Give MachineFunctionAnalysis a getPassName() implementation to make timing re...Owen Anderson2011-01-041-0/+4
* Give MachineModuleInfo an actual Module*.Chris Lattner2010-04-061-1/+1
* make MachineFunction keep track of its ID and make Chris Lattner2010-01-261-1/+2
* Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h.Dan Gohman2009-11-161-1/+1
* Remove an unnecessary #include.Dan Gohman2009-11-161-1/+1
* Constify MachineFunctionAnalysis' TargetMachine reference.Dan Gohman2009-11-091-1/+1
* Give MachineFunctionAnalysis a destructor so it can verify thatDan Gohman2009-08-011-1/+1
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-311-0/+49
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-311-49/+0
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-311-0/+49