| Commit message (Expand) | Author | Age | Files | Lines |
* | Add barrier.cl to SOURCES, spotted by Jin Wang. | Peter Collingbourne | 2012-09-05 | 1 | -0/+1 |
* | Add rsqrt builtin. Based on patch by Cassie Epps! | Peter Collingbourne | 2012-08-21 | 3 | -0/+8 |
* | Add floor builtin. Patch by Cassie Epps! | Peter Collingbourne | 2012-08-21 | 2 | -0/+7 |
* | Do not use linkonce_odr linkage in .ll files. This prevented them | Peter Collingbourne | 2012-08-05 | 6 | -48/+48 |
* | PTX: move implementations of work-item and synchronisation functions | Peter Collingbourne | 2012-08-05 | 18 | -21/+38 |
* | Implement sub_sat builtin. Patch by Lei Mou! | Peter Collingbourne | 2012-08-05 | 10 | -0/+272 |
* | Fix declarations of __clc_add_sat_*. Patch by Lei Mou! | Peter Collingbourne | 2012-08-05 | 1 | -8/+8 |
* | configure.py: Add an install rule. | Peter Collingbourne | 2012-06-01 | 2 | -12/+31 |
* | Add pow builtin. | Peter Collingbourne | 2012-05-29 | 3 | -0/+25 |
* | Enable cl_khr_fp64 when building the library, and fix several bugs | Peter Collingbourne | 2012-05-29 | 6 | -2/+15 |
* | Add missing dot.h include. | Peter Collingbourne | 2012-05-29 | 3 | -0/+24 |
* | Define FLOAT in floatn.inc. | Peter Collingbourne | 2012-05-29 | 1 | -0/+10 |
* | Add fma, hypot builtins. | Peter Collingbourne | 2012-05-29 | 8 | -0/+41 |
* | Implement mad builtin. | Peter Collingbourne | 2012-05-29 | 7 | -0/+63 |
* | Implement exp, exp2, log, log2, native_exp, native_exp2, native_log, | Peter Collingbourne | 2012-05-29 | 9 | -0/+32 |
* | Fix typo in double precision case. | Peter Collingbourne | 2012-05-29 | 1 | -1/+1 |
* | Add fabs builtin. | Peter Collingbourne | 2012-05-28 | 3 | -0/+10 |
* | Add some tests which had heretofore evaded 'git add'. | Peter Collingbourne | 2012-05-28 | 2 | -0/+6 |
* | Explicit conversions. | Peter Collingbourne | 2012-05-28 | 5 | -0/+211 |
* | Switch to the NVPTX backend. | Peter Collingbourne | 2012-05-28 | 2 | -3/+3 |
* | Switch to BSD/MIT dual license. | Peter Collingbourne | 2012-02-22 | 2 | -2/+37 |
* | Test web page update. | Peter Collingbourne | 2012-02-20 | 1 | -2/+2 |
* | Update repository paths. | Peter Collingbourne | 2012-01-08 | 1 | -1/+3 |
* | Initial commit. | Peter Collingbourne | 2012-01-08 | 68 | -0/+1680 |