Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -3/+4 |
* | Refactor some code out of MachineSink into a MachineInstr query. | Evan Cheng | 2008-03-13 | 1 | -23/+2 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -3/+4 |
* | implement support for sinking a load out the bottom of a block that | Chris Lattner | 2008-01-12 | 1 | -16/+23 |
* | Simplify the side effect stuff a bit more and make licm/sinking | Chris Lattner | 2008-01-10 | 1 | -11/+13 |
* | Clamp down on sinking of lots of instructions. | Chris Lattner | 2008-01-10 | 1 | -0/+9 |
* | The current impl is really trivial, add some comments about how it can be mad... | Chris Lattner | 2008-01-05 | 1 | -2/+24 |
* | don't sink anything with side effects, this makes lots of stuff work, but sin... | Chris Lattner | 2008-01-05 | 1 | -0/+4 |
* | fix a common crash. | Chris Lattner | 2008-01-05 | 1 | -0/+4 |
* | Add a really quick hack at a machine code sinking pass, enabled with --enable... | Chris Lattner | 2008-01-04 | 1 | -0/+206 |