Go to file
Artem Belevich 42e1949b46 [CUDA] Emit host-side 'shadows' for device-side global variables
... and register them with CUDA runtime.

This is needed for commonly used cudaMemcpy*() APIs that use address of
host-side shadow to access their counterparts on device side.

Fixes PR26340

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

llvm-svn: 262498
2016-03-02 18:28:50 +00:00
clang [CUDA] Emit host-side 'shadows' for device-side global variables 2016-03-02 18:28:50 +00:00
clang-tools-extra [clang-tidy] Fix an assertion failure of "SLocEntry::getExpansion()" when IncludeInserter handles macro header file. 2016-03-02 14:12:17 +00:00
compiler-rt [TSAN] Fix test java_race_pc 2016-03-02 13:53:22 +00:00
debuginfo-tests
libclc math: Fix ilogb(double) return type 2016-02-24 00:52:15 +00:00
libcxx more status updates 2016-02-25 20:17:03 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld 1Fix handling of undef in partial LTO. 2016-03-02 18:21:46 +00:00
lldb Upgrade the arm/thumb architecture used by the disassembler 2016-03-02 12:42:43 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [AArch64] Enable non-leaf frame pointer elimination. 2016-03-02 17:58:31 +00:00
openmp Add new OpenMP 4.5 affinity API 2016-02-25 18:49:52 +00:00
polly Fix: Add pass manager barrier. 2016-03-02 14:59:16 +00:00