summaryrefslogtreecommitdiffstats
path: root/libclc
Commit message (Expand)AuthorAgeFilesLines
* prepare-builtins: Fix broken build due to recent LLVM API changeTom Stellard2014-07-071-0/+7
* OpenCL 1.1 does not define CL_VERSION_1_2 so use hardcoded number insteadJeroen Ketema2014-06-262-4/+4
* relational: Fix signbitAaron Watry2014-06-251-7/+7
* relational: Implement signbitAaron Watry2014-06-254-0/+107
* Add exp10Jeroen Ketema2014-06-256-0/+31
* Add half limitsJeroen Ketema2014-06-241-0/+15
* Introduce CLC_VERSION macros v2Jeroen Ketema2014-06-242-0/+11
* Add MAXFLOATJeroen Ketema2014-06-241-5/+6
* Move clcmacro.h to avoid cluttering user namespace v2Jeroen Ketema2014-06-2411-3/+9
* Protect functions taking double by #ifdef cl_khr_fp64Jeroen Ketema2014-06-231-2/+6
* Fix breakage after r211259Jeroen Ketema2014-06-211-9/+11
* Add pownJeroen Ketema2014-06-184-0/+35
* Add missing undefsJeroen Ketema2014-06-182-3/+7
* Fix definition of INFINITY and add NAN/HUGE_VAL[F]Aaron Watry2014-06-162-2/+6
* Add remaining float constantsJeroen Ketema2014-06-161-0/+8
* Revert "clctypes.h: Don't rely on stddef.h for size_t and ptrdiff_t"Aaron Watry2014-06-161-2/+1
* math: Implement mix builtinAaron Watry2014-06-166-0/+26
* relational: Add isequal(floatN) builtinAaron Watry2014-06-164-0/+50
* Add all(igentype) builtinAaron Watry2014-06-164-0/+47
* clctypes.h: Don't rely on stddef.h for size_t and ptrdiff_tAaron Watry2014-06-161-1/+2
* Add intptr typesJan Vesely2014-06-131-0/+12
* Add files forgotten in the previous commitJeroen Ketema2014-06-132-0/+18
* Implementations for exp(float) and exp(double) v2Jeroen Ketema2014-06-133-2/+12
* prepare-builtins: Use std:: prefix for error_codeTom Stellard2014-06-131-2/+11
* Remove unused include which breaks build after r210803Jeroen Ketema2014-06-121-1/+0
* Fix build broken by LLVM commit r209103Jeroen Ketema2014-06-031-0/+4
* Add more log related float constantsJeroen Ketema2014-05-291-0/+3
* Fix _F definitionsJeroen Ketema2014-05-291-2/+2
* Add definition for M_PIJeroen Ketema2014-05-291-0/+1
* Fix build broken by LLVM commit r207593Tom Stellard2014-04-301-0/+1
* Remove clc/gentype.incTom Stellard2014-04-301-51/+0
* Introduce M_LOG2E_F and M_LOG2ETom Stellard2014-03-281-1/+4
* Replace tabs by spacesTom Stellard2014-03-281-19/+19
* Add definition for M_PI_F v3Tom Stellard2014-03-241-0/+2
* Add sincosTom Stellard2014-03-216-0/+31
* Add cross for double3 and double4Tom Stellard2014-03-212-0/+19
* Fix build since r202052Tom Stellard2014-02-241-1/+3
* Add generic nvptx targetsTom Stellard2014-02-141-0/+2
* Revert "Enforce python2 for systems that use python3 as their default."Tom Stellard2014-02-121-1/+1
* Updated README.TXT with information about using DESTDIR and building with Ninja.Tom Stellard2014-01-291-3/+18
* Fixed rules names so they are unique when aliases are present.Tom Stellard2014-01-291-3/+5
* Fixed ninja build issues relating to use of $(DESTDIR)Tom Stellard2014-01-292-7/+15
* Enforce python2 for systems that use python3 as their default.Tom Stellard2014-01-291-1/+1
* Fix build broken by LLVM commit r199279Tom Stellard2014-01-201-1/+10
* Update the copyright credits -- Happy new year 2014!NAKAMURA Takumi2014-01-011-2/+2
* Pass -fno-builtin flag to clang to silence warningsAaron Watry2013-12-291-0/+1
* Fix build with LLVM 3.5Aaron Watry2013-12-291-0/+6
* Add floating-point macro definitions v2Tom Stellard2013-12-202-0/+27
* Implement trunc builtin.Tom Stellard2013-12-202-0/+10
* Fix a C&P error in r195021 (65a950abab3cb8435ccb2646ac4773986c995c81)Tom Stellard2013-11-281-2/+2
OpenPOWER on IntegriCloud