Go to file
Jingyue Wu ea51161a94 [NVPTX] aligned byte-buffers for vector return types
Summary:
Fixes PR21100 which is caused by inconsistency between the declared return type
and the expected return type at the call site. The new behavior is consistent
with nvcc and the NVPTXTargetLowering::getPrototype function.

Test Plan: test/Codegen/NVPTX/vector-return.ll

Reviewers: jholewinski

Reviewed By: jholewinski

Subscribers: llvm-commits, meheff, eliben, jholewinski

Differential Revision: http://reviews.llvm.org/D5612

llvm-svn: 220607
2014-10-25 03:46:16 +00:00
clang Make this test a bit stricter by checking clang's output too. 2014-10-25 01:51:19 +00:00
clang-tools-extra Add flag --enable-check-profile to clang-tidy. 2014-10-23 17:23:20 +00:00
compiler-rt Add runtime flag 'symbolize_inline_frames' to disable symbolization of inlined frames done in llvm-symbolizer 2014-10-24 18:34:43 +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 r600: Fix get_work_dim range metadata 2014-10-22 14:32:53 +00:00
libcxx Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux') 2014-10-23 22:57:56 +00:00
libcxxabi Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux') 2014-10-23 23:05:46 +00:00
lld [mach-o] Support old style objc class names in export lists 2014-10-24 22:28:54 +00:00
lldb Setting breakpoints with name mask eFunctionNameTypeBase was broken for straight C names by 220432. Get 2014-10-25 00:33:55 +00:00
llvm [NVPTX] aligned byte-buffers for vector return types 2014-10-25 03:46:16 +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 Fix typo 2014-10-22 23:26:48 +00:00