gallivm,draw,llvmpipe: Support wider native registers.
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_debug.cpp
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.