Go to file
Tim Northover dc0d9e46a5 ARM: try to add extra CS-register whenever stack alignment >= 8.
We currently try to push an even number of registers to preserve 8-byte
alignment during a function's prologue, but only when the stack alignment is
prcisely 8. Many of the reasons for doing it apply also when that alignment > 8
(the extra store is often free, and can save another stack adjustment, though
less frequently for 16-byte stack alignment).

llvm-svn: 221321
2014-11-05 00:27:20 +00:00
clang Filter out non-static class members when correcting non-member-references. 2014-11-05 00:09:29 +00:00
clang-tools-extra [clang-tidy] Don't print a message if there's no error. 2014-11-04 15:25:22 +00:00
compiler-rt [TSan] Refactor/simplify ReportLocation structure. 2014-11-04 22:07:57 +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 Prune CRLF. 2014-10-27 12:37:26 +00:00
libcxx Mark another test as UNSUPPORTED with ASAN and MSAN 2014-11-04 17:03:47 +00:00
libcxxabi Fix unicode chars into ascii in comment lines. 2014-10-27 08:08:18 +00:00
lld Use LLVMLIBS here since these are produced by the 2014-11-04 23:27:52 +00:00
lldb Avoid building lldb-mi when --enable-werror is set 2014-11-04 23:30:30 +00:00
llvm ARM: try to add extra CS-register whenever stack alignment >= 8. 2014-11-05 00:27:20 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Use argument type directly from fflush if available in translation unit 2014-11-04 09:18:24 +00:00