| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 1 | -11/+11 | 
| *  | Give LowerSubregs.cpp a top-level description. | Dan Gohman | 2008-09-24 | 1 | -0/+7 | 
| *  | Instead of setPreservesAll, just mark them preseving machine loop info and ma... | Evan Cheng | 2008-09-22 | 1 | -1/+2 | 
| *  | Mark several codegen passes as preserving all analysis. | Evan Cheng | 2008-09-22 | 1 | -0/+5 | 
| *  | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 | 
| *  | Fix indentation. | Dan Gohman | 2008-08-20 | 1 | -2/+2 | 
| *  | Re-enable elimination of unnecessary SUBREG_TO_REG instructions in | Dan Gohman | 2008-08-07 | 1 | -4/+9 | 
| *  | Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. | Dan Gohman | 2008-07-17 | 1 | -3/+3 | 
| *  | It's not safe to remove SUBREG_TO_REG that looks like identity copies, e.g. m... | Evan Cheng | 2008-06-17 | 1 | -11/+6 | 
| *  | Do not issue identity copies. | Evan Cheng | 2008-06-16 | 1 | -13/+22 | 
| *  | Revert this. | Evan Cheng | 2008-06-04 | 1 | -4/+0 | 
| *  | LowerSubregs should not clobber any analysis. | Evan Cheng | 2008-06-04 | 1 | -0/+4 | 
| *  | Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs... | Christopher Lamb | 2008-03-16 | 1 | -94/+61 | 
| *  | Get rid of a pseudo instruction and replace it with subreg based operation on... | Christopher Lamb | 2008-03-13 | 1 | -10/+14 | 
| *  | Recommitting parts of r48130. These do not appear to cause the observed failu... | Christopher Lamb | 2008-03-11 | 1 | -23/+12 | 
| *  | Use TargetRegisterInfo::getPhysicalRegisterRegClass. Remove duplicated code. | Evan Cheng | 2008-03-11 | 1 | -21/+6 | 
| *  | Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. | Evan Cheng | 2008-03-10 | 1 | -12/+23 | 
| *  | Allow insert_subreg into implicit, target-specific values.  | Christopher Lamb | 2008-03-10 | 1 | -23/+12 | 
| *  | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -25/+25 | 
| *  | Move copyRegToReg from MRegisterInfo to TargetInstrInfo.  This is part of the | Owen Anderson | 2007-12-31 | 1 | -4/+6 | 
| *  | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea  | Chris Lattner | 2007-12-31 | 1 | -5/+5 | 
| *  | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 | 
| *  | isSubRegOf() is a dup of isSubRegister. | Evan Cheng | 2007-10-23 | 1 | -1/+1 | 
| *  | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng | 2007-09-26 | 1 | -4/+4 | 
| *  | Remove isReg, isImm, and isMBB, and change all their users to use  | Dan Gohman | 2007-09-14 | 1 | -3/+3 | 
| *  | Move isSubRegOf into MRegisterInfo. Fix a missed move elimination in LowerSub... | Christopher Lamb | 2007-08-10 | 1 | -17/+24 | 
| *  | Implement review feedback. No functionality change. | Christopher Lamb | 2007-08-06 | 1 | -137/+152 | 
| *  | Add a MachineFunction pass, which runs post register allocation, that turns s... | Christopher Lamb | 2007-07-26 | 1 | -0/+226 |