summaryrefslogtreecommitdiff
path: root/configure.py
AgeCommit message (Expand)AuthorFilesLines
2016-06-27Add initial tgsi support to libclcHans de Goede1-1/+2
2016-06-17configure: Remove device specific definesJan Vesely1-25/+11
2016-06-17nvptx: Drop feature defines.Jan Vesely1-6/+4
2016-06-1764 bit integers are legal in full profile without an extensionJan Vesely1-1/+0
2016-04-07[AMDGPU] Implement get_local_size for amdgcn--amdhsa tripleKonstantin Zhuravlyov1-1/+4
2016-02-13Split sources for amdgcn and r600Matt Arsenault1-4/+4
2016-02-09configure: Remove llvm 3.6 definesJan Vesely1-3/+3
2016-02-09configure: Remove cl_khr_fp64 for device that don't support doublesJan Vesely1-5/+5
2016-02-09configure: Introduce per device definesJan Vesely1-11/+24
2015-12-15AMDGPU: Add aliases for all VI targetsTom Stellard1-1/+1
2015-12-15AMDGPU: Add alias for tongaTom Stellard1-1/+1
2015-08-07Require LLVM >=3.7 and bump version to 0.2.0Jeroen Ketema1-5/+6
2015-04-29Allow compilation depending to the LLVM versionTom Stellard1-1/+15
2015-04-20configure: Add --enable-runtime-subnormal optionTom Stellard1-0/+16
2015-01-06Use amdgcn triple for SI+ GPUsTom Stellard1-4/+7
2014-12-31Require LLVM 3.6 and bump version to 0.1.0Tom Stellard1-5/+7
2014-09-02configure: Add rpath to prepare-builtins utilJan Vesely1-1/+2
2014-08-20R600: Add aliases for hainan and mullinsTom Stellard1-1/+1
2014-02-14Add generic nvptx targetsTom Stellard1-0/+2
2014-02-12Revert "Enforce python2 for systems that use python3 as their default."Tom Stellard1-1/+1
2014-01-29Fixed rules names so they are unique when aliases are present.Tom Stellard1-3/+5
2014-01-29Fixed ninja build issues relating to use of $(DESTDIR)Tom Stellard1-3/+3
2014-01-29Enforce python2 for systems that use python3 as their default.Tom Stellard1-1/+1
2013-12-29Pass -fno-builtin flag to clang to silence warningsAaron Watry1-0/+1
2013-12-29Fix build with LLVM 3.5Aaron Watry1-0/+6
2013-11-18R600: Add aliases for Sea Islands GPUsTom Stellard1-1/+1
2013-10-23Make C++ compiler configurableTom Stellard1-3/+8
2013-10-10Port pocl's gen_convert.py script to libclcTom Stellard1-0/+3
2013-10-10Implement nextafter() builtinTom Stellard1-0/+1
2013-09-05Place pkg-config file in $prefix/share/pkgconfig.Tom Stellard1-1/+1
2013-08-10configure: Fix build when clang is installed to a non-standard prefixTom Stellard1-2/+3
2013-06-26configure: Enable building separate libraries for target variantsTom Stellard1-44/+73
2013-06-26configure: fix out-of-source buildTom Stellard1-2/+3
2013-06-26Allow targets to override generic implementationsTom Stellard1-0/+8
2013-06-26Make libclc more Linux FHS conform.Tom Stellard1-14/+51
2013-06-26r600: Initial supportTom Stellard1-1/+1
2012-12-05Fix build against recent versions of Clang. Based on patch by Alastair Donal...Peter Collingbourne1-2/+3
2012-06-01configure.py: Add an install rule.Peter Collingbourne1-11/+26
2012-05-29Enable cl_khr_fp64 when building the library, and fix several bugsPeter Collingbourne1-0/+1
2012-05-28Switch to the NVPTX backend.Peter Collingbourne1-2/+2
2012-01-08Initial commit.Peter Collingbourne1-0/+133