llvm-6502/lib
Jakob Stoklund Olesen 5fa42a45a1 Build the complement interval dupli after the split intervals instead of
creating it before and subtracting split ranges.

This way, the SSA update code in LiveIntervalMap can properly create and use new
phi values in dupli. Now it is possible to create split regions where a value
escapes along two different CFG edges, creating phi values outside the split
region.

This is a work in progress and probably quite broken.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114492 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-21 22:32:21 +00:00
..
Analysis Simplify code. 2010-09-21 16:41:29 +00:00
Archive
AsmParser
Bitcode
CodeGen Build the complement interval dupli after the split intervals instead of 2010-09-21 22:32:21 +00:00
CompilerDriver llvmc: Allow multiple output languages. 2010-09-21 14:59:42 +00:00
ExecutionEngine
Linker
MC Revert unrelated change that was accidentally included in the previous commit. 2010-09-21 00:40:19 +00:00
Support
System
Target reimplement support for GS and FS relative address space matching 2010-09-21 22:07:31 +00:00
Transforms Move a sign-extend or a zero-extend of a load to the same basic block as the 2010-09-21 21:54:27 +00:00
VMCore
Makefile