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
*
Require LLVM >=3.7 and bump version to 0.2.0
Jeroen Ketema
2015-08-07
2
-19
/
+8
*
Fix double implementation of log
Tom Stellard
2015-07-24
4
-3
/
+73
*
Implement accurate log2 function
Tom Stellard
2015-07-24
8
-6
/
+517
*
Use llvm intrinsics for native_log and native_log2
Tom Stellard
2015-07-24
9
-2
/
+216
*
R600: Implement accurate double precision sqrt v2
Tom Stellard
2015-07-10
2
-0
/
+60
*
Fix implementation of sqrt v2
Tom Stellard
2015-07-10
8
-6
/
+168
*
prepare-builtins: Fix build with LLVM 3.6
Tom Stellard
2015-07-10
1
-1
/
+1
*
Properly initialize Module pointer
Jeroen Ketema
2015-06-27
1
-1
/
+1
*
prepare-builtins: Fix build with LLVM 3.7
Tom Stellard
2015-06-24
1
-6
/
+19
*
Use a more accurate implementation for exp
Tom Stellard
2015-05-13
2
-13
/
+85
*
Implement exp2 using OpenCL C rather than using an intrinsic
Tom Stellard
2015-05-13
8
-6
/
+303
*
Implement sin for double types
Tom Stellard
2015-05-12
1
-7
/
+16
*
Implement cos for double types
Tom Stellard
2015-05-12
5
-7
/
+289
*
Implement atan2pi builtin
Tom Stellard
2015-05-12
5
-0
/
+270
*
Implement atan2 for doubles
Tom Stellard
2015-05-12
3
-2
/
+412
*
math: limit half_sqrt to single precision
Jan Vesely
2015-05-09
2
-6
/
+4
*
geometric: Limit fast_{distance,length} functions to single precision
Jan Vesely
2015-05-09
4
-25
/
+6
*
Fix ldexp fp64 build error
Jan Vesely
2015-05-09
1
-1
/
+1
*
Implement fast_normalize builtin v4
Tom Stellard
2015-05-09
7
-0
/
+125
*
Implement half_rsqrt builtin v3
Tom Stellard
2015-05-08
6
-0
/
+88
*
r600: Use __clc_ldexp on asics that don't implement the intruction
Jan Vesely
2015-05-06
1
-1
/
+10
*
Move ldexp soft implementation to a separate file
Jan Vesely
2015-05-06
4
-100
/
+138
*
Implement sinpi builtin
Jan Vesely
2015-05-06
5
-0
/
+137
*
math: Add ldexp implementation
Tom Stellard
2015-05-06
5
-1
/
+144
*
Implement ldexp for R600/SI
Tom Stellard
2015-05-06
7
-0
/
+142
*
Fix implementation of normalize builtin
Tom Stellard
2015-05-06
2
-6
/
+152
*
Allow compilation depending to the LLVM version
Tom Stellard
2015-04-29
3
-1
/
+24
*
Fix compilation warnings without cl_khr_fp64
Jan Vesely
2015-04-24
3
-6
/
+32
*
Implement fract builtin
Tom Stellard
2015-04-23
6
-0
/
+130
*
configure: Add --enable-runtime-subnormal option
Tom Stellard
2015-04-20
7
-0
/
+91
*
Implement atanh builtin
Tom Stellard
2015-04-07
5
-0
/
+162
*
Implement acosh builtin
Tom Stellard
2015-04-07
5
-0
/
+176
*
Implement atanpi builtin
Tom Stellard
2015-04-02
5
-0
/
+231
*
Implement asinpi builtin
Tom Stellard
2015-04-02
5
-0
/
+219
*
Implement asinh builtin
Tom Stellard
2015-04-02
7
-0
/
+466
*
Implement acospi builtin
Tom Stellard
2015-04-02
5
-0
/
+221
*
Implement fmax using __builtin_fmax
Tom Stellard
2015-03-31
3
-8
/
+28
*
Implement fmin using __builtin_fmin
Tom Stellard
2015-03-31
3
-8
/
+28
*
Implement fast_distance builtin
Tom Stellard
2015-03-23
6
-0
/
+104
*
Implement fast_length builtin
Tom Stellard
2015-03-23
5
-0
/
+109
*
Implement half_sqrt builtin v2
Tom Stellard
2015-03-23
5
-0
/
+88
*
Implement distance builtin v2
Tom Stellard
2015-03-23
5
-0
/
+80
*
Fix implementation of length builtin v2
Tom Stellard
2015-03-23
2
-6
/
+82
*
Add __clc_ prefix to functions in sincos_helpers.cl
Tom Stellard
2015-03-23
4
-28
/
+24
*
math: Implement erfc
Aaron Watry
2015-03-18
4
-0
/
+424
*
Fix bitselect for float/double types v2
Tom Stellard
2015-03-05
5
-1
/
+130
*
Move mix from math to common
Aaron Watry
2015-03-03
7
-4
/
+4
*
Implement step builtin
Tom Stellard
2015-03-02
6
-0
/
+132
*
Implement smoothstep builtin v2
Tom Stellard
2015-03-02
6
-0
/
+133
*
Implement radians builtin v2
Tom Stellard
2015-03-02
5
-0
/
+95
[next]