Age | Commit message (Expand) | Author | Files | Lines |
2018-11-27 | configure: Add target specific asm rule. | Jan Vesely | 1 | -1/+3 |
2018-11-27 | configure: provide llvm_as helper variable | Jan Vesely | 1 | -2/+2 |
2018-11-10 | r600: Add datalayout to image builtin implementation | Jan Vesely | 3 | -0/+6 |
2018-11-04 | Remove redundant OVERRRIDES file | Jan Vesely | 1 | -2/+0 |
2018-11-04 | configure: Provide symlink for amdgcn-mesa3d instead of configure hack | Jan Vesely | 2 | -2/+1 |
2018-11-04 | travis: Check tahiti-amdgcn-mesa-mesa3d.bc | Jan Vesely | 1 | -4/+4 |
2018-11-04 | amdgcn-amdhsa: Convert get_{global,local}_size to clc for all llvm versions | Jan Vesely | 13 | -171/+16 |
2018-11-04 | amdgcn: Move __clc_amdgcn_s_waitcnt definition to clc file | Jan Vesely | 4 | -15/+1 |
2018-11-04 | amdgcn: Convert get_num_groups to clc | Jan Vesely | 13 | -75/+16 |
2018-11-04 | amdgcn: Convert get_global_size to clc | Jan Vesely | 13 | -75/+16 |
2018-11-04 | amdgcn: Convert get_local_size to clc | Jan Vesely | 13 | -75/+16 |
2018-11-04 | r600: Convert barrier to clc | Jan Vesely | 12 | -35/+10 |
2018-11-04 | r600: Convert get_num_groups to clc | Jan Vesely | 12 | -49/+16 |
2018-11-04 | r600: Convert get_global_size to clc | Jan Vesely | 12 | -49/+16 |
2018-11-04 | r600: Convert get_local_size to clc | Jan Vesely | 12 | -49/+16 |
2018-09-15 | configure: Rework support for gfx9+ devices that were added post LLVM 3.9 | Jan Vesely | 1 | -2/+12 |
2018-09-15 | .travis: Add llvm-7 build | Jan Vesely | 1 | -0/+20 |
2018-09-15 | .travis: Use source whitelist alias for llvm-6 repository | Jan Vesely | 1 | -1/+1 |
2018-08-03 | amdgcn: Use __constant AS for amdgcn builtins. | Jan Vesely | 4 | -4/+12 |
2018-06-21 | atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_a... | Jan Vesely | 14 | -20/+20 |
2018-06-21 | atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics impleme... | Jan Vesely | 21 | -148/+66 |
2018-06-21 | atomic: Provide function implementation of atomic_{dec,inc} | Jan Vesely | 5 | -2/+34 |
2018-06-21 | atom: Consolidate cl_khr_int64_{base,extended}_atomics declarations | Jan Vesely | 9 | -32/+27 |
2018-06-21 | atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics declara... | Jan Vesely | 17 | -32/+58 |
2018-06-21 | atomic: Cleanup atomic_cmpxchg header | Jan Vesely | 1 | -15/+4 |
2018-06-21 | atomic: Move define cleanup to shared include | Jan Vesely | 9 | -26/+8 |
2018-06-18 | Update copyright year to 2018. | Paul Robinson | 1 | -1/+1 |
2018-06-07 | r600/fmin: Flush denormals before calling builtin. | Jan Vesely | 2 | -0/+31 |
2018-06-07 | r600/fmax: Flush denormals before calling builtin. | Jan Vesely | 2 | -0/+30 |
2018-06-07 | math/fma: Add fp32 software implementation | Jan Vesely | 7 | -5/+192 |
2018-05-17 | Add initial support for half precision builtins | Jan Vesely | 57 | -29/+690 |
2018-05-15 | rootn: Use denormal path only | Jan Vesely | 1 | -10/+1 |
2018-05-03 | remquo: Flush denormals if not supported | Jan Vesely | 1 | -0/+2 |
2018-05-03 | remquo: Port from amd builtins | Jan Vesely | 8 | -0/+307 |
2018-05-03 | math: Add helper function to flush denormals if not supported. | Jan Vesely | 1 | -0/+19 |
2018-05-02 | clc_sqrt: Reuse unary_decl.inc | Jan Vesely | 2 | -50/+3 |
2018-04-25 | relational/select: Condition types for half are short/ushort, not char/uchar | Jan Vesely | 1 | -2/+2 |
2018-04-23 | log10: Use sw implementation from amd builtins | Jan Vesely | 5 | -19/+173 |
2018-04-17 | powr: Use denormal path only | Jan Vesely | 1 | -11/+1 |
2018-04-17 | pown: Use denormal path only | Jan Vesely | 1 | -11/+1 |
2018-04-17 | pow: Use denormal path only | Jan Vesely | 1 | -11/+1 |
2018-04-17 | amdgcn/fmin: Fix typos that reduced precision | Jan Vesely | 1 | -3/+3 |
2018-04-17 | exp10: Port from amd builtins | Jan Vesely | 5 | -11/+157 |
2018-04-10 | hypot: Port from amd builtins | Jan Vesely | 5 | -4/+108 |
2018-04-06 | select: simplify implementation and fix fp16 | Jan Vesely | 1 | -18/+4 |
2018-04-06 | fmod: Port from amd_builtins | Jan Vesely | 6 | -12/+196 |
2018-04-05 | r600: Update datalayout after LLVM r328656 | Jan Vesely | 4 | -4/+4 |
2018-04-05 | amdgcn: Update datalayout after LLVM r328656 | Jan Vesely | 4 | -4/+4 |
2018-03-19 | remainder: Port from amd builtins | Jan Vesely | 6 | -0/+235 |
2018-03-12 | nan: Implement | Jan Vesely | 6 | -0/+52 |