gallivm: Fix build since llvm r233411
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_debug.cpp
2015-03-27 Jan Veselygallivm: Fix build since llvm r233411
2015-03-23 Tom Stellardgallivm: Use MCInstrInfo in the disassembler for queryi...
2015-03-16 Roland Scheideggergallivm: abort properly when running out of buffer...
2014-11-12 José Fonsecagallivm: Fix build with LLVM 3.6 (r221751).
2014-11-03 José Fonsecagallivm: When disassemble a function, start by printing...
2014-10-23 José Fonsecagallivm,llvmpipe,clover: Bump required LLVM version...
2014-08-05 Jan Veselygallivm: Fix build with latest LLVM
2014-06-21 Aaron Watrygallivm: Fix build after LLVM commit 211259
2014-05-17 Roland Scheideggergallivm: (trivial) fix compilation with llvm 3.1, 3.2
2014-05-16 Roland Scheideggergallivm: print out how long it takes to optimize shader IR.
2014-05-14 Roland Scheideggergallivm: fix output stream flushing in error case for...
2014-05-14 José Fonsecagallivm,draw,llvmpipe: Remove support for versions...
2014-05-01 Roland Scheideggergallivm: fix 2 leaks in disassembly code
2014-04-16 Roland Scheideggergallivm: fix compilation with llvm 3.5 r206241+
2013-05-14 Vinson Leegallivm: Fix build with LLVM >= 3.4 r181680.
2013-04-23 Tom Stellardgallivm: Fix build with LLVM >= r180063
2013-04-17 José Fonsecagallivm: JIT symbol resolution with linux perf.
2012-08-07 Vinson Leegallivm: Add constructor for raw_debug_ostream.
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-05-15 José Fonsecagallivm: Add MCRegisterInfo.h to silence benign warning...
2012-04-03 Vinson Leegallivm: Pass in a MCInstrInfo to createMCInstPrinter...
2012-03-29 Vinson Leegallivm: Fix method overriding in raw_debug_ostream.
2012-03-27 ojabgallivm: Use InitializeNativeTargetDisassembler().
2012-03-06 Vinson Leegallivm: Pass in a MCRegisterInfo to MCInstPrinter...
2012-03-01 Vinson LeeRevert "gallivm: Change getExtent and readByte to non...
2012-02-17 José Fonsecagallivm: Initialize x86 disassembler on x86_64 too.
2012-02-13 Stéphane Marchesingallivm: Replace architecture test with PIPE_ARCH_*
2012-02-11 Vinson Leegallivm: Change getExtent and readByte to non-const...
2012-02-02 ojabgallivm: Fix LLVM-2.7 build.
2012-01-31 ojabInitialize only native LLVM Disassembler.
2011-12-17 Vinson Leegallivm: Fix build with llvm-3.1svn.
2011-11-14 José Fonsecagallivm: Include stddef.h before the LLVM C++ headers.
2011-11-06 Christian Incigallivm: change sys::getHostTriple to sys::getDefaultTa...
2011-09-21 Brian Paulgallivm: fix build with llvm 3.0svn
2011-09-15 Tobias Drostegallivm: fix build with LLVM 3.0svn
2011-09-05 Tobias Drostegallivm: fix build with LLVM 3.0svn
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-16 Vinson Leegallivm: Rename createAsmInfo to createMCAsmInfo with...
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-08 Gustaw Smolarczykgallivm: Fix build with llvm-3.0
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-30 Vinson Leegallivm: Pass in CPU name to createTargetMachine when...
2011-06-30 Vinson Leegallivm: Rename TargetInstrDesc to MCInstrDesc when...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-29 Vinson Leegallivm: Fix build with llvm-2.9.
2011-03-28 Tobias Drostegallivm: Fix build with llvm-2.9
2011-03-25 Vinson Leegallivm: Fix build with llvm-2.9.
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-13 José Fonsecagallivm: Fix build with llvm 2.6 on 32bit platforms
2011-03-13 José Fonsecagallivm: Use LLVM MC disassembler, instead of udis86.