index
:
~jwrdegoede/libclc
master
Hans' libclc repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
r600
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-17
amdgcn: Use new workitem intrinsics
Matt Arsenault
3
-0
/
+62
2016-02-13
Split sources for amdgcn and r600
Matt Arsenault
28
-649
/
+11
2015-09-21
r600: Add image writing builtins.
Tom Stellard
5
-0
/
+83
2015-09-21
r600: Add image reading builtins.
Tom Stellard
5
-0
/
+110
2015-09-21
Add image attribute getter builtins
Tom Stellard
7
-0
/
+153
2015-07-10
R600: Implement accurate double precision sqrt v2
Tom Stellard
2
-0
/
+60
2015-05-06
r600: Use __clc_ldexp on asics that don't implement the intruction
Jan Vesely
1
-1
/
+10
2015-05-06
math: Add ldexp implementation
Tom Stellard
2
-30
/
+1
2015-05-06
Implement ldexp for R600/SI
Tom Stellard
3
-0
/
+68
2014-12-31
r600: get_work_dim: Update metadata syntax for LLVM 3.6
Tom Stellard
1
-1
/
+1
2014-10-22
r600: Fix get_work_dim range metadata
Jan Vesely
1
-1
/
+1
2014-10-15
r600: Use llvm intrinsic to read work dimension information
Jan Vesely
2
-0
/
+9
2014-09-16
R600: Map Address spaces for atomic_cmpxchg
Aaron Watry
1
-0
/
+19
2014-09-16
R600: Map address spaces for atomic_xchg
Aaron Watry
1
-0
/
+1
2014-09-16
R600: Map address spaces for atomic_min
Aaron Watry
1
-0
/
+10
2014-09-16
R600: Map address spaces for atomic_xor
Aaron Watry
1
-0
/
+1
2014-09-16
R600: Map addr spaces and use atomic_max
Aaron Watry
1
-5
/
+16
2014-09-16
R600: Map address spaces for atomic_or
Aaron Watry
1
-0
/
+1
2014-09-16
R600: Map atomic_and address spaces
Aaron Watry
1
-0
/
+1
2014-08-20
vload/vstore: Use casts instead of scalarizing everything in CLC version
Aaron Watry
3
-189
/
+0
2014-06-24
Move clcmacro.h to avoid cluttering user namespace v2
Jeroen Ketema
1
-0
/
+1
2013-10-31
R600: Set the noduplicate attribute on barrier() intrinsics
Tom Stellard
3
-19
/
+30
2013-10-10
Implement nextafter() builtin
Tom Stellard
2
-0
/
+4
2013-09-06
Add atomic_sub and atomic_dec builtin functions
Aaron Watry
1
-0
/
+1
2013-09-05
Add atomic_inc and atomic_add builtins
Aaron Watry
2
-0
/
+21
2013-08-12
Enable assembly vload3 int/uint constant/global for R600
Aaron Watry
1
-16
/
+2
2013-08-12
Add vload* for addrspace(2) and use as constant load for R600
Aaron Watry
1
-2
/
+8
2013-07-24
Added get_num_groups
Aaron Watry
2
-0
/
+19
2013-07-16
Fix and re-enable R600 vload/vstore assembly
Aaron Watry
3
-0
/
+198
2013-07-08
Implement barrier() builtin
Tom Stellard
3
-0
/
+29
2013-06-26
r600: Fix implementations of get_group_id.ll and get_local_size.ll
Tom Stellard
2
-12
/
+12
2013-06-26
r600: Add overrides file
Tom Stellard
1
-0
/
+2
2013-06-26
R600: Replace cl implementations with LLVM IR implementation
Tom Stellard
7
-22
/
+76
2013-06-26
r600: Add get_global_size() implementation
Tom Stellard
2
-0
/
+11
2013-06-26
r600: Fix get_global_id implementation
Tom Stellard
1
-3
/
+3
2013-06-26
r600: Initial support
Tom Stellard
2
-0
/
+11