summaryrefslogtreecommitdiff
path: root/scons/llvm.py
Commit message (Expand)AuthorAgeFilesLines
* gallium: Require LLVM >= 3.9Adam Jackson2019-09-111-14/+2
* gallium: Require LLVM >= 3.8Adam Jackson2019-09-111-1/+1
* gallium: Require LLVM >= 3.7Adam Jackson2019-09-111-14/+2
* gallium: Require LLVM >= 3.6Adam Jackson2019-09-111-15/+2
* gallium: Require LLVM >= 3.5Adam Jackson2019-09-111-17/+4
* gallium: Require LLVM >= 3.4Adam Jackson2019-09-111-1/+1
* meson/scons/android: drop now-unused HAVE_LLVMEric Engestrom2019-09-061-5/+1
* meson/scons/android: add LLVM_AVAILABLE binary flagEric Engestrom2019-09-061-0/+1
* scons: Add coroutines component to build.Vinson Lee2019-09-041-0/+3
* scons: define MESA_LLVM_VERSION_STRING like the other build systems doEric Engestrom2019-08-221-0/+1
* build: Bump C++ standard requirement to C++14 to fix FTBFS with LLVM 10Kai Wasserbäch2019-08-201-1/+1
* scons: fix build with llvm 9.Roland Scheidegger2019-05-241-1/+4
* scons: For MinGW use -posix flag.Michel Zou2019-05-241-1/+1
* scons: drop unused HAVE_STDINT_H macroEric Engestrom2018-10-301-3/+0
* scons: Fix MinGW cross compilation with LLVM 5.0.Jose Fonseca2018-06-021-1/+8
* scons: use python3-compatible exceptionsEric Engestrom2017-09-251-2/+2
* scons: use python3-compatible print()Eric Engestrom2017-09-251-8/+8
* Scons: Add LLVM 5.0 supportAlexandru-Liviu Prodea2017-09-191-1/+20
* scons: update for LLVM 4.0Ben Boeckel2017-05-041-2/+20
* scons: always set __STDC_*_MACROS for C++ sourcesEmil Velikov2017-01-271-2/+0
* scons: Recognize LLVM_CONFIG environment variable.Vinson Lee2016-11-241-8/+9
* scons: add llvm 3.9 support.George Kyriazis2016-11-211-2/+19
* scons: support for LLVM 3.7.Olivier Pena2015-12-081-1/+13
* gallivm: Use the LLVM's C disassembly interface.Jose Fonseca2015-05-291-1/+3
* scons: Support LLVM 3.5 and 3.6 on windows.Olivier Pena2015-04-271-7/+26
* scons: Match some of LLVM warning options.Jose Fonseca2015-03-221-0/+5
* scons: Fix Windows builds with LLVM 3.5.Jose Fonseca2015-02-031-2/+14
* gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.José Fonseca2014-10-231-14/+2
* gallivm: Support MCJIT on Windows.José Fonseca2014-05-231-5/+3
* scons: Require LLVM 3.1José Fonseca2014-05-141-44/+13
* scons: Build with C++11 with LLVM >= 3.5.Vinson Lee2014-03-041-0/+1
* scons: Add system library linker flags on LLVM 3.5.Vinson Lee2013-12-231-0/+2
* scons: Simplified fix of llvm cxxflags for rttiAlexander von Gluck IV2013-10-171-0/+5
* Revert "scons: Fix build when rtti is disabled"José Fonseca2013-10-161-3/+0
* scons: Fix build when rtti is disabledAlexander von Gluck IV2013-10-151-0/+3
* build: remove forced -fno-rttiAlexander von Gluck IV2013-10-141-3/+0
* scons: Fix llvm-config not found error message.José Fonseca2013-03-051-1/+1
* scons: Fix Windows build with LLVM 3.2Keith Kriewall2013-02-281-1/+13
* scons: Add -fno-rtti to CXXFLAGS with llvm-3.2.Vinson Lee2012-10-281-0/+3
* Revert "scons: Add instrumentation component libraries to linking on llvm-3.2."Vinson Lee2012-07-241-3/+0
* scons: Add instrumentation component libraries to linking on llvm-3.2.Vinson Lee2012-07-211-0/+3
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-1/+6
* scons: Update windows llvm libraries for version 3.0.José Fonseca2012-02-231-1/+13
* Use only native engine & bitwriter LLVM libraries for linking.ojab2012-01-301-1/+1
* scons: add more LIBS for compiling with LLVM 2.9 on WindowsBrian Paul2011-08-261-0/+2
* scons: Add support for LLVM-2.9 on Windows.José Fonseca2011-08-181-1/+15
* scons: Filter-out NDEBUG define from llvm-config.José Fonseca2011-07-111-1/+9
* gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca2011-03-131-1/+1
* scons: We have C++ in several libraries, so always link with the C++ compilerJosé Fonseca2011-01-301-2/+0
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-5/+8