summaryrefslogtreecommitdiffstats
path: root/libclc/configure.py
Commit message (Expand)AuthorAgeFilesLines
* configure.py: Add gfx900 (Vega, Raven)Vedran Miletic2017-11-271-2/+2
* configure: Fix handling of directories with compats only source listsJan Vesely2017-10-051-3/+7
* Restore support for llvm-3.9Jan Vesely2017-09-291-4/+16
* Add missing HAVE_LLVM define to fix build with latest llvmJan Vesely2017-09-261-1/+2
* configure.py: Simplify compatibility sourcesJan Vesely2017-09-081-6/+4
* configure.py: Drop explicit import of int builtinJan Vesely2017-08-151-6/+0
* configure.py: Make python3 friendlyJan Vesely2017-08-021-5/+18
* Fix build since llvm r286566 and require at least llvm 4.0Tom Stellard2016-11-111-2/+2
* configure: Add amdgcn-mesa-mesa3d targetTom Stellard2016-09-161-1/+5
* configure.py: Add polaris10 and polaris11Niels Ole Salscheider2016-08-301-2/+2
* configure: Remove device specific definesJan Vesely2016-06-171-25/+11
* nvptx: Drop feature defines.Jan Vesely2016-06-171-6/+4
* 64 bit integers are legal in full profile without an extensionJan Vesely2016-06-171-1/+0
* [AMDGPU] Implement get_local_size for amdgcn--amdhsa tripleKonstantin Zhuravlyov2016-04-071-1/+4
* Split sources for amdgcn and r600Matt Arsenault2016-02-131-4/+4
* configure: Remove llvm 3.6 definesJan Vesely2016-02-091-3/+3
* configure: Remove cl_khr_fp64 for device that don't support doublesJan Vesely2016-02-091-5/+5
* configure: Introduce per device definesJan Vesely2016-02-091-11/+24
* AMDGPU: Add aliases for all VI targetsTom Stellard2015-12-151-1/+1
* AMDGPU: Add alias for tongaTom Stellard2015-12-151-1/+1
* Require LLVM >=3.7 and bump version to 0.2.0Jeroen Ketema2015-08-071-5/+6
* 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