index
:
~tstellar/libclc
backup
backup-Oct15
bfgminer
fmax
image
llvm-3.2
master
Unnamed repository; edit this file 'description' to name the repository.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
generic
/
lib
/
shared
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-16
Fix and re-enable R600 vload/vstore assembly
Aaron Watry
2
-56
/
+35
2013-07-16
libclc: vload/vstore disable assembly and fix offset calculation
Aaron Watry
4
-243
/
+20
2013-07-08
Add __CLC_ prefix to all macro definitions in headers
Tom Stellard
8
-30
/
+30
2013-06-26
libclc: Add assembly versions of vstore for global [u]int4/8/16
Tom Stellard
3
-6
/
+166
2013-06-26
libclc: Add assembly versions of vload for global int4/8/16
Tom Stellard
3
-2
/
+160
2013-06-26
libclc: Initial vstore implementation
Tom Stellard
1
-0
/
+56
2013-06-26
libclc: Initial vload implementation
Tom Stellard
1
-0
/
+47
2013-06-26
libclc: Add clamp(vec, scalar, scalar) and max(vec, scalar)
Tom Stellard
2
-0
/
+12
2013-06-26
libclc: Implement the min(vec, scalar) version of the min builtin.
Tom Stellard
1
-0
/
+6
2013-06-26
libclc: implement initial version of min()
Tom Stellard
2
-0
/
+14
2013-06-26
libclc: Move max builtin to shared/
Tom Stellard
2
-0
/
+14
2013-06-26
libclc: Add clamp() builtin for integer/floating point
Tom Stellard
2
-0
/
+14