index
:
~jwrdegoede/libclc
master
Hans' libclc repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-27
tgsi: Add get_work_dim implementation
HEAD
master
Hans de Goede
2
-0
/
+9
2016-06-27
tgsi: Add get_group_id / get_local_size / get_num_groups support
Hans de Goede
4
-0
/
+57
2016-06-27
Add initial tgsi support to libclc
Hans de Goede
4
-1
/
+21
2016-06-17
configure: Remove device specific defines
Jan Vesely
1
-25
/
+11
2016-06-17
nvptx: Drop feature defines.
Jan Vesely
1
-6
/
+4
2016-06-17
64 bit integers are legal in full profile without an extension
Jan Vesely
2
-6
/
+12
2016-05-17
math: Use single precision fmax in sp path
Jan Vesely
1
-1
/
+1
2016-05-06
math: Add erf ported from amd-builtins
Jan Vesely
4
-0
/
+413
2016-05-06
math: Add fdim implementation
Aaron Watry
6
-0
/
+86
2016-04-15
prepare-builtins: Remove call to getGlobalContext()
Tom Stellard
1
-1
/
+1
2016-04-07
[AMDGPU] Implement get_local_size for amdgcn--amdhsa triple
Konstantin Zhuravlyov
5
-1
/
+41
2016-03-30
Update copyright year to 2016.
Paul Robinson
1
-1
/
+1
2016-02-24
math: Fix ilogb(double) return type
Aaron Watry
1
-1
/
+1
2016-02-23
math: Add ilogb ported from amd-builtins
Aaron Watry
6
-0
/
+68
2016-02-17
Add .gitignore for build directories
Matt Arsenault
1
-0
/
+13
2016-02-17
amdgcn: Use new workitem intrinsics
Matt Arsenault
9
-38
/
+124
2016-02-13
Update page to list supported targets
Matt Arsenault
1
-2
/
+2
2016-02-13
Split sources for amdgcn and r600
Matt Arsenault
34
-38
/
+75
2016-02-09
configure: Remove llvm 3.6 defines
Jan Vesely
1
-3
/
+3
2016-02-09
configure: Remove cl_khr_fp64 for device that don't support doubles
Jan Vesely
1
-5
/
+5
2016-02-09
configure: Introduce per device defines
Jan Vesely
1
-11
/
+24
2016-02-09
math: Fix log2 vectorization on non-fp64 hw
Jan Vesely
1
-0
/
+2
2016-02-08
math: Add frexp ported from amd-builtins
Aaron Watry
7
-0
/
+151
2016-01-27
Implement modf math builtin
Tom Stellard
6
-0
/
+120
2016-01-27
Add _CLC_V_V_VP_VECTORIZE macro
Tom Stellard
1
-0
/
+22
2015-12-15
AMDGPU: Add aliases for all VI targets
Tom Stellard
1
-1
/
+1
2015-12-15
AMDGPU: Add alias for tonga
Tom Stellard
1
-1
/
+1
2015-10-06
integer: remove explicit casts from _MIN definitions
Aaron Watry
1
-3
/
+3
2015-09-29
Implement tanh builtin
Niels Ole Salscheider
5
-0
/
+195
2015-09-21
Add sampler defines.
Tom Stellard
1
-0
/
+18
2015-09-21
Add image attribute defines.
Tom Stellard
2
-0
/
+32
2015-09-21
r600: Add image writing builtins.
Tom Stellard
6
-0
/
+90
2015-09-21
r600: Add image reading builtins.
Tom Stellard
6
-0
/
+123
2015-09-21
Add image attribute getter builtins
Tom Stellard
11
-0
/
+183
2015-09-15
integer: Update integer limits to comply with spec
Aaron Watry
1
-6
/
+6
2015-08-24
Update mailing list reference.
Peter Collingbourne
1
-1
/
+1
2015-08-13
Remove files accidentally not removed in r244310
Jeroen Ketema
2
-9
/
+0
2015-08-07
Require LLVM >=3.7 and bump version to 0.2.0
Jeroen Ketema
2
-19
/
+8
2015-07-24
Fix double implementation of log
Tom Stellard
4
-3
/
+73
2015-07-24
Implement accurate log2 function
Tom Stellard
8
-6
/
+517
2015-07-24
Use llvm intrinsics for native_log and native_log2
Tom Stellard
9
-2
/
+216
2015-07-10
R600: Implement accurate double precision sqrt v2
Tom Stellard
2
-0
/
+60
2015-07-10
Fix implementation of sqrt v2
Tom Stellard
8
-6
/
+168
2015-07-10
prepare-builtins: Fix build with LLVM 3.6
Tom Stellard
1
-1
/
+1
2015-06-27
Properly initialize Module pointer
Jeroen Ketema
1
-1
/
+1
2015-06-24
prepare-builtins: Fix build with LLVM 3.7
Tom Stellard
1
-6
/
+19
2015-05-13
Use a more accurate implementation for exp
Tom Stellard
2
-13
/
+85
2015-05-13
Implement exp2 using OpenCL C rather than using an intrinsic
Tom Stellard
8
-6
/
+303
2015-05-12
Implement sin for double types
Tom Stellard
1
-7
/
+16
2015-05-12
Implement cos for double types
Tom Stellard
5
-7
/
+289
[next]