index
:
~awatry/libclc
clz
mad_sat
master
min
rotate
vload_optimization
local clone of http://llvm.org/git/libclc.git
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
clz
libclc: Rename clz.ll to clz_if.ll to ensure it gets built.
Aaron Watry
12 years
mad_sat
Initial mad_sat implementation... It's wrong.
Aaron Watry
12 years
master
Merge branch 'master' of git://people.freedesktop.org/~awatry/libclc
Aaron Watry
11 years
min
libclc: Implement the min(vec,scalar) version of the min builtin.
Aaron Watry
12 years
rotate
Add a another TODO note.
Aaron Watry
12 years
vload_optimization
Remove redundant implementations in vload*
Aaron Watry
12 years
Age
Commit message
Author
Files
Lines
2013-05-14
Remove redundant implementations in vload*
vload_optimization
Aaron Watry
2
-66
/
+21
2013-05-14
Remove redundant implementations in vstore*
Aaron Watry
2
-66
/
+21
2013-05-14
libclc: Optimize vstore4/8/16 to global for int/uint types.
Aaron Watry
4
-2
/
+211
2013-05-14
Fix vload* function attributes. These functions are all readonly, not readnone
Aaron Watry
2
-20
/
+20
2013-05-14
fix unused assembly... just in case we use it in the future.
Aaron Watry
1
-4
/
+4
2013-05-14
libclc: Optimize vload4/8/16 from global for int/uint types.
Aaron Watry
4
-3
/
+208
2013-05-14
libclc: Don't build vload4 from 2x vload2...
Aaron Watry
1
-1
/
+1
2013-05-06
Merge branch 'master' of git://people.freedesktop.org/~tstellar/libclc
Aaron Watry
2
-12
/
+12
2013-04-30
r600: Fix implementations of get_group_id.ll and get_local_size.ll
Tom Stellard
2
-12
/
+12
2013-04-19
libclc: Implement clz() builtin
Aaron Watry
7
-0
/
+158
[...]
Clone
git://people.freedesktop.org/~awatry/libclc
ssh://people.freedesktop.org/~awatry/libclc