summaryrefslogtreecommitdiff
path: root/scons/llvm.py
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-11scons: Filter-out NDEBUG define from llvm-config.José Fonseca1-1/+9
2011-03-13gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca1-1/+1
2011-01-30scons: We have C++ in several libraries, so always link with the C++ compilerJosé Fonseca1-2/+0
2010-11-01scons: Revamp how to specify targets to build.José Fonseca1-5/+8
2010-09-29scons: New build= option, with support for checked builds.José Fonseca1-1/+1
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca1-7/+11
2010-03-10Revert "scons: Refuse to use LLVM 2.7 for now."José Fonseca1-10/+0
2010-03-06scons: Refuse to use LLVM 2.7 for now.José Fonseca1-0/+10
2010-03-06scons: Fix version comparisons.José Fonseca1-1/+2
2010-03-06scons: Detect and support LLVM 2.7.José Fonseca1-52/+80
2010-01-10scons: LLVM <-> MSVC integration tweaks.José Fonseca1-0/+10
2010-01-10gallium: Provide alternative stdint.h and stdbool.h C99 headers, instead of a...José Fonseca1-0/+1
2009-11-25scons: Make it work with MinGW build of LLVM 2.6.José Fonseca1-25/+27
2009-10-22scons: Hack LLVM support on Windows.José Fonseca1-2/+43
2009-09-16llvmpipe: Make the code portable for MinGW.José Fonseca1-1/+5
2009-09-07scons: Don't set LLVM_VERSION if one of the llvm-config calls fails.Vinson Lee1-8/+10
2009-09-04scons: Used wrong exception class.José Fonseca1-1/+1
2009-09-04scons: Don't use scons internal functions.José Fonseca1-13/+4
2009-09-01scons: Tool for LLVM. Gracefully disable llvmpipe if LLVM not found.José Fonseca1-0/+81