aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineFunctionAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-3/+2
* Clean up a funky pass registration that got passed over when I got rid of sta...Owen Anderson2011-01-041-7/+1
* Attach a GCModuleInfo to a MachineFunction.Nicolas Geoffray2010-10-311-1/+3
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+2
* Start function numbering at 0.Dan Gohman2010-04-171-1/+2
* Give MachineModuleInfo an actual Module*.Chris Lattner2010-04-061-5/+13
* enhance MachineFunction to have a MMI pointer.Chris Lattner2010-04-051-1/+1
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-1/+4
* make MachineFunction keep track of its ID and make Chris Lattner2010-01-261-1/+1
* Constify MachineFunctionAnalysis' TargetMachine reference.Dan Gohman2009-11-091-1/+1
* Fix PR5087, patch by Jakub Staszak!Chris Lattner2009-10-121-0/+1
* Give MachineFunctionAnalysis a destructor so it can verify thatDan Gohman2009-08-011-0/+4
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-311-0/+45
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-311-45/+0
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-311-0/+45