Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libclc
AgeCommit message (Expand)Author
2014-06-26relational: Fix signbitAaron Watry
2014-06-25relational: Implement signbitAaron Watry
2014-06-25Add exp10Jeroen Ketema
2014-06-24Add half limitsJeroen Ketema
2014-06-24Introduce CLC_VERSION macros v2Jeroen Ketema
2014-06-24Add MAXFLOATJeroen Ketema
2014-06-24Move clcmacro.h to avoid cluttering user namespace v2Jeroen Ketema
2014-06-23Protect functions taking double by #ifdef cl_khr_fp64Jeroen Ketema
2014-06-21Fix breakage after r211259Jeroen Ketema
2014-06-18Add pownJeroen Ketema
2014-06-18Add missing undefsJeroen Ketema
2014-06-17Fix definition of INFINITY and add NAN/HUGE_VAL[F]Aaron Watry
2014-06-17Add remaining float constantsJeroen Ketema
2014-06-17Revert "clctypes.h: Don't rely on stddef.h for size_t and ptrdiff_t"Aaron Watry
2014-06-16math: Implement mix builtinAaron Watry
2014-06-16relational: Add isequal(floatN) builtinAaron Watry
2014-06-16Add all(igentype) builtinAaron Watry
2014-06-16clctypes.h: Don't rely on stddef.h for size_t and ptrdiff_tAaron Watry
2014-06-13Add intptr typesJan Vesely
2014-06-13Add files forgotten in the previous commitJeroen Ketema
2014-06-13Implementations for exp(float) and exp(double) v2Jeroen Ketema
2014-06-13prepare-builtins: Use std:: prefix for error_codeTom Stellard
2014-06-13Remove unused include which breaks build after r210803Jeroen Ketema
2014-06-03Fix build broken by LLVM commit r209103Jeroen Ketema
2014-05-30Add more log related float constantsJeroen Ketema
2014-05-30Fix _F definitionsJeroen Ketema
2014-05-30Add definition for M_PIJeroen Ketema
2014-04-30Fix build broken by LLVM commit r207593Tom Stellard
2014-04-30Remove clc/gentype.incTom Stellard
2014-03-29Introduce M_LOG2E_F and M_LOG2ETom Stellard
2014-03-29Replace tabs by spacesTom Stellard
2014-03-25Add definition for M_PI_F v3Tom Stellard
2014-03-21Add sincosTom Stellard
2014-03-21Add cross for double3 and double4Tom Stellard
2014-02-25Fix build since r202052Tom Stellard
2014-02-15Add generic nvptx targetsTom Stellard
2014-02-12Revert "Enforce python2 for systems that use python3 as their default."Tom Stellard
2014-01-30Updated README.TXT with information about using DESTDIR and building with Ninja.Tom Stellard
2014-01-30Fixed rules names so they are unique when aliases are present.Tom Stellard
2014-01-30Fixed ninja build issues relating to use of $(DESTDIR)Tom Stellard
2014-01-30Enforce python2 for systems that use python3 as their default.Tom Stellard
2014-01-21Fix build broken by LLVM commit r199279Tom Stellard
2014-01-01Update the copyright credits -- Happy new year 2014!NAKAMURA Takumi
2013-12-29Pass -fno-builtin flag to clang to silence warningsAaron Watry
2013-12-29Fix build with LLVM 3.5Aaron Watry
2013-12-20Add floating-point macro definitions v2Tom Stellard
2013-12-20Implement trunc builtin.Tom Stellard
2013-11-28Fix a C&P error in r195021 (65a950abab3cb8435ccb2646ac4773986c995c81)Tom Stellard
2013-11-18R600: Add aliases for Sea Islands GPUsTom Stellard
2013-11-18Implement round builtinTom Stellard