Go to file
Vadzim Dambrouski ba789cbd3d [ARM] Fix PR32130: Handle promotion of zero sized constants.
The special case of zero sized values was previously not handled correctly.
This patch handles this by not promoting if the size is zero.

Patch by Tim Neumann.

Differential Revision: https://reviews.llvm.org/D31116

llvm-svn: 298320
2017-03-20 22:59:57 +00:00
clang Fix parsing of htmxlintrin.h in C++ mode 2017-03-20 22:31:33 +00:00
clang-tools-extra [clang-tidy] readability-container-size-empty fix for (*x).size() 2017-03-20 22:15:27 +00:00
compiler-rt Bypass potential libc's sysconf wrappers for sysconf(_SC_PAGESIZE) call 2017-03-20 21:03:28 +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: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Add two more papers from Kona, and sort them 2017-03-20 18:18:09 +00:00
libcxxabi Fully Reformat fallback_malloc.cpp 2017-03-04 03:23:15 +00:00
libunwind DarwinParser: include limits 2017-03-14 15:17:55 +00:00
lld [ELF][MIPS] Calculate relocations agains _gp_disp / __gnu_local_gp using dedicated 'expressions' 2017-03-20 21:03:43 +00:00
lldb Get ObjectFileMachO to handle @executable_path 2017-03-20 19:21:31 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [ARM] Fix PR32130: Handle promotion of zero sized constants. 2017-03-20 22:59:57 +00:00
openmp Minor improvement of KMP_YIELD_NOW() macro. 2017-03-20 22:11:31 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [DeLICM] Refector out parseSetOrNull. NFC. 2017-03-20 15:37:32 +00:00