aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineSink.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix PR3522. It's not safe to sink into landing pad BB's.Evan Cheng2009-02-151-0/+5
* Don't sink the instruction if TargetRegisterInfo::isSafeToMoveRegClassDefs do...Evan Cheng2009-02-071-0/+4
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-1/+1
* Remove isImm(), isReg(), and friends, in favor of Dan Gohman2008-09-131-1/+1
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-3/+4
* Refactor some code out of MachineSink into a MachineInstr query.Evan Cheng2008-03-131-23/+2
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-3/+4
* implement support for sinking a load out the bottom of a block thatChris Lattner2008-01-121-16/+23
* Simplify the side effect stuff a bit more and make licm/sinkingChris Lattner2008-01-101-11/+13
* Clamp down on sinking of lots of instructions.Chris Lattner2008-01-101-0/+9
* The current impl is really trivial, add some comments about how it can be mad...Chris Lattner2008-01-051-2/+24
* don't sink anything with side effects, this makes lots of stuff work, but sin...Chris Lattner2008-01-051-0/+4
* fix a common crash.Chris Lattner2008-01-051-0/+4
* Add a really quick hack at a machine code sinking pass, enabled with --enable...Chris Lattner2008-01-041-0/+206