Go to file
Guozhi Wei f31c56df2a [PPC] In PPCBoolRetToInt change the bool value to i64 if the target is ppc64
In PPCBoolRetToInt bool value is changed to i32 type. On ppc64 it may introduce an extra zero extension for the return value. This patch changes the integer type to i64 to avoid the zero extension on ppc64.

This patch fixed PR32442.

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

llvm-svn: 305001
2017-06-08 18:27:24 +00:00
clang Added llvm_unreachable to make sure the switch is always exhaustive. 2017-06-08 18:20:32 +00:00
clang-tools-extra Wdocumentation fix. 2017-06-08 17:01:01 +00:00
compiler-rt Mark the tsan strerror_r test as unsupported on Darwin 2017-06-07 21:10:35 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc generic: add missing get_work_dim include 2017-06-02 15:58:35 +00:00
libcxx [libcxx] [test] Update locale names for Windows. 2017-06-08 18:22:03 +00:00
libcxxabi [libcxxabi] HandleLLVMOptions in out of tree build 2017-06-03 17:23:19 +00:00
libunwind [libunwind] Fix executable stack directive on Linux. 2017-05-16 20:18:57 +00:00
lld Move fabricateDefaultCommands earlier. 2017-06-08 04:17:04 +00:00
lldb Fix backtrace of noreturn functions situated at the end of a module 2017-06-08 13:26:35 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [PPC] In PPCBoolRetToInt change the bool value to i64 if the target is ppc64 2017-06-08 18:27:24 +00:00
openmp Fix static initializers for locks. 2017-06-06 20:24:41 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Fix a lot of typos. NFC. 2017-06-08 12:06:15 +00:00