llvm-project/clang/test/CodeGenOpenCLCXX
Anastasia Stulova 960ff0810d [OpenCL][PR41727] Prevent ICE on global dtors
Pass NULL to pointer arg of __cxa_atexit if addr space
is not matching with its param. This doesn't align yet
with how dtors are generated that should be changed too.

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

llvm-svn: 366059
2019-07-15 11:58:10 +00:00
..
address-space-castoperators.cpp [Sema] Change addr space diagnostics in casts to follow C++ style. 2019-03-07 17:06:30 +00:00
address-space-deduction.cl [clang] Preserve names of addrspacecast'ed values. 2019-07-10 17:10:05 +00:00
address-space-deduction2.cl [OpenCL] Fix for TBAA information of pointer after addresspacecast 2018-12-12 09:51:23 +00:00
addrspace-conversion.cl [PR41567][Sema] Fixed cast kind in addr space conversions 2019-06-03 15:42:36 +00:00
addrspace-ctor.cl [Sema] Diagnose addr space mismatch while constructing objects 2019-06-20 16:23:28 +00:00
addrspace-derived-base.cl [PR40778] Preserve addr space in Derived to Base cast. 2019-03-07 16:23:15 +00:00
addrspace-of-this.cl [clang] Preserve names of addrspacecast'ed values. 2019-07-10 17:10:05 +00:00
addrspace-operators.cl [clang] Preserve names of addrspacecast'ed values. 2019-07-10 17:10:05 +00:00
addrspace-references.cl [clang] Preserve names of addrspacecast'ed values. 2019-07-10 17:10:05 +00:00
atexit.cl [OpenCL][PR41727] Prevent ICE on global dtors 2019-07-15 11:58:10 +00:00
global_init.cl [OpenCL] Make global ctor init function a kernel 2019-05-09 13:55:44 +00:00
local_addrspace_init.cl [OpenCL] Prevent mangling kernel functions. 2019-05-07 14:22:34 +00:00
method-overload-address-space.cl [OpenCL] Allow address spaces as method qualifiers. 2019-01-21 16:01:38 +00:00
template-address-spaces.cl [clang] Preserve names of addrspacecast'ed values. 2019-07-10 17:10:05 +00:00