Age | Commit message (Expand) | Author |
2009-07-16 | Let RegisterInfo decide whether it can emit cross-class copy or not | Anton Korobeynikov |
2009-03-23 | Do not fold away subreg_to_reg if the source register has a sub-register inde... | Evan Cheng |
2008-12-18 | Teach LowerSubregs to preserve kill/dead information when lowering | Dan Gohman |
2008-12-18 | Make LowerSubregs' debug output for EXTRACT_SUBREG consistent with | Dan Gohman |
2008-12-18 | Fix a copy+pasto in an assertion message. | Dan Gohman |
2008-12-18 | Fix indentation level. | Dan Gohman |
2008-11-21 | Silence unused variable warnings. | Devang Patel |
2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman |
2008-09-24 | Give LowerSubregs.cpp a top-level description. | Dan Gohman |
2008-09-22 | Instead of setPreservesAll, just mark them preseving machine loop info and ma... | Evan Cheng |
2008-09-22 | Mark several codegen passes as preserving all analysis. | Evan Cheng |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-08-20 | Fix indentation. | Dan Gohman |
2008-08-07 | Re-enable elimination of unnecessary SUBREG_TO_REG instructions in | Dan Gohman |
2008-07-17 | Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. | Dan Gohman |
2008-06-17 | It's not safe to remove SUBREG_TO_REG that looks like identity copies, e.g. m... | Evan Cheng |
2008-06-16 | Do not issue identity copies. | Evan Cheng |
2008-06-04 | Revert this. | Evan Cheng |
2008-06-04 | LowerSubregs should not clobber any analysis. | Evan Cheng |
2008-03-16 | Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs... | Christopher Lamb |
2008-03-13 | Get rid of a pseudo instruction and replace it with subreg based operation on... | Christopher Lamb |
2008-03-11 | Recommitting parts of r48130. These do not appear to cause the observed failu... | Christopher Lamb |
2008-03-11 | Use TargetRegisterInfo::getPhysicalRegisterRegClass. Remove duplicated code. | Evan Cheng |
2008-03-10 | Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. | Evan Cheng |
2008-03-10 | Allow insert_subreg into implicit, target-specific values. | Christopher Lamb |
2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
2007-12-31 | Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the | Owen Anderson |
2007-12-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-10-23 | isSubRegOf() is a dup of isSubRegister. | Evan Cheng |
2007-09-26 | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng |
2007-09-14 | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman |
2007-08-10 | Move isSubRegOf into MRegisterInfo. Fix a missed move elimination in LowerSub... | Christopher Lamb |
2007-08-06 | Implement review feedback. No functionality change. | Christopher Lamb |
2007-07-26 | Add a MachineFunction pass, which runs post register allocation, that turns s... | Christopher Lamb |