Yaxun Liu cad52359c8 [CUDA][HIP} Add a test for constexpr default ctor 5 سال پیش
..
Inputs 6a79c4432e [CUDA] add support for the new kernel launch API in CUDA-9.2+. 6 سال پیش
add-inline-in-definition.cu 8a8f868730 [CUDA] Use only the GVALinkage on function definitions. 8 سال پیش
addr-of-overloaded-fn.cu b1ef503e97 [CUDA] Add additional testcases for EraseUnwantedCUDAMatches. 9 سال پیش
alias.cu 937c06abd5 [CUDA] Reject the alias attribute in CUDA device code. 9 سال پیش
amdgpu-attrs.cu 567cba84e7 [AMDGPU] Allow using integral non-type template parameters 6 سال پیش
amdgpu-size_t.cu 23d1a861c4 [HIP] Fix size_t for MSVC environment 6 سال پیش
amdgpu-windows-vectorcall.cu 47a322be41 [CUDA][HIP] Check calling convention based on function target 6 سال پیش
asm-constraints-device.cu c9b35c96b9 Ignore device-side asm constraint errors while compiling CUDA code for host and vice versa. 10 سال پیش
asm-constraints-mixed.cu 66bf0e5936 Produce a better diagnostic for global register variables. 9 سال پیش
asm_delayed_diags.cu 08cea3e530 [OPENMP][CUDA]Do not emit warnings for variables in late-reported asm 6 سال پیش
attr-declspec.cu 26ee5b50e7 [CUDA] Add __declspec spellings for CUDA attributes. 8 سال پیش
attributes-on-non-cuda.cu a9b21a2f1a [CUDA] Report an error if code tries to mix incompatible CUDA attributes. 9 سال پیش
autoret-global.cu 40ff58f92d [CUDA][HIP] Enable kernel function return type deduction. 5 سال پیش
bad-attributes.cu a1f58c8582 [CUDA] Disallow __shared__ variables in host functions. 8 سال پیش
bad-calls-on-same-line.cu 583d818adc [CUDA] Simplify some repeated diagnostic expectations in CUDA tests. 8 سال پیش
builtins.cu 29dc237122 NVPTX: Use the nvvm builtins to read SRegs rather than the legacy ptx ones 9 سال پیش
call-device-fn-from-host.cu e619d987e2 [CUDA][HIP] Fix host/device check with -fopenmp 5 سال پیش
call-host-fn-from-device.cu 0b75051947 [CUDA][HIP][Sema] Fix template kernel with function as template parameter 6 سال پیش
call-stack-for-deferred-err.cu e9489a2da9 [CUDA] Report "unsupported VLA" errors only on device side. 7 سال پیش
config-type.cu 6a79c4432e [CUDA] add support for the new kernel launch API in CUDA-9.2+. 6 سال پیش
constexpr-ctor.cu cad52359c8 [CUDA][HIP} Add a test for constexpr default ctor 5 سال پیش
cuda-builtin-vars.cu 204eb55522 [CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h. 8 سال پیش
cuda-inherits-calling-conv.cu bb4fb0414e Renamed and changed the wording of warn_cconv_ignored 6 سال پیش
cxx11-kernel-call.cu 02f9ccaed6 [CUDA] Warn undeclared identifiers in CUDA kernel calls 9 سال پیش
default-ctor.cu 5765299b76 [CUDA][HIP] Fix hostness of defaulted constructor 6 سال پیش
device-var-init.cu 3c1089c071 [CUDA][HIP] Allow function-scope static const variable 7 سال پیش
error-includes-mode.cu 640d10c8b0 [CUDA] When compilation fails, print the compilation mode. 8 سال پیش
exceptions.cu bf32d4a7db [CUDA] When we emit an error that might have been deferred, also print a callstack. 8 سال پیش
extern-shared.cu d46d151a3c [HIP] Support early finalization of device code for -fno-gpu-rdc 6 سال پیش
float16.cu 248e5bf6ef [CUDA][HIP] Do not diagnose use of _Float16 6 سال پیش
function-overload.cu 095b0e84ab [CUDA][HIP] Re-apply part of r372318. 6 سال پیش
function-target.cu abf9e19821 CUDA: Add option to allow host device functions to call host functions 10 سال پیش
function-template-overload.cu b8b9458165 Fix typos in clang 7 سال پیش
global-initializers-host.cu bd12a41e3d [CUDA] Reject calls to __device__ functions from host variable global initializers. 9 سال پیش
gnu-inline.cu 822f64eae9 [clang] [AST] Treat "inline gnu_inline" the same way as "extern inline gnu_inline" in C++ mode 5 سال پیش
hip-pinned-shadow.cu 8d068d6ad4 [HIP] Support attribute hip_pinned_shadow 6 سال پیش
host-device-constexpr.cu e619d987e2 [CUDA][HIP] Fix host/device check with -fopenmp 5 سال پیش
implicit-copy.cu e605c16173 Consider calls from implict host device functions as valid in SemaCUDA. 10 سال پیش
implicit-device-lambda.cu f210037cd8 [CUDA] Rework tests now that we emit deferred diagnostics during sema. Test-only change. 8 سال پیش
implicit-intrinsic.cu b713fab2f5 [CUDA] Remove three obsolete CUDA cc1 flags. 9 سال پیش
implicit-member-target-collision-cxx11.cu 095b0e84ab [CUDA][HIP] Re-apply part of r372318. 6 سال پیش
implicit-member-target-collision.cu dcb6994528 CUDA: Fix incorrect target inference for implicit members. 11 سال پیش
implicit-member-target-inherited.cu 47b01c3d4b [CUDA][HIP] Fix ShouldDeleteSpecialMember for inherited constructors 6 سال پیش
implicit-member-target.cu aaf502f80a [cxx2a] P0641R2: (Some) type mismatches on defaulted functions only 6 سال پیش
inherited-ctor.cu 47b01c3d4b [CUDA][HIP] Fix ShouldDeleteSpecialMember for inherited constructors 6 سال پیش
kernel-call.cu cab3257e74 Fix some handling of AST nodes with diagnostics. 7 سال پیش
launch_bounds.cu f3dc130210 Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 7 سال پیش
lit.local.cfg 3eb0b40068 Disallow driver use in more Sema tests 11 سال پیش
method-target.cu 45b902e689 [CUDA] Emit deferred diagnostics during Sema rather than during codegen. 8 سال پیش
no-call-stack-for-immediate-errs.cu e9489a2da9 [CUDA] Report "unsupported VLA" errors only on device side. 7 سال پیش
no-destructor-overload.cu 4e37891c39 PR34163: Don't cache an incorrect key function for a class if queried between 8 سال پیش
no-host-device-constexpr.cu fb35fc36e6 [CUDA] Make unattributed constexpr functions implicitly host+device. 9 سال پیش
openmp-static-func.cu e619d987e2 [CUDA][HIP] Fix host/device check with -fopenmp 5 سال پیش
openmp-target.cu e619d987e2 [CUDA][HIP] Fix host/device check with -fopenmp 5 سال پیش
overloaded-delete.cu e7cf8220a5 Declare H and H new/delete. 8 سال پیش
pr27778.cu e9331c36e8 [CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue. 9 سال پیش
qualifiers.cu 1a5e6db211 [cuda] Preserve TLS storage class of host variable even if it's a 10 سال پیش
reference-to-kernel-fn.cu 45b902e689 [CUDA] Emit deferred diagnostics during Sema rather than during codegen. 8 سال پیش
trace-through-global.cu 583d818adc [CUDA] Simplify some repeated diagnostic expectations in CUDA tests. 8 سال پیش
usual-deallocators.cu 6e87bc08f5 [CUDA] Ignore uncallable functions when we check for usual deallocators. 7 سال پیش
vararg.cu 696f6bbbf8 [CUDA] Don't allow templated variadic functions. 9 سال پیش
vla.cu a41469a23c [OPENMP] Delayed diagnostics for VLA support. 6 سال پیش