summaryrefslogtreecommitdiff
path: root/libclc/amdgcn/lib/workitem
Commit message (Expand)AuthorAgeFilesLines
* libclc: Make all built-ins overloadableDaniel Stone2020-08-177-52/+63
* amdgcn: Convert get_num_groups to clcJan Vesely2018-11-044-66/+15
* amdgcn: Convert get_global_size to clcJan Vesely2018-11-044-66/+15
* amdgcn: Convert get_local_size to clcJan Vesely2018-11-044-66/+15
* amdgcn: Use __constant AS for amdgcn builtins.Jan Vesely2018-08-032-2/+6
* amdgcn: Update datalayout after LLVM r328656Jan Vesely2018-04-053-3/+3
* amdgcn: Fix build after GDS/const AS swap in r325030Jan Vesely2018-02-235-9/+19
* amdgcn: Fix datalayout after addition of 32bit const AS in r324747Jan Vesely2018-02-233-3/+3
* amdgcn: Fix datalayout after clang r324101Jan Vesely2018-02-236-3/+72
* amdgcn: Add missing datalayout info to .ll filesJan Vesely2017-10-206-0/+12
* Let get_work_dim take exactly 0 argumentsJeroen Ketema2017-10-011-1/+1
* Restore support for llvm-3.9Jan Vesely2017-09-293-0/+54
* amdgcn: Fix return type of get_num_groupsMatt Arsenault2016-08-251-0/+21
* amdgcn: Fix return type for get_global_sizeMatt Arsenault2016-08-241-0/+21
* amdgpu: Fix default case value for get_local_sizeMatt Arsenault2016-08-201-1/+1
* amdgcn: Fix get_local_size IR return typeMatt Arsenault2016-08-201-0/+21
* amdgcn: Correct return types to be size_tMatt Arsenault2016-08-193-3/+3
* AMDGPU: Implement get_global_offset builtinJan Vesely2016-07-221-0/+11
* AMDGPU: Use clang intrinsics for workitem builtinsJan Vesely2016-07-225-60/+31
* amdgcn: Use new workitem intrinsicsMatt Arsenault2016-02-172-0/+60