llvm-6502/lib
Owen Anderson 5b93f6fa82 MergeValueInto is too smart: it might choose to do the merge the opposite direction.
Live interval reconstruction needs to account for this, and scour its maps to
prevent dangling references.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63558 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-02 22:42:01 +00:00
..
Analysis Each input file is encoded as a separate compile unit in LLVM debugging 2009-01-30 18:20:31 +00:00
Archive Add the private linkage. 2009-01-15 20:18:42 +00:00
AsmParser Fix PR3372 2009-02-02 07:24:28 +00:00
Bitcode use precise getters 2009-01-30 18:27:21 +00:00
CodeGen MergeValueInto is too smart: it might choose to do the merge the opposite direction. 2009-02-02 22:42:01 +00:00
Debugger Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
ExecutionEngine Fix PR3423: Link llvm on ARM EABI machines. Patch by Robert Schuster. 2009-02-01 06:42:27 +00:00
Linker Add the private linkage. 2009-01-15 20:18:42 +00:00
Support Add opposite_of and inverse_opt to support -fno- style options. This 2009-01-30 08:19:46 +00:00
System Fix windows build, patch by Marius Wachtler! 2009-01-29 18:53:28 +00:00
Target Only force SSE level if it is not correct. 2009-02-02 21:57:34 +00:00
Transforms inline SROA::ConvertToScalar, no functionality change. 2009-02-02 20:44:45 +00:00
VMCore reject things like: zext <4 x i32> %tmp to i256 2009-02-02 07:40:17 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00