llvm-6502/test
Tim Northover 472f2a056d ARM: allow copying of CPSR when all else fails.
As with x86 and AArch64, certain situations can arise where we need to spill
CPSR in the middle of a calculation. These should be avoided where possible
(MRS/MSR is rather expensive), which ARM is actually better at than the other
two since it tries to Glue defs to uses, but as a last ditch effort, copying is
better than crashing.

rdar://problem/18011155

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218789 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-01 19:21:03 +00:00
..
Analysis Move the complex address expression out of DIVariable and into an extra 2014-10-01 18:55:02 +00:00
Assembler Move the complex address expression out of DIVariable and into an extra 2014-10-01 18:55:02 +00:00
Bindings Extend C disassembler API to allow specifying target features 2014-09-30 16:31:40 +00:00
Bitcode
BugPoint
CodeGen ARM: allow copying of CPSR when all else fails. 2014-10-01 19:21:03 +00:00
DebugInfo Move the complex address expression out of DIVariable and into an extra 2014-10-01 18:55:02 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation Move the complex address expression out of DIVariable and into an extra 2014-10-01 18:55:02 +00:00
Integer
JitListener Move the complex address expression out of DIVariable and into an extra 2014-10-01 18:55:02 +00:00
Linker Move the complex address expression out of DIVariable and into an extra 2014-10-01 18:55:02 +00:00
LTO LTO: Add missing target triple from r218784 2014-10-01 18:49:58 +00:00
MC [AArch64] Allow access to all system registers with MRS/MSR instructions. 2014-10-01 10:13:59 +00:00
Object
Other
TableGen [AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW. 2014-09-30 11:32:22 +00:00
tools Revert r218673 'llvm-cov: add test for report's function & file association.' 2014-09-30 14:48:12 +00:00
Transforms Move the complex address expression out of DIVariable and into an extra 2014-10-01 18:55:02 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh