| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r106066, "Create a more targeted fix for not sinking instructions into... | Daniel Dunbar | 2010-06-23 | 1 | -14/+53 |
* | Improve comment to include that the use of a preg is also verboten in this si... | Bill Wendling | 2010-06-16 | 1 | -3/+4 |
* | Create a more targeted fix for not sinking instructions into a range where it | Bill Wendling | 2010-06-15 | 1 | -50/+10 |
* | Cleanup 80-column and trim trailing whitespace | Jim Grosbach | 2010-06-03 | 1 | -33/+33 |
* | Machine sink could potentially sink instructions into a block where the physical | Bill Wendling | 2010-06-03 | 1 | -4/+56 |
* | Compulsive reformating. No functionalitical changes. | Bill Wendling | 2010-06-02 | 1 | -11/+19 |
* | Teach MachineLICM and MachineSink how to clear kill flags conservatively | Dan Gohman | 2010-05-13 | 1 | -0/+5 |
* | Avoid sinking machine instructions into a loop. | Jakob Stoklund Olesen | 2010-04-15 | 1 | -0/+11 |
* | Teach MachineSinking to handle easy critical edges. | Jakob Stoklund Olesen | 2010-04-13 | 1 | -2/+17 |
* | Don't do code sinking on unreachable blocks. It's unprofitable and hazardous. | Dan Gohman | 2010-04-05 | 1 | -0/+5 |
* | Fix some more places where dbg_value affected codegen. | Dale Johannesen | 2010-03-05 | 1 | -3/+11 |
* | Swap parameters of isSafeToMove and isSafeToReMat for consistency. | Evan Cheng | 2010-03-02 | 1 | -1/+1 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -3/+2 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -4/+4 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | Fix a typo in a comment. | Dan Gohman | 2009-10-19 | 1 | -1/+1 |
* | Change a few instance variables to be local variables. | Dan Gohman | 2009-10-19 | 1 | -11/+6 |
* | Factor out LiveIntervalAnalysis' code to determine whether an instruction | Dan Gohman | 2009-10-09 | 1 | -1/+5 |
* | Replace TargetInstrInfo::isInvariantLoad and its target-specific | Dan Gohman | 2009-10-07 | 1 | -2/+0 |
* | Don't hoist or sink instructions with physreg uses if the physreg is | Dan Gohman | 2009-09-26 | 1 | -3/+12 |
* | Fix MachineSink to be able to sink instructions that use physical registers | Dan Gohman | 2009-09-25 | 1 | -1/+14 |
* | Simplify this code by using use_iterator instead of reg_iterator | Dan Gohman | 2009-09-25 | 1 | -4/+2 |
* | remove std::ostream versions of printing stuff for MBB and MF, | Chris Lattner | 2009-08-23 | 1 | -3/+3 |
* | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -1/+2 |
* | Various comment fixes. | Dan Gohman | 2009-08-05 | 1 | -3/+8 |
* | Use setPreservesAll and setPreservesCFG in CodeGen passes. | Dan Gohman | 2009-07-31 | 1 | -0/+1 |
* | fix two problems with machine sinking: | Chris Lattner | 2009-04-10 | 1 | -12/+26 |
* | Fix PR3522. It's not safe to sink into landing pad BB's. | Evan Cheng | 2009-02-15 | 1 | -0/+5 |
* | Don't sink the instruction if TargetRegisterInfo::isSafeToMoveRegClassDefs do... | Evan Cheng | 2009-02-07 | 1 | -0/+4 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 1 | -1/+1 |
* | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman | 2008-09-13 | 1 | -1/+1 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | 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 |