llvm-6502/lib
Pete Cooper 4777ebb767 Fixed register allocator splitting a live range on a spilling variable.
If we create new intervals for a variable that is being spilled, then those new intervals are not guaranteed to also spill.  This means that anything reading from the original spilling value might not get the correct value if spills were missed.

Fixes <rdar://problem/10546864>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146428 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-12 22:16:27 +00:00
..
Analysis LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Archive LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
AsmParser LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Bitcode LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
CodeGen Fixed register allocator splitting a live range on a spilling variable. 2011-12-12 22:16:27 +00:00
DebugInfo LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
ExecutionEngine LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Linker LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
MC LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Object LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Support Hexagon backend support 2011-12-12 21:14:40 +00:00
TableGen LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Target fix warning 2011-12-12 21:52:59 +00:00
Transforms Only replace fwrite with fputc, if the return value is unused. 2011-12-12 20:18:31 +00:00
VMCore LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
CMakeLists.txt Move TableGen's parser and entry point into a library 2011-10-01 16:41:13 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile Remove more of llvmc and dependencies. 2011-09-20 00:34:27 +00:00