llvm-6502/test/CodeGen
Dale Johannesen 39faac2531 When computing live intervals for earlyclobber operands,
we pushed the beginning of the interval back 1, so the
interval would overlap with inputs that die.  We were
also pushing the end of the interval back 1, though,
which means the earlyclobber didn't overlap with other
output operands.  Don't do this.  PR 4964.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82342 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-20 00:36:41 +00:00
..
Alpha Eliminate more uses of llvm-as and llvm-dis. 2009-09-09 00:09:15 +00:00
ARM Convert more tests to FileCheck. 2009-09-15 20:58:02 +00:00
Blackfin Eliminate more uses of llvm-as and llvm-dis. 2009-09-09 00:09:15 +00:00
CBackend Eliminate more uses of llvm-as and llvm-dis. 2009-09-09 00:09:15 +00:00
CellSPU Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
CPP Eliminate more uses of llvm-as and llvm-dis. 2009-09-09 00:09:15 +00:00
Generic Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
Mips Eliminate more uses of llvm-as and llvm-dis. 2009-09-09 00:09:15 +00:00
MSP430 Allow symbols to start from the digit if target requests it. This allows, e.g. pinning 2009-09-18 16:57:42 +00:00
PIC16 Eliminate more uses of llvm-as and llvm-dis. 2009-09-09 00:09:15 +00:00
PowerPC Model the carry bit on ppc32. Without this we could 2009-09-18 20:15:22 +00:00
SPARC several major improvements to the sparc backend: support for weak linkage 2009-09-15 17:46:24 +00:00
SystemZ Eliminate more uses of llvm-as and llvm-dis. 2009-09-09 00:09:15 +00:00
Thumb Eliminate more uses of llvm-as and llvm-dis. 2009-09-09 00:09:15 +00:00
Thumb2 Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
X86 When computing live intervals for earlyclobber operands, 2009-09-20 00:36:41 +00:00
XCore Eliminate more uses of llvm-as and llvm-dis. 2009-09-09 00:09:15 +00:00