.. |
2011-04-15-vec-init-from-vec.cl
|
Do not violate the opencl casting rules. This test case still illustrates the problem. In the future, we should throw an error when doing invalid casting.
|
2011-07-07 00:12:54 +00:00 |
addr-space-struct-arg.cl
|
Recommit r326946 after reducing CallArgList memory footprint
|
2018-03-15 15:25:19 +00:00 |
address-space-constant-initializers.cl
|
Clean up AMDGCN tests
|
2018-02-15 19:12:41 +00:00 |
address-spaces-conversions.cl
|
[OpenCL] Fix bug in mergeTypes which causes equivalent types treated as different.
|
2016-04-28 17:34:57 +00:00 |
address-spaces-mangling.cl
|
[OpenCL] Add LangAS::opencl_private to represent private address space in AST
|
2017-10-13 03:37:48 +00:00 |
address-spaces.cl
|
Bring r325915 back.
|
2018-02-23 19:30:48 +00:00 |
amdgcn-automatic-variable.cl
|
Change memcpy/memove/memset to have dest and source alignment attributes (Step 1).
|
2018-01-19 17:12:54 +00:00 |
amdgcn-flat-scratch-name.cl
|
AMDGPU: Fix inconsistent register name for flat_scratch
|
2016-02-27 09:06:22 +00:00 |
amdgcn-large-globals.cl
|
Fix array sizes where address space is not yet known
|
2017-03-21 18:55:39 +00:00 |
amdgpu-abi-struct-coerce.cl
|
[OpenCL] Add '-cl-uniform-work-group-size' compile option
|
2018-02-22 11:54:14 +00:00 |
amdgpu-alignment.cl
|
[AMDGPU] Switch to the new addr space mapping by default
|
2018-02-02 16:08:24 +00:00 |
amdgpu-attrs.cl
|
[AMDGPU] Update OpenCL to use 48 bytes of implicit arguments for AMDGPU (CLANG)
|
2018-03-23 18:51:45 +00:00 |
amdgpu-call-kernel.cl
|
AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.
|
2016-06-30 09:06:33 +00:00 |
amdgpu-calling-conv.cl
|
AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.
|
2016-06-30 09:06:33 +00:00 |
amdgpu-debug-info-pointer-address-space.cl
|
[AMDGPU] Do not require opencl triple environment for OpenCL
|
2017-05-23 16:15:53 +00:00 |
amdgpu-debug-info-variable-expression.cl
|
[AMDGPU] Change constant addr space to 4
|
2018-02-13 18:01:21 +00:00 |
amdgpu-enqueue-kernel.cl
|
[OpenCL] Remove block invoke function from emitted block literal struct
|
2018-03-07 19:32:58 +00:00 |
amdgpu-env-amdgcn.cl
|
AMDGPU: Update datalayout for stack alignment
|
2018-03-27 19:26:51 +00:00 |
amdgpu-features.cl
|
AMDGPU: Add Vega12 and Vega20
|
2018-04-30 19:08:27 +00:00 |
amdgpu-nullptr.cl
|
Fix typos in clang
|
2018-04-06 15:14:32 +00:00 |
amdgpu-sizeof-alignof.cl
|
[AMDGPU] Fix size and alignment of size_t and pointer types
|
2017-07-05 04:58:24 +00:00 |
as_type.cl
|
[OpenCL] Fix bug in __builtin_astype causing invalid LLVM cast instructions
|
2016-10-03 14:41:50 +00:00 |
atomic-ops-libcall.cl
|
Add more tests for OpenCL atomic builtin functions
|
2017-09-13 18:56:25 +00:00 |
atomic-ops.cl
|
CodeGen: Fix invalid bitcasts for atomic builtins
|
2017-10-17 14:19:29 +00:00 |
blocks.cl
|
[DebugInfo][OpenCL] Generate correct block literal debug info for OpenCL
|
2018-07-30 20:31:11 +00:00 |
bool_cast.cl
|
[OpenCL] spir_kern by defaul: fix old test cases
|
2017-06-01 08:19:43 +00:00 |
builtins-amdgcn-dl-insts-err-clamp.cl
|
AMDGPU: Add clamp bit to dot builtins
|
2018-08-01 01:32:21 +00:00 |
builtins-amdgcn-dl-insts-err.cl
|
AMDGPU: Add clamp bit to dot builtins
|
2018-08-01 01:32:21 +00:00 |
builtins-amdgcn-dl-insts.cl
|
AMDGPU: Add clamp bit to dot builtins
|
2018-08-01 01:32:21 +00:00 |
builtins-amdgcn-gfx9.cl
|
AMDGPU: Add fmed3 half builtin
|
2017-02-22 20:55:59 +00:00 |
builtins-amdgcn-vi.cl
|
[AMDGPU] fixes for lds f32 builtins
|
2018-05-21 16:18:07 +00:00 |
builtins-amdgcn.cl
|
AMDGPU: Fix missing declaration of queue ptr builtin
|
2018-08-02 18:24:55 +00:00 |
builtins-generic-amdgcn.cl
|
AMDGPU: Add test for generic builtin behavior
|
2016-04-14 22:34:39 +00:00 |
builtins-r600.cl
|
AMDGPU: Remove legacy ldexp builtin
|
2016-07-15 21:33:06 +00:00 |
byval.cl
|
Recommit r326946 after reducing CallArgList memory footprint
|
2018-03-15 15:25:19 +00:00 |
cast_image.cl
|
[AMDGPU] Change constant addr space to 4
|
2018-02-13 18:01:21 +00:00 |
cl-strict-aliasing.cl
|
Revert r229409: "Hack to try deleting file from build bots"
|
2015-02-16 18:03:59 +00:00 |
cl-uniform-wg-size.cl
|
[OpenCL] Add '-cl-uniform-work-group-size' compile option
|
2018-02-22 11:54:14 +00:00 |
cl20-device-side-enqueue.cl
|
Revert "[OpenCL] Always emit alloca in entry block for enqueue_kernel builtin"
|
2018-08-03 17:47:58 +00:00 |
const-str-array-decay.cl
|
[OpenCL] Align fake address space map with the SPIR target maps.
|
2016-12-23 16:11:25 +00:00 |
constant-addr-space-globals.cl
|
[OpenCL] Emit function-scope variable in constant address space as static variable
|
2017-05-15 14:47:47 +00:00 |
convergent.cl
|
[OpenCL] Add '-cl-uniform-work-group-size' compile option
|
2018-02-22 11:54:14 +00:00 |
denorms-are-zero.cl
|
Fix some tests that were failing on Windows
|
2018-04-20 15:33:44 +00:00 |
event_t.cl
|
[OpenCL] Allow explicit cast of 0 to event_t.
|
2016-05-20 17:18:16 +00:00 |
ext-vector-shuffle.cl
|
…
|
|
extension-begin.cl
|
Recommit r289979 [OpenCL] Allow disabling types and declarations associated with extensions
|
2016-12-18 05:18:55 +00:00 |
fpmath.cl
|
Fixing build failure by adding triple option to new test condition.
|
2016-12-13 17:04:33 +00:00 |
func-call-dbg-loc.cl
|
CodeGen: Fix missing debug loc due to alloca
|
2017-10-24 19:14:43 +00:00 |
gfx9-fp32-denorms.cl
|
[AMDGPU][GFX9] Set +fp32-denormals for >=gfx900 unless -cl-denorms-are-zero is set
|
2017-04-14 05:33:57 +00:00 |
half.cl
|
Add Microsoft Mangling for OpenCL Half Type
|
2018-05-01 14:16:15 +00:00 |
images.cl
|
[OpenCL] Complete image types support.
|
2016-04-08 13:40:33 +00:00 |
inline-asm-amdgcn.cl
|
[AMDGPU] Fix codegen for inline assembly
|
2018-03-23 19:43:42 +00:00 |
kernel-arg-info-single-as.cl
|
Fix r286819 (accidentally patched multiple times.
|
2016-11-14 13:14:38 +00:00 |
kernel-arg-info.cl
|
[OpenCL] Fix access qualifiers metadata for kernel arguments with typedef
|
2017-07-26 18:49:54 +00:00 |
kernel-attributes.cl
|
Bring r325915 back.
|
2018-02-23 19:30:48 +00:00 |
kernel-metadata.cl
|
Bring r325915 back.
|
2018-02-23 19:30:48 +00:00 |
kernels-have-spir-cc-by-default.cl
|
[OpenCL] Makes kernels use the SPIR_KERNEL CC by default.
|
2017-06-01 07:18:49 +00:00 |
lifetime.cl
|
Clean up AMDGCN tests
|
2018-02-15 19:12:41 +00:00 |
local-initializer-undef.cl
|
[OpenCL] Align fake address space map with the SPIR target maps.
|
2016-12-23 16:11:25 +00:00 |
local.cl
|
[OpenCL] Align fake address space map with the SPIR target maps.
|
2016-12-23 16:11:25 +00:00 |
logical-ops.cl
|
Add a 64-bit triple to these tests, to fix 32-bit bots.
|
2013-02-21 13:42:33 +00:00 |
memcpy.cl
|
[OpenCL] Align fake address space map with the SPIR target maps.
|
2016-12-23 16:11:25 +00:00 |
no-half.cl
|
[OpenCL] Add half load and store builtins
|
2017-09-07 19:39:10 +00:00 |
no-signed-zeros.cl
|
[OpenCL] Add missing -cl-no-signed-zeros option into driver
|
2016-07-08 20:28:29 +00:00 |
null_queue.cl
|
Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand."
|
2016-12-23 14:55:49 +00:00 |
numbered-address-space.cl
|
Try to make builtin address space declarations not useless
|
2018-08-02 12:14:28 +00:00 |
opencl_types.cl
|
[OpenCL] Add separate read_only and write_only pipe IR types
|
2018-04-27 10:37:04 +00:00 |
overload.cl
|
[OpenCL] Added implicit conversion rank for overloading functions with vector data type in OpenCL
|
2017-03-21 12:55:55 +00:00 |
partial_initializer.cl
|
CodeGen: specify alignment + inbounds for automatic variable initialization
|
2018-07-13 20:33:23 +00:00 |
pipe_builtin.cl
|
[OpenCL] Add separate read_only and write_only pipe IR types
|
2018-04-27 10:37:04 +00:00 |
pipe_types.cl
|
[OpenCL] Add separate read_only and write_only pipe IR types
|
2018-04-27 10:37:04 +00:00 |
preserve_vec3.cl
|
Preserve vec3 type.
|
2017-04-04 16:40:25 +00:00 |
private-array-initialization.cl
|
[AMDGPU] Change constant addr space to 4
|
2018-02-13 18:01:21 +00:00 |
ptx-calls.cl
|
[OpenCL] spir_kern by defaul: fix old test cases
|
2017-06-01 08:19:43 +00:00 |
ptx-kernels.cl
|
[OpenCL] spir_kern by defaul: fix old test cases
|
2017-06-01 08:19:43 +00:00 |
relaxed-fpmath.cl
|
[OpenCL] Extended mapping of parcing CodeGen arguments
|
2017-03-27 10:38:01 +00:00 |
sampler.cl
|
[OpenCL] Fix code generation of function-scope constant samplers.
|
2017-11-15 11:38:17 +00:00 |
shifts.cl
|
[OpenCL] make test independent of optimizer
|
2018-05-16 14:38:07 +00:00 |
single-precision-constant.cl
|
FP_CONTRACT: Fix two tests for -Asserts.
|
2012-10-02 16:36:54 +00:00 |
size_t.cl
|
[AMDGPU] Change constant addr space to 4
|
2018-02-13 18:01:21 +00:00 |
spir-calling-conv.cl
|
Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558.
|
2015-01-20 11:20:41 +00:00 |
spir32_target.cl
|
Fix line ending is tests. No functional change.
|
2012-12-12 00:52:15 +00:00 |
spir64_target.cl
|
Fix line ending is tests. No functional change.
|
2012-12-12 00:52:15 +00:00 |
spir_version.cl
|
[OpenCL] Fix OpenCL and SPIR version metadata generation.
|
2017-06-20 14:30:18 +00:00 |
str_literals.cl
|
[OpenCL] Add constant address space to __func__ in AST.
|
2018-05-09 13:23:26 +00:00 |
to_addr_builtin.cl
|
[OpenCL] Added underscores to the names of 'to_addr' OpenCL built-ins.
|
2016-08-04 18:06:27 +00:00 |
unroll-hint.cl
|
[OpenCL] Enable unroll hint for OpenCL 1.x.
|
2016-12-13 14:02:35 +00:00 |
vectorLoadStore.cl
|
[OpenCL] Fixed CL version in failing test.
|
2017-09-27 17:03:35 +00:00 |
vector_literals_nested.cl
|
Fix test so it doesn't depend on the host's calling convention lowering code.
|
2012-01-04 20:43:57 +00:00 |
vector_literals_valid.cl
|
This handles the missing cases of opencl vector literals.
|
2011-07-15 23:07:01 +00:00 |
vector_logops.cl
|
A few style changes.
|
2012-01-19 01:16:16 +00:00 |
vector_odd.cl
|
Fix a crash in EmitStoreThroughExtVectorComponentLValue for vectors of odd sizes.
|
2013-11-21 17:09:05 +00:00 |
vector_shufflevector_valid.cl
|
Fix invalid shufflevector operands
|
2015-08-02 15:28:10 +00:00 |
vla.cl
|
Clean up AMDGCN tests
|
2018-02-15 19:12:41 +00:00 |