Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give MachineFunctionAnalysis a getPassName() implementation to make timing re... | Owen Anderson | 2011-01-04 | 1 | -0/+4 |
* | Give MachineModuleInfo an actual Module*. | Chris Lattner | 2010-04-06 | 1 | -1/+1 |
* | make MachineFunction keep track of its ID and make | Chris Lattner | 2010-01-26 | 1 | -1/+2 |
* | Revert 88957. This file uses CodeGenOpt, which is defined in TargetMachine.h. | Dan Gohman | 2009-11-16 | 1 | -1/+1 |
* | Remove an unnecessary #include. | Dan Gohman | 2009-11-16 | 1 | -1/+1 |
* | Constify MachineFunctionAnalysis' TargetMachine reference. | Dan Gohman | 2009-11-09 | 1 | -1/+1 |
* | Give MachineFunctionAnalysis a destructor so it can verify that | Dan Gohman | 2009-08-01 | 1 | -1/+1 |
* | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 2009-07-31 | 1 | -0/+49 |
* | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 2009-07-31 | 1 | -49/+0 |
* | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 2009-07-31 | 1 | -0/+49 |