Go to file
Akira Hatanaka 16e47ff42e [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>

llvm-svn: 213924
2014-07-25 05:12:49 +00:00
clang [modules] Substantially improve handling of #undef: 2014-07-25 04:40:03 +00:00
clang-tools-extra Plug memory leaks. 2014-07-24 10:23:33 +00:00
compiler-rt Add FreeBSD support to Asan test cases that use mmap() with MAP_ANON 2014-07-24 12:05:13 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Implement sin builtin for float types 2014-07-23 15:16:21 +00:00
libcxx [libcxx] expose experimental::erased_type for all standard versions. 2014-07-24 19:17:38 +00:00
libcxxabi libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. 2014-07-16 23:53:37 +00:00
lld [mach-o] Add support for LC_DATA_IN_CODE 2014-07-24 23:06:56 +00:00
lldb Fix an x86 assembler stack unwind calculation for non-volatile registers. 2014-07-25 01:15:34 +00:00
llvm [ARM] In thumb mode, emit directive ".code 16" before file level inline 2014-07-25 05:12:49 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly [Refactor] Expose the runtime debug builder 2014-07-24 23:55:19 +00:00