Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Oy! When reverting r68073, I added in experimental code. Sorry... | Bill Wendling | 2009-03-31 | 1 | -62/+31 | |
| | | | | llvm-svn: 68099 | |||||
* | Revert r68073. It's causing a failure in the Apple-style builds. | Bill Wendling | 2009-03-31 | 1 | -31/+62 | |
| | | | | llvm-svn: 68092 | |||||
* | Balance out quote in debug output. | Bill Wendling | 2009-03-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 68059 | |||||
* | Fixed build warnings for unused variables. | Sanjiv Gupta | 2009-03-20 | 1 | -3/+0 | |
| | | | | llvm-svn: 67372 | |||||
* | Added MachineInstr::isRegTiedToDefOperand to check for two-addressness. | Evan Cheng | 2009-03-19 | 1 | -10/+9 | |
| | | | | llvm-svn: 67335 | |||||
* | Spiller may unfold load / mod / store instructions as an optimization when ↵ | Evan Cheng | 2009-03-17 | 1 | -4/+9 | |
| | | | | | | the would be loaded value is available in a register. It needs to check if it's legal to clobber the register. Also, the register can contain values of multiple spill slots, make sure to check all instead of just the one being unfolded. llvm-svn: 67068 | |||||
* | Add newlines at end of file (this can annoy gcov) | Daniel Dunbar | 2009-03-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 67000 | |||||
* | Reorganize some #include's. | Owen Anderson | 2009-03-12 | 1 | -1/+4 | |
| | | | | llvm-svn: 66780 | |||||
* | Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. ↵ | Owen Anderson | 2009-03-11 | 1 | -0/+1655 | |
No (intended) functionality change. llvm-svn: 66720 |