llvm-6502/test
Akira Hatanaka 642c8bef19 [ARM] In thumb mode, emit directive ".code 16" before file level inline
assembly instructions.

This is necessary to ensure ARM assembler switches to Thumb mode before it
starts assembling the file level inline assembly instructions at the beginning
of a .s file.

<rdar://problem/17757232>



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213924 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-25 05:12:49 +00:00
..
Analysis Add scoped-noalias metadata 2014-07-24 14:25:39 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [ARM] In thumb mode, emit directive ".code 16" before file level inline 2014-07-25 05:12:49 +00:00
DebugInfo
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MC [X86] Add comments to clarify some non-obvious lines in the stackmap-nops.ll 2014-07-25 04:50:08 +00:00
Object Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A). 2014-07-24 23:31:52 +00:00
Other
TableGen
tools llvm-vtabledump: A vtable dumper 2014-07-24 23:14:40 +00:00
Transforms After unrolling a loop with llvm.loop.unroll.count metadata (unroll factor 2014-07-24 22:36:40 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Opportunistically fix the builders 2014-07-24 23:26:54 +00:00
lit.cfg Opportunistically fix the builders 2014-07-24 23:26:54 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh