Go to file
Tim Northover 9d2d218f49 ARM: correctly calculate the offset of FP in its push.
When we folded the DPR alignment gap into a push, we weren't noting the extra
distance from the beginning of the push to the FP, and so FP ended up pointing
at an incorrect offset.

The .cfi_def_cfa_offset directives are still wrong in this case, but I think
that can be improved by refactoring.

llvm-svn: 222056
2014-11-14 22:45:31 +00:00
clang [c++1z] Support [[deprecated]] attributes on namespaces. Note that it only applies to situations where the namespace is mentioned. Thus, use on anonymous namespaces is diagnosed. 2014-11-14 22:34:56 +00:00
clang-tools-extra Remove some redundant virtual on overridden functions 2014-11-14 19:27:22 +00:00
compiler-rt [ASan] Improved stack overflow detection for PowerPC64 2014-11-14 15:30:39 +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 Initialize pointer in string conversion helpers to prevent MSAN diagnostic. 2014-11-14 22:23:57 +00:00
libcxxabi Add -g -fno-omit-frame-pointer when compiling tests with sanitizers 2014-11-14 22:27:43 +00:00
lld [PECOFF] Fix section alignment. 2014-11-14 21:33:07 +00:00
lldb add Makefile rule for test program CREATE_STD_THREADS 2014-11-14 19:41:33 +00:00
llvm ARM: correctly calculate the offset of FP in its push. 2014-11-14 22:45:31 +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 nullptr instead of '0' for pointers 2014-11-14 11:12:31 +00:00