index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGenOpenCL
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more tests for OpenCL atomic builtin functions
Yaxun Liu
2017-09-13
2
-1
/
+45
*
[AMDGPU] Change addr space of clk_event_t, queue_t and reserve_id_t to global
Yaxun Liu
2017-09-13
1
-8
/
+11
*
[OpenCL] Add half load and store builtins
Jan Vesely
2017-09-07
1
-0
/
+39
*
[OpenCL] Do not use vararg in emitted functions for enqueue_kernel
Yaxun Liu
2017-09-03
1
-18
/
+72
*
Adapt testcases to LLVM change r312144 in DIGlobalVariableExpression
Adrian Prantl
2017-08-30
1
-20
/
+20
*
Parse and print DIExpressions inline to ease IR and MIR testing
Reid Kleckner
2017-08-23
1
-21
/
+18
*
Attempt to fix failure in CodeGenOpenCL/atomic-ops.cl again
Yaxun Liu
2017-08-15
1
-20
/
+20
*
Attempt to fix failure in CodeGenOpenCL/atomic-ops.cl
Yaxun Liu
2017-08-15
1
-5
/
+5
*
Remove -finclude-default-header in OpenCL atomic tests
Yaxun Liu
2017-08-15
2
-5
/
+43
*
[OpenCL] Support variable memory scope in atomic builtins
Yaxun Liu
2017-08-15
2
-1
/
+79
*
[OpenCL] Allow targets to select address space per type
Sven van Haastregt
2017-08-15
1
-2
/
+12
*
AMDGPU: Use direct struct returns and arguments
Matt Arsenault
2017-08-09
3
-29
/
+553
*
Add OpenCL 2.0 atomic builtin functions as Clang builtin
Yaxun Liu
2017-08-04
2
-0
/
+213
*
[OpenCL] Add missing subgroup builtins
Joey Gouly
2017-08-01
1
-0
/
+5
*
[OpenCL] Enable subgroup extension in tests
Joey Gouly
2017-07-31
1
-1
/
+1
*
[OpenCL] Add extension Sema check for subgroup builtins
Joey Gouly
2017-07-31
2
-0
/
+4
*
[OpenCL] Fix access qualifiers metadata for kernel arguments with typedef
Alexey Sotkin
2017-07-26
1
-0
/
+22
*
[OpenCL] Added extended tests on metadata generation for half data type and a...
Egor Churaev
2017-07-18
1
-9
/
+28
*
[AMDGPU] Fix size and alignment of size_t and pointer types
Yaxun Liu
2017-07-05
3
-28
/
+98
*
[AMDGPU] Fix regressions on mesa/clover with libclc due to address space
Yaxun Liu
2017-07-04
1
-0
/
+2
*
CodeGen: Fix invalid bitcast for coerced function argument
Yaxun Liu
2017-06-29
1
-5
/
+47
*
[OpenCL] Fix OpenCL and SPIR version metadata generation.
Alexey Bader
2017-06-20
1
-8
/
+9
*
[OpenCL] spir_kern by defaul: fix old test cases
Pekka Jaaskelainen
2017-06-01
6
-8
/
+8
*
[OpenCL] Makes kernels use the SPIR_KERNEL CC by default.
Pekka Jaaskelainen
2017-06-01
1
-0
/
+65
*
Fix issue with test that caused bildbot failure
Javed Absar
2017-05-30
1
-1
/
+1
*
[OpenCL] Test on half immediate support.
Egor Churaev
2017-05-29
1
-0
/
+17
*
IRGen: Add optnone attribute on function during O0
Mehdi Amini
2017-05-29
1
-25
/
+25
*
Resubmit r303861.
Konstantin Zhuravlyov
2017-05-26
1
-0
/
+7
*
Revert "[AMDGPU] add __builtin_amdgcn_s_getpc"
Reid Kleckner
2017-05-25
1
-7
/
+0
*
[AMDGPU] add __builtin_amdgcn_s_getpc
Tim Corringham
2017-05-25
1
-0
/
+7
*
[AMDGPU] Do not require opencl triple environment for OpenCL
Yaxun Liu
2017-05-23
7
-1
/
+8
*
CodeGen: Cast alloca to expected address space
Yaxun Liu
2017-05-18
8
-8
/
+68
*
[OpenCL] Emit function-scope variable in constant address space as static var...
Yaxun Liu
2017-05-15
3
-27
/
+31
*
[OpenCL] Add intel_reqd_sub_group_size attribute support
Xiuli Pan
2017-05-04
1
-0
/
+4
*
Debug Info: Remove special-casing of indirect function argument handling.
Adrian Prantl
2017-04-18
1
-2
/
+1
*
CodeGen: Let byval parameter use alloca address space
Yaxun Liu
2017-04-17
1
-0
/
+18
*
CodeGen: Let lifetime intrinsic use alloca address space
Yaxun Liu
2017-04-17
1
-0
/
+15
*
[AMDGPU][GFX9] Set +fp32-denormals for >=gfx900 unless -cl-denorms-are-zero i...
Konstantin Zhuravlyov
2017-04-14
1
-0
/
+13
*
[OpenCL] Map default address space to alloca address space
Yaxun Liu
2017-04-11
3
-14
/
+31
*
[AMDGPU] Temporarily change constant address space from 4 to 2 for the new ad...
Yaxun Liu
2017-04-06
2
-1
/
+3
*
[AMDGPU] Translate reqd_work_group_size into amdgpu_flat_work_group_size
Stanislav Mekhanoshin
2017-04-06
1
-0
/
+12
*
[OpenCL] Enables passing sampler initializer to function argument
Egor Churaev
2017-04-05
1
-0
/
+4
*
Preserve vec3 type.
Jin-Gu Kang
2017-04-04
1
-0
/
+24
*
[OpenCL] Do not generate "kernel_arg_type_qual" metadata for non-pointer args
Egor Churaev
2017-03-31
1
-6
/
+7
*
[OpenCL] Extended mapping of parcing CodeGen arguments
Egor Churaev
2017-03-27
1
-4
/
+25
*
[AMDGPU] Switch address space mapping by triple environment amdgiz
Yaxun Liu
2017-03-25
1
-0
/
+9
*
Fix array sizes where address space is not yet known
Konstantin Zhuravlyov
2017-03-21
1
-0
/
+12
*
[OpenCL] Added implicit conversion rank for overloading functions with vector...
Egor Churaev
2017-03-21
1
-0
/
+46
*
AMDGPU: Make 0 the private nullptr value
Matt Arsenault
2017-03-13
2
-56
/
+144
*
[AMDGPU] Add builtin functions readlane ds_permute mov_dpp
Yaxun Liu
2017-03-10
2
-0
/
+36
[next]