Age | Commit message (Expand) | Author | Files | Lines |
2015-06-15 | MIR Serialization: Connect the machine function analysis pass to the MIR parser. | Alex Lorenz | 1 | -2/+6 |
2014-10-14 | Remove unused member variable. | Rafael Espindola | 1 | -2/+1 |
2014-04-14 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 1 | -2/+2 |
2011-11-16 | Sink codegen optimization level into MCCodeGenInfo along side relocation model | Evan Cheng | 1 | -3/+2 |
2011-01-04 | Clean up a funky pass registration that got passed over when I got rid of sta... | Owen Anderson | 1 | -7/+1 |
2010-10-31 | Attach a GCModuleInfo to a MachineFunction. | Nicolas Geoffray | 1 | -1/+3 |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 1 | -2/+2 |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson | 1 | -2/+2 |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 1 | -2/+2 |
2010-04-17 | Start function numbering at 0. | Dan Gohman | 1 | -1/+2 |
2010-04-06 | Give MachineModuleInfo an actual Module*. | Chris Lattner | 1 | -5/+13 |
2010-04-05 | enhance MachineFunction to have a MMI pointer. | Chris Lattner | 1 | -1/+1 |
2010-03-13 | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner | 1 | -1/+4 |
2010-01-26 | make MachineFunction keep track of its ID and make | Chris Lattner | 1 | -1/+1 |
2009-11-09 | Constify MachineFunctionAnalysis' TargetMachine reference. | Dan Gohman | 1 | -1/+1 |
2009-10-12 | Fix PR5087, patch by Jakub Staszak! | Chris Lattner | 1 | -0/+1 |
2009-08-01 | Give MachineFunctionAnalysis a destructor so it can verify that | Dan Gohman | 1 | -0/+4 |
2009-07-31 | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 1 | -0/+45 |
2009-07-31 | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 1 | -45/+0 |
2009-07-31 | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 1 | -0/+45 |