Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-05-24 | libclc: Initial vload implementation | Aaron Watry | 4 | -0/+86 |
2013-04-19 | libclc: Implement clz() builtin | Aaron Watry | 7 | -0/+158 |
2013-04-19 | libclc: Add clamp(vec, scalar, scalar) and max(vec, scalar) | Aaron Watry | 4 | -0/+20 |
2013-04-19 | libclc: Implement the min(vec, scalar) version of the min builtin. | Aaron Watry | 4 | -0/+41 |
2013-04-19 | libclc: implement initial version of min() | Aaron Watry | 6 | -0/+22 |
2013-04-19 | libclc: Rename [add|sub]_sat.ll to [add|sub]_sat_if.ll | Aaron Watry | 3 | -2/+2 |
2013-04-08 | Add a another TODO note. | Aaron Watry | 1 | -0/+3 |
2013-04-08 | Add a TODO note. | Aaron Watry | 1 | -0/+4 |
2013-04-08 | Simplify rotate implementation a bit.. | Aaron Watry | 2 | -21/+37 |
2013-04-08 | libclc: implement rotate builtin | Aaron Watry | 7 | -0/+55 |
2013-04-08 | libclc: Move max builtin to shared/ | Aaron Watry | 11 | -16/+10 |
2013-04-08 | libclc: Add clamp() builtin for integer/floating point | Aaron Watry | 6 | -0/+24 |
2013-04-08 | libclc: Fix abs_diff builtin integer function | Aaron Watry | 2 | -1/+2 |
2013-04-08 | libclc: Add max() builtin function | Aaron Watry | 10 | -0/+28 |
2013-02-11 | Implement ceil() builtinllvm-3.2 | Tom Stellard | 2 | -0/+7 |
2013-02-11 | Implement fmax() and fmin() builtins | Tom Stellard | 9 | -0/+76 |
2013-02-11 | Remove the static keyword from the _CLC_INLINE macro | Tom Stellard | 1 | -1/+1 |
2013-02-11 | Use brackets around include files in length.cl and normalize.cl | Tom Stellard | 2 | -2/+2 |
2013-02-11 | Fix typo in include/clc/geometric/length.inc | Tom Stellard | 1 | -1/+1 |
2012-10-08 | Implement any() builtin. Patch by Tom Stellard! | Peter Collingbourne | 4 | -0/+48 |
2012-10-08 | Add native_powr builtin. Patch by Tom Stellard! | Peter Collingbourne | 2 | -0/+2 |
2012-08-21 | Add rsqrt builtin. Based on patch by Cassie Epps! | Peter Collingbourne | 2 | -0/+2 |
2012-08-21 | Add floor builtin. Patch by Cassie Epps! | Peter Collingbourne | 2 | -0/+7 |
2012-08-05 | Do not use linkonce_odr linkage in .ll files. This prevented them | Peter Collingbourne | 4 | -32/+32 |
2012-08-05 | PTX: move implementations of work-item and synchronisation functions | Peter Collingbourne | 10 | -0/+19 |
2012-08-05 | Implement sub_sat builtin. Patch by Lei Mou! | Peter Collingbourne | 7 | -0/+197 |
2012-08-05 | Fix declarations of __clc_add_sat_*. Patch by Lei Mou! | Peter Collingbourne | 1 | -8/+8 |
2012-05-29 | Add pow builtin. | Peter Collingbourne | 3 | -0/+25 |
2012-05-29 | Enable cl_khr_fp64 when building the library, and fix several bugs | Peter Collingbourne | 4 | -1/+13 |
2012-05-29 | Add missing dot.h include. | Peter Collingbourne | 3 | -0/+24 |
2012-05-29 | Define FLOAT in floatn.inc. | Peter Collingbourne | 1 | -0/+10 |
2012-05-29 | Add fma, hypot builtins. | Peter Collingbourne | 8 | -0/+41 |
2012-05-29 | Implement mad builtin. | Peter Collingbourne | 7 | -0/+63 |
2012-05-29 | Implement exp, exp2, log, log2, native_exp, native_exp2, native_log, | Peter Collingbourne | 9 | -0/+32 |
2012-05-29 | Fix typo in double precision case. | Peter Collingbourne | 1 | -1/+1 |
2012-05-28 | Add fabs builtin. | Peter Collingbourne | 2 | -0/+7 |
2012-05-28 | Explicit conversions. | Peter Collingbourne | 4 | -0/+208 |
2012-01-08 | Initial commit. | Peter Collingbourne | 46 | -0/+1022 |