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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add initial support for half precision builtins
Jan Vesely
2018-05-17
57
-29
/
+690
*
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
*
amdgcn/fmin: Fix typos that reduced precision
Jan Vesely
2018-04-17
1
-3
/
+3
*
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
*
r600: Update datalayout after LLVM r328656
Jan Vesely
2018-04-05
4
-4
/
+4
*
amdgcn: Update datalayout after LLVM r328656
Jan Vesely
2018-04-05
4
-4
/
+4
*
remainder: Port from amd builtins
Jan Vesely
2018-03-19
6
-0
/
+235
*
nan: Implement
Jan Vesely
2018-03-12
6
-0
/
+52
*
travis: Add build using llvm-6
Jan Vesely
2018-03-12
1
-0
/
+22
*
amdgcn/fmax: fcanonicalize operands
Jan Vesely
2018-03-08
2
-0
/
+32
*
amdgcn/fmin: fcanonicalize operands
Jan Vesely
2018-03-08
2
-0
/
+32
*
amdgcn,popcount: Workaround broken llvm.ctpop intrinsic on some GCN ASICs
Jan Vesely
2018-03-08
3
-0
/
+24
*
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
*
maxmag: Condition variable needs to be the same bitwidth as operands
Jan Vesely
2018-03-06
2
-2
/
+21
*
Move cl_khr_fp64 exntension enablement to gentype include lists
Jan Vesely
2018-03-06
26
-87
/
+7
*
utils: Adapt to llvm r325155
Jan Vesely
2018-02-23
1
-0
/
+4
*
amdgcn: Fix build after GDS/const AS swap in r325030
Jan Vesely
2018-02-23
17
-14
/
+72
*
amdgcn: Fix datalayout after addition of 32bit const AS in r324747
Jan Vesely
2018-02-23
4
-4
/
+4
*
r600: Fix datalayout after clang r324101
Jan Vesely
2018-02-23
16
-4
/
+109
*
amdgcn: Fix datalayout after clang r324101
Jan Vesely
2018-02-23
18
-5
/
+153
*
amdgpu/half_recip: Switch implementation to native_recip
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_log2: Switch implementation to native_log2
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_log10: Switch implementation to native_log10
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_log: Switch implementation to native_log
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_exp2: Switch implementation to native_exp2
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_exp10: Switch implementation to native_exp10
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_exp: Switch implementation to native_exp
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_sqrt: Switch implementation to native_sqrt
Jan Vesely
2018-02-13
2
-0
/
+7
*
amdgpu/half_rsqrt: Switch implementation to native_rsqrt
Jan Vesely
2018-02-13
3
-0
/
+18
*
Add vstore_half_rte implementation
Jan Vesely
2018-02-06
2
-1
/
+46
*
Add vstore_half_rtp implementation
Jan Vesely
2018-02-06
2
-1
/
+12
*
Add vstore_half_rtn implementation
Jan Vesely
2018-02-06
2
-1
/
+43
*
Add vstore_half_rtz implementation
Jan Vesely
2018-02-06
2
-1
/
+36
[next]