llvm-6502/test
Tim Northover 59e648e3c8 ARM: diagnose invalid system LDM/STM
The system LDM and STM instructions can't usually writeback to the base
register. The one exception is when an LDM is actually an exception-return
(i.e. contains PC in the register list).

(There's already a test that "ldm sp!, {r0-r3, pc}^" works, which is why there
is no positive test).

rdar://problem/15223374

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194512 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-12 21:32:41 +00:00
..
Analysis
Assembler
Bindings [OCaml] Add missing Llvm_target functions 2013-11-11 14:47:28 +00:00
Bitcode
BugPoint
CodeGen [mips] Fix and re-enable a test case that has been disabled for a long time. 2013-11-12 21:03:57 +00:00
DebugInfo
ExecutionEngine
Feature
FileCheck
Instrumentation [msan] Propagate origin for insertvalue, extractvalue. 2013-11-11 13:37:10 +00:00
Integer
JitListener
Linker
LTO
MC ARM: diagnose invalid system LDM/STM 2013-11-12 21:32:41 +00:00
Object
Other
TableGen
tools Revert "Added basic unit test for llvm-cov." 2013-11-12 05:57:06 +00:00
Transforms Corruptly merge constants with explicit and implicit alignments. 2013-11-12 20:21:43 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile [OCaml] Dynamically link LLVM on --enable-shared builds 2013-11-12 20:55:49 +00:00
Makefile.tests
TestRunner.sh