summaryrefslogtreecommitdiffstats
path: root/scons/llvm.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* scons: New build= option, with support for checked builds.José Fonseca2010-09-291-1/+1
* scons: Make LLVM a black-white dependency.José Fonseca2010-04-111-7/+11
* Revert "scons: Refuse to use LLVM 2.7 for now."José Fonseca2010-03-101-10/+0
* scons: Refuse to use LLVM 2.7 for now.José Fonseca2010-03-061-0/+10
* scons: Fix version comparisons.José Fonseca2010-03-061-1/+2
* scons: Detect and support LLVM 2.7.José Fonseca2010-03-061-52/+80
* scons: LLVM <-> MSVC integration tweaks.José Fonseca2010-01-101-0/+10
* gallium: Provide alternative stdint.h and stdbool.h C99 headers, instead of a...José Fonseca2010-01-101-0/+1
* scons: Make it work with MinGW build of LLVM 2.6.José Fonseca2009-11-251-25/+27
* scons: Hack LLVM support on Windows.José Fonseca2009-10-221-2/+43
* llvmpipe: Make the code portable for MinGW.José Fonseca2009-09-161-1/+5
* scons: Don't set LLVM_VERSION if one of the llvm-config calls fails.Vinson Lee2009-09-071-8/+10
* scons: Used wrong exception class.José Fonseca2009-09-041-1/+1
* scons: Don't use scons internal functions.José Fonseca2009-09-041-13/+4
* scons: Tool for LLVM. Gracefully disable llvmpipe if LLVM not found.José Fonseca2009-09-011-0/+81