Bill Wendling
|
e67f5e4273
|
Oy! When reverting r68073, I added in experimental code. Sorry...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68099 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-03-31 08:41:31 +00:00 |
|
Bill Wendling
|
8fe00540fc
|
Revert r68073. It's causing a failure in the Apple-style builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68092 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-03-31 08:26:26 +00:00 |
|
Bill Wendling
|
fd302b7056
|
Balance out quote in debug output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68059 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-03-30 20:32:22 +00:00 |
|
Sanjiv Gupta
|
91520ea585
|
Fixed build warnings for unused variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67372 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-03-20 13:49:20 +00:00 |
|
Evan Cheng
|
a24752ff43
|
Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67335 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-03-19 20:30:06 +00:00 |
|
Evan Cheng
|
e47b0089d9
|
Spiller may unfold load / mod / store instructions as an optimization when 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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67068 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-03-17 01:23:09 +00:00 |
|
Daniel Dunbar
|
cfbf05ef03
|
Add newlines at end of file (this can annoy gcov)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67000 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-03-14 01:53:05 +00:00 |
|
Owen Anderson
|
0ff4e2105b
|
Reorganize some #include's.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66780 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-03-12 06:58:19 +00:00 |
|
Owen Anderson
|
1ed5b714f1
|
Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. No (intended) functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66720 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-03-11 22:31:21 +00:00 |
|