Go to file
Justin Holewinski 3d2a976197 [NVPTX] Handle addrspacecast constant expressions in aggregate initializers
We need to track if an AddrSpaceCast expression was seen when
generating an MCExpr for a ConstantExpr.  This change introduces a
custom lowerConstant method to the NVPTX asm printer that will create
NVPTXGenericMCSymbolRefExpr nodes at the appropriate places to encode
the information that a given symbol needs to be casted to a generic
address.

llvm-svn: 236000
2015-04-28 17:18:30 +00:00
clang AVX-512: added intrinsics for KNL and SKX 2015-04-28 13:28:01 +00:00
clang-tools-extra clang-tidy: [readability-else-after-return] Fix false positive. This 2015-04-27 22:42:20 +00:00
compiler-rt [Msan] Fix the getline.cc test to pass on FreeBSD 2015-04-28 10:23:52 +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 Fix compilation warnings without cl_khr_fp64 2015-04-24 19:54:17 +00:00
libcxx Fix some preprocessor directives that were generating warnings in the test suite. 2015-04-28 16:52:30 +00:00
libcxxabi libc++abi: work around layering violation 2015-04-28 02:52:47 +00:00
libunwind unwind: remove inclusion of private_typeinfo.h 2015-04-27 16:51:52 +00:00
lld Use MemoryBufferRef instead of MemoryBuffer&. NFC. 2015-04-27 22:48:51 +00:00
lldb Replace sprintf with snprintf to avoid a crash. 2015-04-28 14:16:00 +00:00
llgo [llgo] add buildbot-slave config 2015-04-08 01:41:46 +00:00
llvm [NVPTX] Handle addrspacecast constant expressions in aggregate initializers 2015-04-28 17:18:30 +00:00
openmp updated copyright date to 2015 2015-04-16 11:10:17 +00:00
polly Extract IslNodeBuilder into its own file 2015-04-27 12:32:24 +00:00