Age | Commit message (Expand) | Author | Files | Lines |
2012-10-04 | Implement any() builtinbackup-Oct15 | Tom Stellard | 4 | -0/+48 |
2012-10-02 | configure: Allow targets to override generic cl implementations with LLVM IR | Tom Stellard | 1 | -2/+6 |
2012-10-02 | R600: Replace cl implementations with LLVM IR implementation | Tom Stellard | 13 | -36/+76 |
2012-10-02 | Add preliminary min/max builtin support | Tom Stellard | 2 | -0/+4 |
2012-09-13 | Add native_powr builtin | Tom Stellard | 2 | -0/+2 |
2012-09-13 | Add rounding mode suffixes to conversion declarations | Tom Stellard | 2 | -2/+10 |
2012-09-10 | Revert "Move R600 headers into generic directory" | Tom Stellard | 14 | -22/+18 |
2012-09-10 | Remove NVPTX from default targets, so libclc will work with LLVM 3.1 | Tom Stellard | 1 | -1/+1 |
2012-09-10 | Move R600 headers into generic directory | Tom Stellard | 14 | -18/+22 |
2012-09-10 | r600: Add get_global_size() implementation | Tom Stellard | 3 | -3/+12 |
2012-09-10 | r600: Fix get_global_id implementation | Tom Stellard | 1 | -3/+3 |
2012-09-10 | r600: Initial support | Tom Stellard | 10 | -1/+30 |
2012-09-05 | Add barrier.cl to SOURCES, spotted by Jin Wang. | Peter Collingbourne | 1 | -0/+1 |
2012-08-21 | Add rsqrt builtin. Based on patch by Cassie Epps! | Peter Collingbourne | 3 | -0/+8 |
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 | 6 | -48/+48 |
2012-08-05 | PTX: move implementations of work-item and synchronisation functions | Peter Collingbourne | 18 | -21/+38 |
2012-08-05 | Implement sub_sat builtin. Patch by Lei Mou! | Peter Collingbourne | 10 | -0/+272 |
2012-08-05 | Fix declarations of __clc_add_sat_*. Patch by Lei Mou! | Peter Collingbourne | 1 | -8/+8 |
2012-06-01 | configure.py: Add an install rule. | Peter Collingbourne | 2 | -12/+31 |
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 | 6 | -2/+15 |
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 | 3 | -0/+10 |
2012-05-28 | Add some tests which had heretofore evaded 'git add'. | Peter Collingbourne | 2 | -0/+6 |
2012-05-28 | Explicit conversions. | Peter Collingbourne | 5 | -0/+211 |
2012-05-28 | Switch to the NVPTX backend. | Peter Collingbourne | 2 | -3/+3 |
2012-02-22 | Switch to BSD/MIT dual license. | Peter Collingbourne | 2 | -2/+37 |
2012-02-20 | Test web page update. | Peter Collingbourne | 1 | -2/+2 |
2012-01-08 | Update repository paths. | Peter Collingbourne | 1 | -1/+3 |
2012-01-08 | Initial commit. | Peter Collingbourne | 68 | -0/+1680 |
2012-01-08 | Create libclc subdirectories. | Peter Collingbourne | 0 | -0/+0 |