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
*
Move unary_instrinsic.inc to private headers.
Jan Vesely
2019-03-13
8
-8
/
+8
*
trunc: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
2
-0
/
+11
*
round: Remove llvm intrinsic from the header
Jan Vesely
2019-03-13
2
-0
/
+11
*
rint: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
2
-0
/
+11
*
floor: Remove llvm isntrinsic from the header.
Jan Vesely
2019-03-13
2
-0
/
+12
*
fabs: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
2
-0
/
+12
*
ceil: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
2
-0
/
+12
*
sqrt: Split function generation to a shared inc file.
Jan Vesely
2019-03-13
2
-18
/
+26
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_a...
Jan Vesely
2018-06-21
7
-7
/
+7
*
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
3
-0
/
+26
*
math/fma: Add fp32 software implementation
Jan Vesely
2018-06-07
4
-0
/
+174
*
Add initial support for half precision builtins
Jan Vesely
2018-05-17
39
-24
/
+420
*
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
4
-0
/
+279
*
math: Add helper function to flush denormals if not supported.
Jan Vesely
2018-05-03
1
-0
/
+19
*
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
4
-11
/
+153
*
hypot: Port from amd builtins
Jan Vesely
2018-04-10
4
-4
/
+103
*
select: simplify implementation and fix fp16
Jan Vesely
2018-04-06
1
-18
/
+4
*
fmod: Port from amd_builtins
Jan Vesely
2018-04-06
3
-10
/
+189
*
remainder: Port from amd builtins
Jan Vesely
2018-03-19
3
-0
/
+226
*
nan: Implement
Jan Vesely
2018-03-12
3
-0
/
+27
*
popcount: Provide function implementation rather than intrinsic redirect
Jan Vesely
2018-03-08
3
-0
/
+12
*
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
3
-0
/
+55
*
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
21
-87
/
+0
*
Add vstore_half_rte implementation
Jan Vesely
2018-02-06
1
-1
/
+44
*
Add vstore_half_rtp implementation
Jan Vesely
2018-02-06
1
-1
/
+10
*
Add vstore_half_rtn implementation
Jan Vesely
2018-02-06
1
-1
/
+41
*
Add vstore_half_rtz implementation
Jan Vesely
2018-02-06
1
-1
/
+34
*
vstore_half: Add support for custom rounding functions
Jan Vesely
2018-02-06
1
-23
/
+39
*
vstore_half: Make sure the helper function is always inline
Jan Vesely
2018-02-06
1
-1
/
+1
*
half_powr: Implement using powr
Jan Vesely
2018-02-01
2
-0
/
+7
*
math.h: Use logical operations instead of bit operations for readability
Jan Vesely
2018-01-31
1
-1
/
+1
*
math.h: Set HAVE_HW_FMA32 based on compiler provided macro
Jan Vesely
2018-01-29
1
-0
/
+5
*
tanpi: Port from amd_builtins
Jan Vesely
2018-01-19
3
-0
/
+155
*
tan: Port from amd_builtins
Jan Vesely
2018-01-19
8
-21
/
+159
*
half_divide: Implement using x/y
Jan Vesely
2018-01-18
3
-0
/
+19
*
half_tan: Implement using tan
Jan Vesely
2018-01-18
2
-0
/
+7
*
half_sin: Implement using sin
Jan Vesely
2018-01-18
2
-0
/
+7
*
half_recip: Implement using 1/x
Jan Vesely
2018-01-18
2
-0
/
+11
[next]