summaryrefslogtreecommitdiff
path: root/scons/llvm.py
AgeCommit message (Expand)AuthorFilesLines
2019-10-04scons/windows: Fix build with LLVM>=8Prodea Alexandru-Liviu1-5/+6
2019-09-30scons/windows: Enable compute shaders when possible.pal10001-1/+26
2019-09-29scons: Fix MSYS2 Mingw-w64 build.pal10001-0/+7
2019-09-29scons/windows: Support build with LLVM 9.pal10001-6/+30
2019-09-11gallium: Require LLVM >= 3.9Adam Jackson1-14/+2
2019-09-11gallium: Require LLVM >= 3.8Adam Jackson1-1/+1
2019-09-11gallium: Require LLVM >= 3.7Adam Jackson1-14/+2
2019-09-11gallium: Require LLVM >= 3.6Adam Jackson1-15/+2
2019-09-11gallium: Require LLVM >= 3.5Adam Jackson1-17/+4
2019-09-11gallium: Require LLVM >= 3.4Adam Jackson1-1/+1
2019-09-06meson/scons/android: drop now-unused HAVE_LLVMEric Engestrom1-5/+1
2019-09-06meson/scons/android: add LLVM_AVAILABLE binary flagEric Engestrom1-0/+1
2019-09-04scons: Add coroutines component to build.Vinson Lee1-0/+3
2019-08-22scons: define MESA_LLVM_VERSION_STRING like the other build systems doEric Engestrom1-0/+1
2019-08-20build: Bump C++ standard requirement to C++14 to fix FTBFS with LLVM 10Kai Wasserbäch1-1/+1
2019-05-24scons: fix build with llvm 9.Roland Scheidegger1-1/+4
2019-05-24scons: For MinGW use -posix flag.Michel Zou1-1/+1
2018-10-30scons: drop unused HAVE_STDINT_H macroEric Engestrom1-3/+0
2018-06-02scons: Fix MinGW cross compilation with LLVM 5.0.Jose Fonseca1-1/+8
2017-09-25scons: use python3-compatible exceptionsEric Engestrom1-2/+2
2017-09-25scons: use python3-compatible print()Eric Engestrom1-8/+8
2017-09-19Scons: Add LLVM 5.0 supportAlexandru-Liviu Prodea1-1/+20
2017-05-04scons: update for LLVM 4.0Ben Boeckel1-2/+20
2017-01-27scons: always set __STDC_*_MACROS for C++ sourcesEmil Velikov1-2/+0
2016-11-24scons: Recognize LLVM_CONFIG environment variable.Vinson Lee1-8/+9
2016-11-21scons: add llvm 3.9 support.George Kyriazis1-2/+19
2015-12-08scons: support for LLVM 3.7.Olivier Pena1-1/+13
2015-05-29gallivm: Use the LLVM's C disassembly interface.Jose Fonseca1-1/+3
2015-04-27scons: Support LLVM 3.5 and 3.6 on windows.Olivier Pena1-7/+26
2015-03-22scons: Match some of LLVM warning options.Jose Fonseca1-0/+5
2015-02-03scons: Fix Windows builds with LLVM 3.5.Jose Fonseca1-2/+14
2014-10-23gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.José Fonseca1-14/+2
2014-05-23gallivm: Support MCJIT on Windows.José Fonseca1-5/+3
2014-05-14scons: Require LLVM 3.1José Fonseca1-44/+13
2014-03-04scons: Build with C++11 with LLVM >= 3.5.Vinson Lee1-0/+1
2013-12-23scons: Add system library linker flags on LLVM 3.5.Vinson Lee1-0/+2
2013-10-17scons: Simplified fix of llvm cxxflags for rttiAlexander von Gluck IV1-0/+5
2013-10-16Revert "scons: Fix build when rtti is disabled"José Fonseca1-3/+0
2013-10-15scons: Fix build when rtti is disabledAlexander von Gluck IV1-0/+3
2013-10-14build: remove forced -fno-rttiAlexander von Gluck IV1-3/+0
2013-03-05scons: Fix llvm-config not found error message.José Fonseca1-1/+1
2013-02-28scons: Fix Windows build with LLVM 3.2Keith Kriewall1-1/+13
2012-10-28scons: Add -fno-rtti to CXXFLAGS with llvm-3.2.Vinson Lee1-0/+3
2012-07-24Revert "scons: Add instrumentation component libraries to linking on llvm-3.2."Vinson Lee1-3/+0
2012-07-21scons: Add instrumentation component libraries to linking on llvm-3.2.Vinson Lee1-0/+3
2012-07-17gallivm,draw,llvmpipe: Support wider native registers.José Fonseca1-1/+6
2012-02-23scons: Update windows llvm libraries for version 3.0.José Fonseca1-1/+13
2012-01-30Use only native engine & bitwriter LLVM libraries for linking.ojab1-1/+1
2011-08-26scons: add more LIBS for compiling with LLVM 2.9 on WindowsBrian Paul1-0/+2
2011-08-18scons: Add support for LLVM-2.9 on Windows.José Fonseca1-1/+15