| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | isSubRegOf() is a dup of isSubRegister. | Evan Cheng | 2007-10-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 43249 | ||||
| * | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng | 2007-09-26 | 1 | -4/+4 |
| | | | | | | | Tested with "make check"! llvm-svn: 42346 | ||||
| * | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman | 2007-09-14 | 1 | -3/+3 |
| | | | | | | | | isRegister, isImmediate, and isMachineBasicBlock, which are equivalent, and more popular. llvm-svn: 41958 | ||||
| * | Move isSubRegOf into MRegisterInfo. Fix a missed move elimination in ↵ | Christopher Lamb | 2007-08-10 | 1 | -17/+24 |
| | | | | | | | LowerSubregs and add more debugging output there. llvm-svn: 41005 | ||||
| * | Implement review feedback. No functionality change. | Christopher Lamb | 2007-08-06 | 1 | -137/+152 |
| | | | | | llvm-svn: 40863 | ||||
| * | Add a MachineFunction pass, which runs post register allocation, that turns ↵ | Christopher Lamb | 2007-07-26 | 1 | -0/+226 |
| subreg insert/extract instruction into register copies. This ensures correct code gen if the coalescer isn't able to remove all subreg instructions. llvm-svn: 40521 | |||||

