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
/
libclc
/
generic
Commit message (
Expand
)
Author
Age
Files
Lines
*
math: Implement native_log10
Jan Vesely
2017-10-25
6
-0
/
+21
*
shared: Implement aligned vector stores (vstorea_half)
Jan Vesely
2017-10-22
3
-33
/
+59
*
shared: Implement aligned vector loads (vloada_half)
Jan Vesely
2017-10-22
3
-27
/
+49
*
Make image builtins r600/llvm-3.9 only
Jan Vesely
2017-10-10
2
-10
/
+0
*
Do not include clc_nextafter header globally
Jan Vesely
2017-10-08
3
-16
/
+2
*
math/nextafter: Use custom declaration inc file
Jan Vesely
2017-10-08
2
-4
/
+2
*
math/binary_decl.inc: Do not declare mixed float/double functions
Jan Vesely
2017-10-08
1
-5
/
+1
*
ldexp: Fix double precision function return type
Jan Vesely
2017-10-08
1
-1
/
+1
*
integer/sub_sat: Use clang builtin instead of llvm asm
Jan Vesely
2017-10-02
4
-158
/
+26
*
integer/add_sat: Use clang builtin instead of llvm asm
Jan Vesely
2017-10-02
4
-148
/
+28
*
integer/clz: Use clang builtin instead of llvm asm
Jan Vesely
2017-10-02
4
-119
/
+8
*
Let get_work_dim take exactly 0 arguments
Jeroen Ketema
2017-10-01
1
-1
/
+1
*
Do no circularly define NULL
Jeroen Ketema
2017-10-01
1
-1
/
+1
*
geometric: geometric functions are only supported for vector lengths <=4
Jan Vesely
2017-09-29
1
-16
/
+0
*
Rework atomic ops to use clang builtins rather than llvm asm
Jan Vesely
2017-09-25
11
-136
/
+117
*
Implement cl_khr_int64_extended_atomics builtins
Jan Vesely
2017-09-20
12
-0
/
+124
*
Implement cl_khr_int64_base_atomics builtins
Jan Vesely
2017-09-20
14
-0
/
+136
*
Add native_recip(x) as ((1)/(x))
Aaron Watry
2017-09-13
2
-0
/
+2
*
integer: Add popcount implementation using ctpop intrinsic
Aaron Watry
2017-09-09
3
-0
/
+27
*
Implement vload_half{,n} and vload(half)
Jan Vesely
2017-09-08
3
-20
/
+107
*
vstore: Cleanup and add vstore(half)
Jan Vesely
2017-09-08
4
-47
/
+43
*
Fixup clc.h comment
Jan Vesely
2017-09-04
1
-2
/
+1
*
relational: Implement shuffle2 builtin
Aaron Watry
2017-09-02
4
-1
/
+209
*
relational: Implement shuffle builtin
Aaron Watry
2017-09-02
4
-0
/
+209
*
Add halfN types and enable fp16 when generating builtin declarations
Aaron Watry
2017-09-02
2
-0
/
+12
*
amdgcn: Implement {read_,write_,}mem_fence builtin
Jan Vesely
2017-08-16
2
-0
/
+6
*
add __kernel_exec macros
Jan Vesely
2017-07-28
4
-11
/
+19
*
generic: add missing get_work_dim include
Jan Vesely
2017-06-02
1
-0
/
+1
*
math: Implement sinh function
Jan Vesely
2017-02-25
5
-0
/
+240
*
math: Add native_tan as wrapper to tan
Aaron Watry
2017-02-23
2
-0
/
+11
*
Add the correct prefixes to the cl_khr_fp64 pragma
Jeroen Ketema
2017-02-12
1
-1
/
+1
*
math: Add native_rsqrt builtin function
Matt Arsenault
2017-02-09
2
-0
/
+2
*
math: Add logb builtin
Aaron Watry
2017-01-18
5
-0
/
+36
*
math: Add expm1 builtin function
Aaron Watry
2017-01-18
6
-0
/
+293
*
Provide vstore_half helper to workaround clc restrictions
Jan Vesely
2016-09-21
4
-26
/
+75
*
math: Implement tgamma
Aaron Watry
2016-09-15
5
-0
/
+77
*
math: Implement lgamma
Aaron Watry
2016-09-15
5
-0
/
+49
*
math: Implement lgamma_r
Aaron Watry
2016-09-15
6
-0
/
+518
*
Add ADDR_SPACE parameter to _CLC_V_V_VP_VECTORIZE
Aaron Watry
2016-09-15
1
-12
/
+27
*
Replace nextafter implementation
Matt Arsenault
2016-09-08
1
-28
/
+24
*
Avoid ambiguity in calling atom_add functions.
Jan Vesely
2016-09-07
4
-4
/
+4
*
Implement vstore_half{,n}
Jan Vesely
2016-08-17
3
-19
/
+68
*
Make min follow the OCL 1.0 specs
Jan Vesely
2016-07-25
1
-2
/
+2
*
Implement cbrt builtin
Tom Stellard
2016-07-22
7
-0
/
+869
*
Implement cosh builtin
Tom Stellard
2016-07-22
7
-0
/
+370
*
geometric/floatn.inc: Add vec8 and vec16 types
Tom Stellard
2016-07-22
1
-0
/
+16
*
AMDGPU: Implement get_global_offset builtin
Jan Vesely
2016-07-22
3
-1
/
+3
*
64 bit integers are legal in full profile without an extension
Jan Vesely
2016-06-17
1
-5
/
+12
*
math: Use single precision fmax in sp path
Jan Vesely
2016-05-17
1
-1
/
+1
*
math: Add erf ported from amd-builtins
Jan Vesely
2016-05-06
4
-0
/
+413
[next]