index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
gallivm
/
lp_bld_debug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-1
/
+1
*
gallivm: Avoid llvm::sys::getProcessTriple().
Jose Fonseca
2016-04-19
1
-3
/
+3
*
gallivm: Remove lp_get_module_id.
Jose Fonseca
2016-04-19
1
-7
/
+0
*
gallivm: Use LLVMPrintValueToString where available.
Jose Fonseca
2016-04-19
1
-35
/
+10
*
gallivm: Prevent disassembly debug output from being truncated.
Jose Fonseca
2016-04-01
1
-9
/
+9
*
gallivm: Check whether to stop disassemble only for x86
Oded Gabbay
2016-02-19
1
-0
/
+2
*
gallivm: use sstream for dissasembling
Oded Gabbay
2016-02-19
1
-21
/
+30
*
gallivm: Fix profile build.
Jose Fonseca
2015-07-23
1
-1
/
+1
*
gallivm: Add ifdefs so raw_debug_stream is only defined when used
Tom Stellard
2015-07-23
1
-0
/
+2
*
gallivm: Don't use raw_debug_ostream for dissasembling
Tom Stellard
2015-07-23
1
-14
/
+13
*
gallivm: Only build lp_profile() body when PROFILE is defined
Tom Stellard
2015-06-12
1
-1
/
+1
*
gallivm: Remove stub disassemblerSymbolLookupCB.
Jose Fonseca
2015-06-01
1
-13
/
+1
*
gallivm: Use the LLVM's C disassembly interface.
Jose Fonseca
2015-05-29
1
-223
/
+37
*
gallivm: Do not use NoFramePointerElim with LLVM 3.7.
Vinson Lee
2015-05-27
1
-0
/
+2
*
gallivm: Fix build against LLVM 3.7 SVN r235265
Nick Sarnie
2015-04-20
1
-1
/
+1
*
gallivm: Fix build since llvm-3.7.0svn r234495
Nick Sarnie
2015-04-10
1
-4
/
+0
*
gallivm: Fix build since llvm-3.7.0svn r234460.
Vinson Lee
2015-04-09
1
-0
/
+4
*
gallivm: Fix build against LLVM 3.7 SVN r233648
Michel Dänzer
2015-03-31
1
-0
/
+5
*
gallivm: Fix build since llvm r233411
Jan Vesely
2015-03-27
1
-0
/
+4
*
gallivm: Use MCInstrInfo in the disassembler for querying instruction info
Tom Stellard
2015-03-23
1
-7
/
+1
*
gallivm: abort properly when running out of buffer space in lp_disassembly
Roland Scheidegger
2015-03-17
1
-4
/
+8
*
gallivm: Fix build with LLVM 3.6 (r221751).
José Fonseca
2014-11-12
1
-1
/
+10
*
gallivm: When disassemble a function, start by printing out its name.
José Fonseca
2014-11-03
1
-0
/
+1
*
gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.
José Fonseca
2014-10-23
1
-5
/
+1
*
gallivm: Fix build with latest LLVM
Jan Vesely
2014-08-05
1
-0
/
+8
*
gallivm: Fix build after LLVM commit 211259
Aaron Watry
2014-06-20
1
-1
/
+3
*
gallivm: (trivial) fix compilation with llvm 3.1, 3.2
Roland Scheidegger
2014-05-17
1
-0
/
+4
*
gallivm: print out how long it takes to optimize shader IR.
Roland Scheidegger
2014-05-16
1
-0
/
+9
*
gallivm: fix output stream flushing in error case for disassembly.
Roland Scheidegger
2014-05-14
1
-0
/
+5
*
gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.
José Fonseca
2014-05-14
1
-72
/
+3
*
gallivm: fix 2 leaks in disassembly code
Roland Scheidegger
2014-05-01
1
-4
/
+5
*
gallivm: fix compilation with llvm 3.5 r206241+
Roland Scheidegger
2014-04-16
1
-11
/
+20
*
gallivm: Fix build with LLVM >= 3.4 r181680.
Vinson Lee
2013-05-14
1
-1
/
+3
*
gallivm: Fix build with LLVM >= r180063
Tom Stellard
2013-04-23
1
-0
/
+4
*
gallivm: JIT symbol resolution with linux perf.
José Fonseca
2013-04-17
1
-27
/
+90
*
gallivm: Add constructor for raw_debug_ostream.
Vinson Lee
2012-08-06
1
-0
/
+4
*
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-07-17
1
-21
/
+1
*
gallivm: Add MCRegisterInfo.h to silence benign warnings about missing implem...
José Fonseca
2012-05-15
1
-0
/
+3
*
gallivm: Pass in a MCInstrInfo to createMCInstPrinter on llvm-3.1.
Vinson Lee
2012-04-03
1
-1
/
+7
*
gallivm: Fix method overriding in raw_debug_ostream.
Vinson Lee
2012-03-28
1
-3
/
+3
*
gallivm: Use InitializeNativeTargetDisassembler().
ojab
2012-03-27
1
-1
/
+3
*
gallivm: Pass in a MCRegisterInfo to MCInstPrinter on llvm-3.1.
Vinson Lee
2012-03-06
1
-1
/
+12
*
Revert "gallivm: Change getExtent and readByte to non-const with llvm-3.1."
Vinson Lee
2012-03-01
1
-8
/
+0
*
gallivm: Initialize x86 disassembler on x86_64 too.
José Fonseca
2012-02-17
1
-2
/
+2
*
gallivm: Replace architecture test with PIPE_ARCH_*
Stéphane Marchesin
2012-02-12
1
-4
/
+6
*
gallivm: Change getExtent and readByte to non-const with llvm-3.1.
Vinson Lee
2012-02-10
1
-0
/
+8
*
gallivm: Fix LLVM-2.7 build.
ojab
2012-02-02
1
-4
/
+6
*
Initialize only native LLVM Disassembler.
ojab
2012-01-31
1
-1
/
+5
*
gallivm: Fix build with llvm-3.1svn.
Vinson Lee
2011-12-16
1
-1
/
+13
*
gallivm: Include stddef.h before the LLVM C++ headers.
José Fonseca
2011-11-14
1
-0
/
+2
[next]