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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-22
Merge branch 'master' into tstellar-master
HEAD
master
Tom Stellard
27
-312
/
+406
2013-07-19
Implement generic upsample()
Aaron Watry
4
-0
/
+61
2013-07-18
Fix build with LLVM 3.4
Aaron Watry
1
-0
/
+5
2013-07-16
Fix and re-enable R600 vload/vstore assembly
Aaron Watry
5
-56
/
+233
2013-07-16
libclc: vload/vstore disable assembly and fix offset calculation
Aaron Watry
5
-245
/
+20
2013-07-15
Add integer-gentype.inc: Missing file from r185839
Tom Stellard
1
-0
/
+39
2013-07-08
Implement mad24() and mul24() builtins
Tom Stellard
10
-0
/
+34
2013-07-08
Add __CLC_ prefix to all macro definitions in headers
Tom Stellard
75
-712
/
+712
2013-07-08
Implement barrier() builtin
Tom Stellard
3
-0
/
+29
2013-07-08
Add bitselect() builtin
Tom Stellard
2
-0
/
+2
2013-06-26
Add __CLC_ prefix to all macro definitions in headers
Tom Stellard
75
-712
/
+712
2013-06-26
Implement barrier() builtin
Tom Stellard
3
-0
/
+29
2013-06-26
libclc: Add assembly versions of vstore for global [u]int4/8/16
Tom Stellard
4
-6
/
+168
2013-06-26
libclc: Add assembly versions of vload for global int4/8/16
Tom Stellard
4
-2
/
+162
2013-06-26
libclc: Initial vstore implementation
Tom Stellard
4
-0
/
+94
2013-06-26
libclc: Initial vload implementation
Tom Stellard
4
-0
/
+86
2013-06-26
r600: Fix implementations of get_group_id.ll and get_local_size.ll
Tom Stellard
2
-12
/
+12
2013-06-26
libclc: Implement clz() builtin
Tom Stellard
7
-0
/
+158
2013-06-26
libclc: Add clamp(vec, scalar, scalar) and max(vec, scalar)
Tom Stellard
4
-0
/
+20
2013-06-26
libclc: Implement the min(vec, scalar) version of the min builtin.
Tom Stellard
4
-0
/
+41
2013-06-26
libclc: implement initial version of min()
Tom Stellard
6
-0
/
+22
2013-06-26
libclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.ll
Tom Stellard
4
-2
/
+4
2013-06-26
Add a another TODO note.
Tom Stellard
1
-0
/
+3
2013-06-26
Add a TODO note.
Tom Stellard
1
-0
/
+4
2013-06-26
Simplify rotate implementation a bit..
Tom Stellard
2
-21
/
+37
2013-06-26
libclc: implement rotate builtin
Tom Stellard
7
-0
/
+55
2013-06-26
libclc: Move max builtin to shared/
Tom Stellard
11
-16
/
+10
2013-06-26
libclc: Add clamp() builtin for integer/floating point
Tom Stellard
6
-0
/
+24
2013-06-26
libclc: Fix abs_diff builtin integer function
Tom Stellard
2
-1
/
+2
2013-06-26
libclc: Add max() builtin function
Tom Stellard
10
-0
/
+28
2013-06-26
configure: Enable building separate libraries for target variants
Tom Stellard
1
-44
/
+73
2013-06-26
configure: fix out-of-source build
Tom Stellard
1
-2
/
+3
2013-06-26
Fix build with LLVM 3.3
Tom Stellard
1
-4
/
+4
2013-06-26
Implement ceil() builtin
Tom Stellard
2
-0
/
+7
2013-06-26
Implement fmax() and fmin() builtins
Tom Stellard
9
-0
/
+76
2013-06-26
Remove the static keyword from the _CLC_INLINE macro
Tom Stellard
1
-1
/
+1
2013-06-26
Use brackets around include files in length.cl and normalize.cl
Tom Stellard
2
-2
/
+2
2013-06-26
Fix typo in include/clc/geometric/length.inc
Tom Stellard
1
-1
/
+1
2013-06-26
r600: Add overrides file
Tom Stellard
1
-0
/
+2
2013-06-26
Allow targets to override generic implementations
Tom Stellard
1
-0
/
+8
2013-06-26
Make libclc more Linux FHS conform.
Tom Stellard
1
-14
/
+51
2013-06-26
R600: Replace cl implementations with LLVM IR implementation
Tom Stellard
7
-22
/
+76
2013-06-26
PTX: move implementations of work-item and synchronisation functions
Tom Stellard
2
-2
/
+2
2013-06-26
Move R600 headers into generic directory
Tom Stellard
9
-18
/
+2
2013-06-26
r600: Add get_global_size() implementation
Tom Stellard
3
-3
/
+12
2013-06-26
r600: Fix get_global_id implementation
Tom Stellard
1
-3
/
+3
2013-06-26
r600: Initial support
Tom Stellard
10
-1
/
+30
2013-05-24
libclc: Add assembly versions of vstore for global [u]int4/8/16
Aaron Watry
4
-6
/
+168
2013-05-24
libclc: Add assembly versions of vload for global int4/8/16
Aaron Watry
4
-2
/
+162
2013-05-24
libclc: Initial vstore implementation
Aaron Watry
4
-0
/
+94
[next]