llvm-6502/lib
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
..
Analysis Strip trailing whitespace. 2009-09-19 20:40:05 +00:00
Archive
AsmParser
Bitcode Write and read metadata attachments. 2009-09-18 19:26:43 +00:00
CodeGen When computing live intervals for earlyclobber operands, 2009-09-20 00:36:41 +00:00
CompilerDriver
Debugger
ExecutionEngine
Linker
MC
Support avoid a bunch of malloc thrashing for PositinoalVals by eliminating 2009-09-20 00:07:40 +00:00
System
Target Revert r82274. It's causing failures in the CINT2006 benchmarks. 2009-09-19 22:02:37 +00:00
Transforms Remove the default value for ConstantStruct::get's isPacked parameter and 2009-09-19 20:30:26 +00:00
VMCore Teach the constant folder how to handle a few simple i1 cases. 2009-09-20 00:04:02 +00:00
Makefile