llvm-6502/test
Weiming Zhao 4eb2d228e9 Fix PR19136: [ARM] Fix Folding SP Update into vpush/vpop
Sicne MBB->computeRegisterLivenes() returns Dead for sub regs like s0,
d0 is used in vpop instead of updating sp, which causes s0 dead before
its use.

This patch checks the liveness of each subreg to make sure the reg is
actually dead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204411 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-20 23:28:16 +00:00
..
Analysis
Assembler
Bindings
Bitcode Remove the linker_private and linker_private_weak linkages. 2014-03-13 23:18:37 +00:00
BugPoint
CodeGen Fix PR19136: [ARM] Fix Folding SP Update into vpush/vpop 2014-03-20 23:28:16 +00:00
DebugInfo Convert CodeGen test into a more specific MC test. 2014-03-20 22:05:59 +00:00
ExecutionEngine
Feature Expose "noduplicate" attribute as a property for intrinsics. 2014-03-18 23:51:07 +00:00
FileCheck
Instrumentation [ASan] Add -asan-module to the ASan .ll tests. 2014-03-20 11:16:34 +00:00
Integer
JitListener
Linker Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs. 2014-03-18 02:34:58 +00:00
LTO
MC llvm-objdump output hex to match binutils' objdump 2014-03-20 22:55:15 +00:00
Object Object: Output .file symbols properly 2014-03-20 06:29:02 +00:00
Other
TableGen
tools llvm-objdump output hex to match binutils' objdump 2014-03-20 22:55:15 +00:00
Transforms Revert "[Constant Hoisting] Extend coverage of the constant hoisting pass." 2014-03-20 20:17:13 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh