summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineFunctionAnalysis.cpp
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Clean up a funky pass registration that got passed over when I got rid of sta...Owen Anderson2011-01-04
* Attach a GCModuleInfo to a MachineFunction.Nicolas Geoffray2010-10-31
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Start function numbering at 0.Dan Gohman2010-04-17
* Give MachineModuleInfo an actual Module*.Chris Lattner2010-04-06
* enhance MachineFunction to have a MMI pointer.Chris Lattner2010-04-05
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-13
* make MachineFunction keep track of its ID and make Chris Lattner2010-01-26
* Constify MachineFunctionAnalysis' TargetMachine reference.Dan Gohman2009-11-09
* Fix PR5087, patch by Jakub Staszak!Chris Lattner2009-10-12
* 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