Go to file
John Brawn 70605f7d22 [ARM] Use AEABI aligned function variants
AEABI defines aligned variants of memcpy etc. that can be faster than
the default version due to not having to do alignment checks. When
emitting target code for these functions make use of these aligned
variants if possible. Also convert memset to memclr if possible.

Differential Revision: http://reviews.llvm.org/D8060

llvm-svn: 237127
2015-05-12 13:13:38 +00:00
clang Remove superfluous SmallString cast. 2015-05-12 12:47:05 +00:00
clang-tools-extra [clang-tidy] Treat all types with non-trivial destructors as RAII. 2015-05-12 12:17:20 +00:00
compiler-rt [asan] Disable coverage-missing test failing on the bots. 2015-05-11 21:16:18 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: limit half_sqrt to single precision 2015-05-09 22:31:03 +00:00
libcxx Fix for LWG Issue 2415: Inconsistency between unique_ptr and shared_ptr 2015-05-10 13:59:45 +00:00
libcxxabi LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and find_path will not update it. 2015-05-09 21:03:01 +00:00
libunwind unwind: permit building against libstdc++ 2015-05-11 16:35:13 +00:00
lld [ARM] Use the correct variable name and unbreak buildbot. 2015-05-08 16:49:18 +00:00
lldb Disable GCC optimizations for builtin functions in lldb tests 2015-05-12 12:13:12 +00:00
llgo [llgo] add buildbot-slave config 2015-04-08 01:41:46 +00:00
llvm [ARM] Use AEABI aligned function variants 2015-05-12 13:13:38 +00:00
openmp Missing file runtime/src/include/41/ompt.h.var added; fixed build to optionally use added file. 2015-05-12 13:10:54 +00:00
polly Rename IslCodeGeneration to CodeGeneration 2015-05-12 07:45:52 +00:00