Go to file
Tim Northover 23bcad226c AArch64: fix weird edge case in ABI.
It turns out there are some sort-of-but-not-quite empty structs that break all
the rules. For example:

struct SuperEmpty { int arr[0]; };
struct SortOfEmpty { struct SuperEmpty e; };

Both of these have sizeof == 0, even in C++ mode, for GCC compatibility. The
first one also doesn't occupy a register when passed by value in GNU C++ mode,
unlike everything else.

On Darwin, we want to ignore the lot (and especially don't want to try to use
an i0 as we were).

llvm-svn: 302313
2017-05-05 22:36:06 +00:00
clang AArch64: fix weird edge case in ABI. 2017-05-05 22:36:06 +00:00
clang-tools-extra [clang-tidy] Fix PR32896: detect initializer lists in modernize-use-empalce 2017-05-05 20:35:30 +00:00
compiler-rt [scudo] Add Android support 2017-05-05 21:38:22 +00:00
debuginfo-tests Add additional CHECKs to safestack.c. 2017-04-17 17:57:05 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Mark test using <sys/time.h> as UNSUPPORTED on Windows 2017-05-05 21:32:37 +00:00
libcxxabi [libcxxabi][CMake] Set library dir when built under runtimes/ 2017-05-04 06:04:49 +00:00
libunwind [CMake][libunwind] Fix the -target and -gcc-toolchain flag handling 2017-04-16 06:08:44 +00:00
lld lld Fixups for TypeDatabase changes. 2017-05-05 22:06:06 +00:00
lldb Fix UDP Socket connections 2017-05-05 20:35:50 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm Fix spelling error in command line option description. NFC 2017-05-05 22:31:11 +00:00
openmp [OpenMP] libomptarget: test correction for use with OpenMP 4.5 2017-04-27 18:54:00 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopBuilder] Move Scop::init to ScopBuilder. NFC. 2017-05-05 20:09:08 +00:00