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