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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
relational: Fix signbit
Aaron Watry
2014-06-25
1
-7
/
+7
*
relational: Implement signbit
Aaron Watry
2014-06-25
2
-0
/
+88
*
Add exp10
Jeroen Ketema
2014-06-25
3
-0
/
+19
*
Move clcmacro.h to avoid cluttering user namespace v2
Jeroen Ketema
2014-06-24
9
-0
/
+62
*
Protect functions taking double by #ifdef cl_khr_fp64
Jeroen Ketema
2014-06-23
1
-2
/
+6
*
Add pown
Jeroen Ketema
2014-06-18
2
-0
/
+10
*
Fix definition of INFINITY and add NAN/HUGE_VAL[F]
Aaron Watry
2014-06-16
1
-2
/
+0
*
math: Implement mix builtin
Aaron Watry
2014-06-16
3
-0
/
+18
*
relational: Add isequal(floatN) builtin
Aaron Watry
2014-06-16
2
-0
/
+31
*
Add all(igentype) builtin
Aaron Watry
2014-06-16
2
-0
/
+30
*
Add files forgotten in the previous commit
Jeroen Ketema
2014-06-13
2
-0
/
+18
*
Implementations for exp(float) and exp(double) v2
Jeroen Ketema
2014-06-13
1
-0
/
+1
*
Add sincos
Tom Stellard
2014-03-21
3
-0
/
+20
*
Add cross for double3 and double4
Tom Stellard
2014-03-21
1
-0
/
+14
*
Implement builtins for cl_khr_global_int32_base_atomics extension
Tom Stellard
2013-11-18
5
-0
/
+40
*
s/_CLC_DECL/_CLC_DEF/
Tom Stellard
2013-10-31
2
-14
/
+14
*
Port pocl's gen_convert.py script to libclc
Tom Stellard
2013-10-10
2
-149
/
+390
*
Implement sign() builtin
Tom Stellard
2013-10-10
2
-0
/
+28
*
Implement nextafter() builtin
Tom Stellard
2013-10-10
3
-0
/
+55
*
Implement isnan() builtin
Tom Stellard
2013-10-10
2
-0
/
+18
*
Add atomic_sub and atomic_dec builtin functions
Aaron Watry
2013-09-06
1
-0
/
+12
*
Add atomic_inc and atomic_add builtins
Aaron Watry
2013-09-05
2
-0
/
+12
*
Add mul_hi implementation [v2]
Aaron Watry
2013-08-19
2
-0
/
+110
*
Add rhadd builtin
Aaron Watry
2013-08-15
3
-0
/
+11
*
Add hadd builtin
Aaron Watry
2013-08-15
3
-0
/
+11
*
Add intN vloadN() implementations for address spaces 3 and 4
Aaron Watry
2013-08-12
1
-0
/
+60
*
Add vload* for addrspace(2) and use as constant load for R600
Aaron Watry
2013-08-12
2
-2
/
+34
*
Add some missing convert_* functions
Tom Stellard
2013-08-10
1
-11
/
+38
*
Implement generic upsample()
Aaron Watry
2013-07-19
2
-0
/
+35
*
Fix and re-enable R600 vload/vstore assembly
Aaron Watry
2013-07-16
2
-56
/
+35
*
libclc: vload/vstore disable assembly and fix offset calculation
Aaron Watry
2013-07-16
5
-245
/
+20
*
Implement mad24() and mul24() builtins
Tom Stellard
2013-07-08
5
-0
/
+24
*
Add __CLC_ prefix to all macro definitions in headers
Tom Stellard
2013-07-08
25
-68
/
+68
*
libclc: Add assembly versions of vstore for global [u]int4/8/16
Tom Stellard
2013-06-26
4
-6
/
+168
*
libclc: Add assembly versions of vload for global int4/8/16
Tom Stellard
2013-06-26
4
-2
/
+162
*
libclc: Initial vstore implementation
Tom Stellard
2013-06-26
2
-0
/
+57
*
libclc: Initial vload implementation
Tom Stellard
2013-06-26
2
-0
/
+48
*
libclc: Implement clz() builtin
Tom Stellard
2013-06-26
4
-0
/
+154
*
libclc: Add clamp(vec, scalar, scalar) and max(vec, scalar)
Tom Stellard
2013-06-26
2
-0
/
+12
*
libclc: Implement the min(vec, scalar) version of the min builtin.
Tom Stellard
2013-06-26
1
-0
/
+6
*
libclc: implement initial version of min()
Tom Stellard
2013-06-26
3
-0
/
+15
*
libclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.ll
Tom Stellard
2013-06-26
3
-2
/
+2
*
Add a another TODO note.
Tom Stellard
2013-06-26
1
-0
/
+3
*
Add a TODO note.
Tom Stellard
2013-06-26
1
-0
/
+4
*
Simplify rotate implementation a bit..
Tom Stellard
2013-06-26
1
-21
/
+21
*
libclc: implement rotate builtin
Tom Stellard
2013-06-26
3
-0
/
+40
*
libclc: Move max builtin to shared/
Tom Stellard
2013-06-26
5
-9
/
+4
*
libclc: Add clamp() builtin for integer/floating point
Tom Stellard
2013-06-26
3
-0
/
+15
*
libclc: Fix abs_diff builtin integer function
Tom Stellard
2013-06-26
2
-1
/
+2
*
libclc: Add max() builtin function
Tom Stellard
2013-06-26
5
-0
/
+20
[next]