aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Fix build after LLVM commit 211259Aaron Watry2014-06-201-1/+3
* gallivm: (trivial) fix compilation with llvm 3.1, 3.2Roland Scheidegger2014-05-171-0/+4
* gallivm: print out how long it takes to optimize shader IR.Roland Scheidegger2014-05-161-0/+9
* gallivm: fix output stream flushing in error case for disassembly.Roland Scheidegger2014-05-141-0/+5
* gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.José Fonseca2014-05-141-72/+3
* gallivm: fix 2 leaks in disassembly codeRoland Scheidegger2014-05-011-4/+5
* gallivm: fix compilation with llvm 3.5 r206241+Roland Scheidegger2014-04-161-11/+20
* gallivm: Fix build with LLVM >= 3.4 r181680.Vinson Lee2013-05-141-1/+3
* gallivm: Fix build with LLVM >= r180063Tom Stellard2013-04-231-0/+4
* gallivm: JIT symbol resolution with linux perf.José Fonseca2013-04-171-27/+90
* gallivm: Add constructor for raw_debug_ostream.Vinson Lee2012-08-061-0/+4
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-21/+1
* gallivm: Add MCRegisterInfo.h to silence benign warnings about missing implem...José Fonseca2012-05-151-0/+3
* gallivm: Pass in a MCInstrInfo to createMCInstPrinter on llvm-3.1.Vinson Lee2012-04-031-1/+7
* gallivm: Fix method overriding in raw_debug_ostream.Vinson Lee2012-03-281-3/+3
* gallivm: Use InitializeNativeTargetDisassembler().ojab2012-03-271-1/+3
* gallivm: Pass in a MCRegisterInfo to MCInstPrinter on llvm-3.1.Vinson Lee2012-03-061-1/+12
* Revert "gallivm: Change getExtent and readByte to non-const with llvm-3.1."Vinson Lee2012-03-011-8/+0
* gallivm: Initialize x86 disassembler on x86_64 too.José Fonseca2012-02-171-2/+2
* gallivm: Replace architecture test with PIPE_ARCH_*Stéphane Marchesin2012-02-121-4/+6
* gallivm: Change getExtent and readByte to non-const with llvm-3.1.Vinson Lee2012-02-101-0/+8
* gallivm: Fix LLVM-2.7 build.ojab2012-02-021-4/+6
* Initialize only native LLVM Disassembler.ojab2012-01-311-1/+5
* gallivm: Fix build with llvm-3.1svn.Vinson Lee2011-12-161-1/+13
* gallivm: Include stddef.h before the LLVM C++ headers.José Fonseca2011-11-141-0/+2
* gallivm: change sys::getHostTriple to sys::getDefaultTargetTriple for LLVM >=...Christian Inci2011-11-061-0/+4
* gallivm: fix build with llvm 3.0svnBrian Paul2011-09-211-2/+8
* gallivm: fix build with LLVM 3.0svnTobias Droste2011-09-151-1/+10
* gallivm: fix build with LLVM 3.0svnTobias Droste2011-09-051-4/+10
* gallivm: Rename createAsmInfo to createMCAsmInfo with llvm-3.0.Vinson Lee2011-07-161-0/+4
* gallivm: Fix build with llvm-3.0Gustaw Smolarczyk2011-07-081-9/+7
* gallivm: Pass in CPU name to createTargetMachine when on llvm-3.0.Vinson Lee2011-06-301-0/+4
* gallivm: Rename TargetInstrDesc to MCInstrDesc when using llvm-3.0.Vinson Lee2011-06-301-0/+4
* gallivm: Fix build with llvm-2.9.Vinson Lee2011-03-281-2/+2
* gallivm: Fix build with llvm-2.9Tobias Droste2011-03-281-3/+9
* gallivm: Fix build with llvm-2.9.Vinson Lee2011-03-251-0/+5
* gallivm: Fix build with llvm 2.6 on 32bit platformsJosé Fonseca2011-03-131-2/+4
* gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca2011-03-131-0/+355