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
*
sincos: Simplify declaration headers.
Jan Vesely
2019-03-13
1
-8
/
+3
*
fdim: Use binary_decl_tt.inc instead of custom inc file.
Jan Vesely
2019-03-13
2
-2
/
+6
*
nextafter: Use binary_decl_tt.inc instead of custom inc file.
Jan Vesely
2019-03-13
2
-2
/
+6
*
copysign: Use binary_decl_tt.inc instead of custom inc file.
Jan Vesely
2019-03-13
2
-2
/
+6
*
atan2pi: Use binary_decl_tt.inc instead of custom inc file.
Jan Vesely
2019-03-13
2
-24
/
+6
*
atan2: Use binary_decl_tt.inc instead of custom inc file.
Jan Vesely
2019-03-13
2
-24
/
+6
*
hypot: Use binary_decl_tt.inc instead of custom inc file
Jan Vesely
2019-03-13
2
-2
/
+6
*
Move unary_instrinsic.inc to private headers.
Jan Vesely
2019-03-13
9
-8
/
+8
*
Move binary_intrinsic.h to private headers.
Jan Vesely
2019-03-13
1
-0
/
+0
*
Move ternary_intrinsic.h to private headers.
Jan Vesely
2019-03-13
2
-1
/
+1
*
trunc: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
3
-6
/
+15
*
round: Remove llvm intrinsic from the header
Jan Vesely
2019-03-13
3
-6
/
+15
*
rint: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
3
-5
/
+17
*
floor: Remove llvm isntrinsic from the header.
Jan Vesely
2019-03-13
3
-5
/
+18
*
fabs: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
3
-5
/
+18
*
ceil: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
3
-5
/
+18
*
sqrt: Split function generation to a shared inc file.
Jan Vesely
2019-03-13
2
-18
/
+26
*
mad: Convert to standard ternary header
Jan Vesely
2019-03-13
2
-2
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_a...
Jan Vesely
2018-06-21
14
-20
/
+20
*
atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics impleme...
Jan Vesely
2018-06-21
21
-148
/
+66
*
atomic: Provide function implementation of atomic_{dec,inc}
Jan Vesely
2018-06-21
5
-2
/
+34
*
atom: Consolidate cl_khr_int64_{base,extended}_atomics declarations
Jan Vesely
2018-06-21
9
-32
/
+27
*
atom: Consolidate cl_khr_{local,global}_int32_{base,extended}_atomics declara...
Jan Vesely
2018-06-21
17
-32
/
+58
*
atomic: Cleanup atomic_cmpxchg header
Jan Vesely
2018-06-21
1
-15
/
+4
*
atomic: Move define cleanup to shared include
Jan Vesely
2018-06-21
9
-26
/
+8
*
math/fma: Add fp32 software implementation
Jan Vesely
2018-06-07
7
-5
/
+192
*
Add initial support for half precision builtins
Jan Vesely
2018-05-17
53
-29
/
+648
*
rootn: Use denormal path only
Jan Vesely
2018-05-15
1
-10
/
+1
*
remquo: Flush denormals if not supported
Jan Vesely
2018-05-03
1
-0
/
+2
*
remquo: Port from amd builtins
Jan Vesely
2018-05-03
8
-0
/
+307
*
math: Add helper function to flush denormals if not supported.
Jan Vesely
2018-05-03
1
-0
/
+19
*
clc_sqrt: Reuse unary_decl.inc
Jan Vesely
2018-05-02
2
-50
/
+3
*
relational/select: Condition types for half are short/ushort, not char/uchar
Jan Vesely
2018-04-25
1
-2
/
+2
*
log10: Use sw implementation from amd builtins
Jan Vesely
2018-04-23
5
-19
/
+173
*
powr: Use denormal path only
Jan Vesely
2018-04-17
1
-11
/
+1
*
pown: Use denormal path only
Jan Vesely
2018-04-17
1
-11
/
+1
*
pow: Use denormal path only
Jan Vesely
2018-04-17
1
-11
/
+1
*
exp10: Port from amd builtins
Jan Vesely
2018-04-17
5
-11
/
+157
*
hypot: Port from amd builtins
Jan Vesely
2018-04-10
5
-4
/
+108
*
select: simplify implementation and fix fp16
Jan Vesely
2018-04-06
1
-18
/
+4
*
fmod: Port from amd_builtins
Jan Vesely
2018-04-06
6
-12
/
+196
*
remainder: Port from amd builtins
Jan Vesely
2018-03-19
6
-0
/
+235
*
nan: Implement
Jan Vesely
2018-03-12
6
-0
/
+52
*
integer/gentype: Add __CLC_VECSIZE macro
Jan Vesely
2018-03-08
1
-0
/
+96
*
popcount: Provide function implementation rather than intrinsic redirect
Jan Vesely
2018-03-08
7
-6
/
+21
*
lgamma_r: Move code from .inc to .cl file
Jan Vesely
2018-03-06
2
-475
/
+496
*
frexp: Reuse types provided by gentype.inc
Jan Vesely
2018-03-06
2
-78
/
+53
*
select: Add vector implementation
Jan Vesely
2018-03-06
5
-1
/
+91
*
minmag: Condition variable needs to be the same bitwidth as operands
Jan Vesely
2018-03-06
2
-2
/
+21
[next]