| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Clean up the handling of two-address operands in RegScavenger. | Jakob Stoklund Olesen | 2009-08-04 | 1 | -12/+3 | 
| *  | Don't give implicit machine operands special treatment in the register scaven... | Jakob Stoklund Olesen | 2009-08-04 | 1 | -5/+2 | 
| *  | Fix PR4528. This scavenger assertion is too strict. The two-address value is | Evan Cheng | 2009-08-04 | 1 | -1/+2 | 
| *  | Fix issue in regscavenger when scavenging a callee-saved register that has no... | Jakob Stoklund Olesen | 2009-08-02 | 1 | -1/+8 | 
| *  | Scavenger asserts. | Jakob Stoklund Olesen | 2009-08-02 | 1 | -2/+11 | 
| *  | Ignore undef uses. | Evan Cheng | 2009-07-22 | 1 | -0/+3 | 
| *  | Fix bug in RegScavenger::scavengeRegister(). | Jakob Stoklund Olesen | 2009-07-15 | 1 | -1/+1 | 
| *  | Fix assert(0) conversion, as suggested by Chris. | Torok Edwin | 2009-07-12 | 1 | -3/+2 | 
| *  | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin | 2009-07-11 | 1 | -2/+2 | 
| *  | Remove special handling of implicit_def. Fix a couple more bugs in liveinterv... | Evan Cheng | 2009-07-01 | 1 | -22/+9 | 
| *  | Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the... | Evan Cheng | 2009-07-01 | 1 | -1/+7 | 
| *  | Temporarily restore the scavenger implicit_def checking code. MachineOperand ... | Evan Cheng | 2009-06-30 | 1 | -5/+23 | 
| *  | Add a bit IsUndef to MachineOperand. This indicates the def / use register op... | Evan Cheng | 2009-06-30 | 1 | -26/+8 | 
| *  | If killed register is defined by implicit_def, do not clear it since it's liv... | Evan Cheng | 2009-06-12 | 1 | -5/+12 | 
| *  | Fix pr3954.  The register scavenger asserts for inline assembly with | Bob Wilson | 2009-04-09 | 1 | -4/+2 | 
| *  | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -0/+1 | 
| *  | Silience unused warnings. | Devang Patel | 2008-12-23 | 1 | -0/+2 | 
| *  | Initialize the ImplicitDefed member, to avoid getting stale | Dan Gohman | 2008-12-19 | 1 | -0/+1 | 
| *  | Fix a typo in a comment. | Dan Gohman | 2008-12-02 | 1 | -1/+1 | 
| *  | - Register scavenger should use MachineRegisterInfo and internal map to find ... | Evan Cheng | 2008-11-20 | 1 | -32/+62 | 
| *  | Make the same change to RegScavenger::backward. | Evan Cheng | 2008-11-18 | 1 | -9/+28 | 
| *  | We also need to keep the operand index for two address check. | Evan Cheng | 2008-11-18 | 1 | -9/+11 | 
| *  | Register scavenger should process early clobber defs first. A dead early clob... | Evan Cheng | 2008-11-18 | 1 | -23/+37 | 
| *  | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 1 | -7/+7 | 
| *  | Minor const-correctness fixes. | Dan Gohman | 2008-07-07 | 1 | -1/+1 | 
| *  | Fix some constructs that gcc-4.4 warns about. | Duncan Sands | 2008-05-27 | 1 | -1/+2 | 
| *  | Allow registers defined by implicit_def to be clobbered. | Evan Cheng | 2008-04-10 | 1 | -6/+15 | 
| *  | 1. IMPLICIT_DEF can *re-define* any register. | Evan Cheng | 2008-04-05 | 1 | -2/+42 | 
| *  | Something that kills a super-register also | Bill Wendling | 2008-03-07 | 1 | -2/+1 | 
| *  | Fixed a register scavenger bug. If a def is re-defining part of a super regis... | Evan Cheng | 2008-03-07 | 1 | -3/+8 | 
| *  | When setting the "unused" info, take into account something like this: | Bill Wendling | 2008-03-06 | 1 | -8/+38 | 
| *  | Refactor code. Remove duplicated functions that basically do the same thing as | Evan Cheng | 2008-03-05 | 1 | -15/+16 | 
| *  | Make the register scavenger update the bookkeeping values for sub/super | Bill Wendling | 2008-03-03 | 1 | -3/+39 | 
| *  | Fix typos. | Bill Wendling | 2008-02-16 | 1 | -2/+2 | 
| *  | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -1/+1 | 
| *  | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -5/+5 | 
| *  | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner | 2008-01-07 | 1 | -3/+3 | 
| *  | Move some more instruction creation methods from RegisterInfo into InstrInfo. | Owen Anderson | 2008-01-01 | 1 | -3/+3 | 
| *  | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 | 
| *  | Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether | Evan Cheng | 2007-12-05 | 1 | -1/+1 | 
| *  | Remove isReg, isImm, and isMBB, and change all their users to use  | Dan Gohman | 2007-09-14 | 1 | -5/+5 | 
| *  | Better assertion messages. | Evan Cheng | 2007-07-05 | 1 | -3/+4 | 
| *  | If call frame is not part of stack frame and no dynamic alloc, eliminateFrame... | Evan Cheng | 2007-05-01 | 1 | -4/+5 | 
| *  | Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion. | Evan Cheng | 2007-04-26 | 1 | -1/+1 | 
| *  | Bad bad bug. findRegisterUseOperand() returns -1 if a use if not found. | Evan Cheng | 2007-04-03 | 1 | -1/+1 | 
| *  | Fix reversed logic in getRegsUsed.  Rename RegStates to RegsAvailable to | Dale Johannesen | 2007-03-26 | 1 | -15/+15 | 
| *  | maintain LiveIn when splitting blocks (register scavenging needs it) | Dale Johannesen | 2007-03-20 | 1 | -0/+7 | 
| *  | Minor bug fix. | Evan Cheng | 2007-03-06 | 1 | -0/+2 | 
| *  | Register scavenger is now capable of scavenging. It spills a register whose u... | Evan Cheng | 2007-03-06 | 1 | -2/+90 | 
| *  | Mark dead def as unused. | Evan Cheng | 2007-03-02 | 1 | -2/+6 |