llvm-6502/lib
Jakob Stoklund Olesen e4b9c4f187 A REG_SEQUENCE instruction may use the same register twice.
If we are emitting COPY instructions for the REG_SEQUENCE, make sure the kill
flag goes on the last COPY. Otherwise we may be using a killed register.

<rdar://problem/8287792>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110589 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-09 20:19:16 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen A REG_SEQUENCE instruction may use the same register twice. 2010-08-09 20:19:16 +00:00
CompilerDriver
ExecutionEngine Stop the JIT from refusing to work just because the program it was compiled into 2010-08-09 07:20:20 +00:00
Linker
MC MC/MachO: Fix possible null pointer dereference. 2010-08-09 15:28:05 +00:00
Support
System
Target Explicitly initialize SlowFPBrcc and Pref32BitThumb to false. 2010-08-09 19:19:36 +00:00
Transforms Do more to modernize MergeFunctions. Refactor in response to Chris' code review. 2010-08-08 05:04:23 +00:00
VMCore Reject unrepresentable pointer types in intrinsics. Fixes PR7316. 2010-08-08 06:12:09 +00:00
Makefile