summaryrefslogtreecommitdiffstats
path: root/libclc/configure.py
Commit message (Expand)AuthorAgeFilesLines
* Allow compilation depending to the LLVM versionTom Stellard2015-04-291-1/+15
* configure: Add --enable-runtime-subnormal optionTom Stellard2015-04-201-0/+16
* Use amdgcn triple for SI+ GPUsTom Stellard2015-01-061-4/+7
* Require LLVM 3.6 and bump version to 0.1.0Tom Stellard2014-12-311-5/+7
* configure: Add rpath to prepare-builtins utilJan Vesely2014-09-021-1/+2
* R600: Add aliases for hainan and mullinsTom Stellard2014-08-201-1/+1
* 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
* 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-291-3/+3
* Enforce python2 for systems that use python3 as their default.Tom Stellard2014-01-291-1/+1
* 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
* R600: Add aliases for Sea Islands GPUsTom Stellard2013-11-181-1/+1
* Make C++ compiler configurableTom Stellard2013-10-231-3/+8
* Port pocl's gen_convert.py script to libclcTom Stellard2013-10-101-0/+3
* Implement nextafter() builtinTom Stellard2013-10-101-0/+1
* Place pkg-config file in $prefix/share/pkgconfig.Tom Stellard2013-09-051-1/+1
* configure: Fix build when clang is installed to a non-standard prefixTom Stellard2013-08-101-2/+3
* configure: Enable building separate libraries for target variantsTom Stellard2013-06-261-44/+73
* configure: fix out-of-source buildTom Stellard2013-06-261-2/+3
* Allow targets to override generic implementationsTom Stellard2013-06-261-0/+8
* Make libclc more Linux FHS conform.Tom Stellard2013-06-261-14/+51
* r600: Initial supportTom Stellard2013-06-261-1/+1
* Fix build against recent versions of Clang. Based on patch by Alastair Donal...Peter Collingbourne2012-12-051-2/+3
* configure.py: Add an install rule.Peter Collingbourne2012-06-011-11/+26
* Enable cl_khr_fp64 when building the library, and fix several bugsPeter Collingbourne2012-05-291-0/+1
* Switch to the NVPTX backend.Peter Collingbourne2012-05-281-2/+2
* Initial commit.Peter Collingbourne2012-01-081-0/+133
OpenPOWER on IntegriCloud