summaryrefslogtreecommitdiffstats
path: root/libclc
Commit message (Expand)AuthorAgeFilesLines
* 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
* R600: Add aliases for Sea Islands GPUsTom Stellard2013-11-181-1/+1
* Implement round builtinTom Stellard2013-11-182-0/+10
* Implement builtins for cl_khr_global_int32_base_atomics extensionTom Stellard2013-11-1810-1/+55
* s/_CLC_DECL/_CLC_DEF/Tom Stellard2013-10-312-14/+14
* R600: Set the noduplicate attribute on barrier() intrinsicsTom Stellard2013-10-313-19/+30
* Clean-up dependency filesTom Stellard2013-10-231-0/+5
* Make C++ compiler configurableTom Stellard2013-10-231-3/+8
* Port pocl's gen_convert.py script to libclcTom Stellard2013-10-104-151/+402
* Implement sign() builtinTom Stellard2013-10-104-0/+36
* Implement nextafter() builtinTom Stellard2013-10-1011-0/+95
* Implement isnan() builtinTom Stellard2013-10-105-0/+46
* Add missing as_{float,double} functionsTom Stellard2013-10-101-0/+15
* Parenthesize arguments for mad_hiAaron Watry2013-09-091-1/+1
* Implement mad_hi built-inAaron Watry2013-09-062-0/+2
* Add atomic_sub and atomic_dec builtin functionsAaron Watry2013-09-065-0/+19
* Place pkg-config file in $prefix/share/pkgconfig.Tom Stellard2013-09-051-1/+1
* Remove unneeded semi-colonsAaron Watry2013-09-051-6/+6
* Add atomic_inc and atomic_add builtinsAaron Watry2013-09-058-0/+51
* Add mul_hi implementation [v2]Aaron Watry2013-08-195-0/+114
* Add rhadd builtinAaron Watry2013-08-156-0/+15
* Add hadd builtinAaron Watry2013-08-156-0/+15
* Add intN vloadN() implementations for address spaces 3 and 4Aaron Watry2013-08-121-0/+60
* Enable assembly vload3 int/uint constant/global for R600Aaron Watry2013-08-121-16/+2
* Add vload* for addrspace(2) and use as constant load for R600Aaron Watry2013-08-123-4/+42
* Add some missing convert_* functionsTom Stellard2013-08-102-41/+39
* Implement generic rint()Tom Stellard2013-08-102-0/+7
* configure: Fix build when clang is installed to a non-standard prefixTom Stellard2013-08-101-2/+3
* Add missing integer min/max definitionsAaron Watry2013-07-262-0/+18
* Added get_num_groupsAaron Watry2013-07-242-0/+19
* Implement generic upsample()Aaron Watry2013-07-194-0/+61
* Fix build with LLVM 3.4Aaron Watry2013-07-181-0/+5
* Fix and re-enable R600 vload/vstore assemblyAaron Watry2013-07-165-56/+233
* libclc: vload/vstore disable assembly and fix offset calculationAaron Watry2013-07-165-245/+20
* Add integer-gentype.inc: Missing file from r185839Tom Stellard2013-07-151-0/+39
* Implement mad24() and mul24() builtinsTom Stellard2013-07-0810-0/+34
* Add __CLC_ prefix to all macro definitions in headersTom Stellard2013-07-0875-712/+712
OpenPOWER on IntegriCloud