Go to file
Saleem Abdulrasool 3a2d6a3096 builtins: make ARM compilation with GAS work again
The LLVM IAS seems to accept wide instructions for add and sub in ARM mode even
though it is not permitted.  This uses a macro to ensure that the wide modifier
is only applied when building in THUMB mode.

This repairs building with GCC/GAS in ARM mode.

llvm-svn: 214046
2014-07-27 02:01:24 +00:00
clang Wrap to 80 columns. No behavior change. 2014-07-26 23:20:08 +00:00
clang-tools-extra Plug memory leaks. 2014-07-24 10:23:33 +00:00
compiler-rt builtins: make ARM compilation with GAS work again 2014-07-27 02:01:24 +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 Better defaults for in-tree libc++ with cmake. 2014-07-26 23:08:33 +00:00
libcxxabi libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. 2014-07-16 23:53:37 +00:00
lld [PECOFF] Add /profile command line option. 2014-07-25 22:28:49 +00:00
lldb llgs: add --reverse-connect support. 2014-07-26 20:39:17 +00:00
llvm [x86] Sink a variable only used by asserts into the asserts. Should fix 2014-07-27 01:45:49 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly [Fix] Added RuntimeDebugBuilder to the build 2014-07-25 17:49:55 +00:00