index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scons
/
llvm.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
scons: drop unused HAVE_STDINT_H macro
Eric Engestrom
2018-10-30
1
-3
/
+0
*
scons: Fix MinGW cross compilation with LLVM 5.0.
Jose Fonseca
2018-06-02
1
-1
/
+8
*
scons: use python3-compatible exceptions
Eric Engestrom
2017-09-25
1
-2
/
+2
*
scons: use python3-compatible print()
Eric Engestrom
2017-09-25
1
-8
/
+8
*
Scons: Add LLVM 5.0 support
Alexandru-Liviu Prodea
2017-09-19
1
-1
/
+20
*
scons: update for LLVM 4.0
Ben Boeckel
2017-05-04
1
-2
/
+20
*
scons: always set __STDC_*_MACROS for C++ sources
Emil Velikov
2017-01-27
1
-2
/
+0
*
scons: Recognize LLVM_CONFIG environment variable.
Vinson Lee
2016-11-24
1
-8
/
+9
*
scons: add llvm 3.9 support.
George Kyriazis
2016-11-21
1
-2
/
+19
*
scons: support for LLVM 3.7.
Olivier Pena
2015-12-08
1
-1
/
+13
*
gallivm: Use the LLVM's C disassembly interface.
Jose Fonseca
2015-05-29
1
-1
/
+3
*
scons: Support LLVM 3.5 and 3.6 on windows.
Olivier Pena
2015-04-27
1
-7
/
+26
*
scons: Match some of LLVM warning options.
Jose Fonseca
2015-03-22
1
-0
/
+5
*
scons: Fix Windows builds with LLVM 3.5.
Jose Fonseca
2015-02-03
1
-2
/
+14
*
gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.
José Fonseca
2014-10-23
1
-14
/
+2
*
gallivm: Support MCJIT on Windows.
José Fonseca
2014-05-23
1
-5
/
+3
*
scons: Require LLVM 3.1
José Fonseca
2014-05-14
1
-44
/
+13
*
scons: Build with C++11 with LLVM >= 3.5.
Vinson Lee
2014-03-04
1
-0
/
+1
*
scons: Add system library linker flags on LLVM 3.5.
Vinson Lee
2013-12-23
1
-0
/
+2
*
scons: Simplified fix of llvm cxxflags for rtti
Alexander von Gluck IV
2013-10-17
1
-0
/
+5
*
Revert "scons: Fix build when rtti is disabled"
José Fonseca
2013-10-16
1
-3
/
+0
*
scons: Fix build when rtti is disabled
Alexander von Gluck IV
2013-10-15
1
-0
/
+3
*
build: remove forced -fno-rtti
Alexander von Gluck IV
2013-10-14
1
-3
/
+0
*
scons: Fix llvm-config not found error message.
José Fonseca
2013-03-05
1
-1
/
+1
*
scons: Fix Windows build with LLVM 3.2
Keith Kriewall
2013-02-28
1
-1
/
+13
*
scons: Add -fno-rtti to CXXFLAGS with llvm-3.2.
Vinson Lee
2012-10-28
1
-0
/
+3
*
Revert "scons: Add instrumentation component libraries to linking on llvm-3.2."
Vinson Lee
2012-07-24
1
-3
/
+0
*
scons: Add instrumentation component libraries to linking on llvm-3.2.
Vinson Lee
2012-07-21
1
-0
/
+3
*
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-07-17
1
-1
/
+6
*
scons: Update windows llvm libraries for version 3.0.
José Fonseca
2012-02-23
1
-1
/
+13
*
Use only native engine & bitwriter LLVM libraries for linking.
ojab
2012-01-30
1
-1
/
+1
*
scons: add more LIBS for compiling with LLVM 2.9 on Windows
Brian Paul
2011-08-26
1
-0
/
+2
*
scons: Add support for LLVM-2.9 on Windows.
José Fonseca
2011-08-18
1
-1
/
+15
*
scons: Filter-out NDEBUG define from llvm-config.
José Fonseca
2011-07-11
1
-1
/
+9
*
gallivm: Use LLVM MC disassembler, instead of udis86.
José Fonseca
2011-03-13
1
-1
/
+1
*
scons: We have C++ in several libraries, so always link with the C++ compiler
José Fonseca
2011-01-30
1
-2
/
+0
*
scons: Revamp how to specify targets to build.
José Fonseca
2010-11-01
1
-5
/
+8
*
scons: New build= option, with support for checked builds.
José Fonseca
2010-09-29
1
-1
/
+1
*
scons: Make LLVM a black-white dependency.
José Fonseca
2010-04-11
1
-7
/
+11
*
Revert "scons: Refuse to use LLVM 2.7 for now."
José Fonseca
2010-03-10
1
-10
/
+0
*
scons: Refuse to use LLVM 2.7 for now.
José Fonseca
2010-03-06
1
-0
/
+10
*
scons: Fix version comparisons.
José Fonseca
2010-03-06
1
-1
/
+2
*
scons: Detect and support LLVM 2.7.
José Fonseca
2010-03-06
1
-52
/
+80
*
scons: LLVM <-> MSVC integration tweaks.
José Fonseca
2010-01-10
1
-0
/
+10
*
gallium: Provide alternative stdint.h and stdbool.h C99 headers, instead of a...
José Fonseca
2010-01-10
1
-0
/
+1
*
scons: Make it work with MinGW build of LLVM 2.6.
José Fonseca
2009-11-25
1
-25
/
+27
*
scons: Hack LLVM support on Windows.
José Fonseca
2009-10-22
1
-2
/
+43
*
llvmpipe: Make the code portable for MinGW.
José Fonseca
2009-09-16
1
-1
/
+5
*
scons: Don't set LLVM_VERSION if one of the llvm-config calls fails.
Vinson Lee
2009-09-07
1
-8
/
+10
*
scons: Used wrong exception class.
José Fonseca
2009-09-04
1
-1
/
+1
[next]