llvm-6502/test
Bob Wilson 54f9256380 Do not use MEMBARRIER_MCR for any Thumb code.
It is only supported for ARM code.  Normally Thumb2 code would use DMB instead,
but depending on how the compiler is invoked (e.g., -mattr=-db) that might be
disabled.  This prevents a "cannot select MEMBARRIER_MCR" error in that
situation.  Radar 8644195

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118642 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-09 22:50:44 +00:00
..
Analysis Teach FunctionAttrs about the VAArg instruction. 2010-11-09 20:17:38 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Do not use MEMBARRIER_MCR for any Thumb code. 2010-11-09 22:50:44 +00:00
DebugInfo
ExecutionEngine
Feature
FrontendAda
FrontendC Testcase for llvm-gcc 118368. 8629268. 2010-11-07 04:58:48 +00:00
FrontendC++
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC Add support for ARM's specialized vector-compare-against-zero instructions. 2010-11-08 23:21:22 +00:00
Other
Scripts
TableGen
Transforms Add an additional test for icmp of select folding. 2010-11-08 20:56:28 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh