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
/
include
/
clc
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
1
-29
/
+0
*
Move binary_intrinsic.h to private headers.
Jan Vesely
2019-03-13
1
-29
/
+0
*
Move ternary_intrinsic.h to private headers.
Jan Vesely
2019-03-13
1
-30
/
+0
*
trunc: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
1
-6
/
+4
*
round: Remove llvm intrinsic from the header
Jan Vesely
2019-03-13
1
-6
/
+4
*
rint: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
1
-5
/
+6
*
floor: Remove llvm isntrinsic from the header.
Jan Vesely
2019-03-13
1
-5
/
+6
*
fabs: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
1
-5
/
+6
*
ceil: Remove llvm intrinsic from the header.
Jan Vesely
2019-03-13
1
-5
/
+6
*
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
2
-8
/
+6
*
atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_a...
Jan Vesely
2018-06-21
7
-13
/
+13
*
atomic: Provide function implementation of atomic_{dec,inc}
Jan Vesely
2018-06-21
2
-2
/
+8
*
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
2
-5
/
+7
*
Add initial support for half precision builtins
Jan Vesely
2018-05-17
13
-3
/
+221
*
remquo: Port from amd builtins
Jan Vesely
2018-05-03
3
-0
/
+20
*
relational/select: Condition types for half are short/ushort, not char/uchar
Jan Vesely
2018-04-25
1
-2
/
+2
*
fmod: Port from amd_builtins
Jan Vesely
2018-04-06
2
-2
/
+3
*
remainder: Port from amd builtins
Jan Vesely
2018-03-19
2
-0
/
+5
*
nan: Implement
Jan Vesely
2018-03-12
3
-0
/
+25
*
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
3
-26
/
+6
*
select: Add vector implementation
Jan Vesely
2018-03-06
2
-1
/
+36
*
Move cl_khr_fp64 exntension enablement to gentype include lists
Jan Vesely
2018-03-06
5
-0
/
+7
*
Add vstore_half_rte implementation
Jan Vesely
2018-02-06
1
-0
/
+2
*
Add vstore_half_rtp implementation
Jan Vesely
2018-02-06
1
-0
/
+2
*
Add vstore_half_rtn implementation
Jan Vesely
2018-02-06
1
-0
/
+2
*
Add vstore_half_rtz implementation
Jan Vesely
2018-02-06
1
-0
/
+2
*
vstore_half: Consolidate declarations
Jan Vesely
2018-02-06
1
-39
/
+26
*
half_powr: Implement using powr
Jan Vesely
2018-02-01
2
-0
/
+8
*
tanpi: Port from amd_builtins
Jan Vesely
2018-01-19
2
-0
/
+8
*
half_divide: Implement using x/y
Jan Vesely
2018-01-18
2
-0
/
+8
*
half_tan: Implement using tan
Jan Vesely
2018-01-18
2
-0
/
+10
*
half_sin: Implement using sin
Jan Vesely
2018-01-18
2
-0
/
+10
*
half_recip: Implement using 1/x
Jan Vesely
2018-01-18
2
-0
/
+10
*
half_log2: Implement using log2
Jan Vesely
2018-01-18
2
-0
/
+10
*
half_log10: Implement using log10
Jan Vesely
2018-01-18
2
-0
/
+10
*
half_log: Implement using log
Jan Vesely
2018-01-18
2
-0
/
+10
*
half_exp10: Implement using exp10
Jan Vesely
2018-01-18
2
-0
/
+10
[next]