Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start function numbering at 0. | Dan Gohman | 2010-04-17 | 1 | -1/+2 |
* | Give MachineModuleInfo an actual Module*. | Chris Lattner | 2010-04-06 | 1 | -5/+13 |
* | enhance MachineFunction to have a MMI pointer. | Chris Lattner | 2010-04-05 | 1 | -1/+1 |
* | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner | 2010-03-13 | 1 | -1/+4 |
* | make MachineFunction keep track of its ID and make | Chris Lattner | 2010-01-26 | 1 | -1/+1 |
* | Constify MachineFunctionAnalysis' TargetMachine reference. | Dan Gohman | 2009-11-09 | 1 | -1/+1 |
* | Fix PR5087, patch by Jakub Staszak! | Chris Lattner | 2009-10-12 | 1 | -0/+1 |
* | Give MachineFunctionAnalysis a destructor so it can verify that | Dan Gohman | 2009-08-01 | 1 | -0/+4 |
* | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 2009-07-31 | 1 | -0/+45 |
* | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 2009-07-31 | 1 | -45/+0 |
* | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 2009-07-31 | 1 | -0/+45 |