summaryrefslogtreecommitdiffstats
path: root/libclc
Commit message (Expand)AuthorAgeFilesLines
* Update the copyright coredits -- Happy new year 2013!NAKAMURA Takumi2013-01-011-2/+2
* Fix build against recent versions of Clang. Based on patch by Alastair Donal...Peter Collingbourne2012-12-052-3/+4
* Implement any() builtin. Patch by Tom Stellard!Peter Collingbourne2012-10-084-0/+48
* Add native_powr builtin. Patch by Tom Stellard!Peter Collingbourne2012-10-082-0/+2
* Add barrier.cl to SOURCES, spotted by Jin Wang.Peter Collingbourne2012-09-051-0/+1
* Add rsqrt builtin. Based on patch by Cassie Epps!Peter Collingbourne2012-08-213-0/+8
* Add floor builtin. Patch by Cassie Epps!Peter Collingbourne2012-08-212-0/+7
* Do not use linkonce_odr linkage in .ll files. This prevented themPeter Collingbourne2012-08-056-48/+48
* PTX: move implementations of work-item and synchronisation functionsPeter Collingbourne2012-08-0518-21/+38
* Implement sub_sat builtin. Patch by Lei Mou!Peter Collingbourne2012-08-0510-0/+272
* Fix declarations of __clc_add_sat_*. Patch by Lei Mou!Peter Collingbourne2012-08-051-8/+8
* configure.py: Add an install rule.Peter Collingbourne2012-06-012-12/+31
* Add pow builtin.Peter Collingbourne2012-05-293-0/+25
* Enable cl_khr_fp64 when building the library, and fix several bugsPeter Collingbourne2012-05-296-2/+15
* Add missing dot.h include.Peter Collingbourne2012-05-293-0/+24
* Define FLOAT in floatn.inc.Peter Collingbourne2012-05-291-0/+10
* Add fma, hypot builtins.Peter Collingbourne2012-05-298-0/+41
* Implement mad builtin.Peter Collingbourne2012-05-297-0/+63
* Implement exp, exp2, log, log2, native_exp, native_exp2, native_log,Peter Collingbourne2012-05-299-0/+32
* Fix typo in double precision case.Peter Collingbourne2012-05-291-1/+1
* Add fabs builtin.Peter Collingbourne2012-05-283-0/+10
* Add some tests which had heretofore evaded 'git add'.Peter Collingbourne2012-05-282-0/+6
* Explicit conversions.Peter Collingbourne2012-05-285-0/+211
* Switch to the NVPTX backend.Peter Collingbourne2012-05-282-3/+3
* Switch to BSD/MIT dual license.Peter Collingbourne2012-02-222-2/+37
* Test web page update.Peter Collingbourne2012-02-201-2/+2
* Update repository paths.Peter Collingbourne2012-01-081-1/+3
* Initial commit.Peter Collingbourne2012-01-0868-0/+1680
OpenPOWER on IntegriCloud