About
Social
Code
index
:
mesa
frygon
main
Mesa graphics project
Lucas Fryzek
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
gallivm
/
lp_bld_debug.cpp
Age
Commit message (
Expand
)
Author
2025-11-06
llvmpipe: Remove unnecessary includes
HEAD
main
spencer-lunarg
2025-11-06
llvmpipe: Remove trailing whitespace
spencer-lunarg
2025-11-06
mesa: replace most occurrences of getenv() with os_get_option()
Antonio Ospite
2025-07-03
util: add/use new os_mkdir() function
Brian Paul
2025-07-03
gallivm: always use mkdir() instead of std::filesytem::create_directory()
Brian Paul
2025-06-03
llvmpipe: Use mkdir instead of std::filesystem::create_directory on Android
Mauro Rossi
2025-03-04
llvmpipe: Annotate functions with debug information
Konstantin Seurer
2024-09-05
llvmpipe: FlameGraph profiling support
Aleksi Sapon
2024-09-05
llvmpipe: improvements to JIT assembly dump
Aleksi Sapon
2023-06-27
treewide: Replace the usage of TRUE/FALSE with true/false
Yonggang Luo
2023-06-27
treewide: replace usage of boolean to bool
Yonggang Luo
2023-03-12
fix: gallivm: fix LLVM #include of Host.h, moved to TargetParser
Kai Wasserbäch
2022-11-15
tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|AR...
Yonggang Luo
2019-09-11
gallium: Require LLVM >= 3.4
Adam Jackson
2019-09-06
gallivm: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOR
Eric Engestrom
2019-07-19
util: use standard name for snprintf()
Eric Engestrom
2018-03-29
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2016-04-19
gallivm: Avoid llvm::sys::getProcessTriple().
Jose Fonseca
2016-04-19
gallivm: Remove lp_get_module_id.
Jose Fonseca
2016-04-19
gallivm: Use LLVMPrintValueToString where available.
Jose Fonseca
2016-04-01
gallivm: Prevent disassembly debug output from being truncated.
Jose Fonseca
2016-02-19
gallivm: Check whether to stop disassemble only for x86
Oded Gabbay
2016-02-19
gallivm: use sstream for dissasembling
Oded Gabbay
2015-07-23
gallivm: Fix profile build.
Jose Fonseca
2015-07-23
gallivm: Add ifdefs so raw_debug_stream is only defined when used
Tom Stellard
2015-07-23
gallivm: Don't use raw_debug_ostream for dissasembling
Tom Stellard
2015-06-12
gallivm: Only build lp_profile() body when PROFILE is defined
Tom Stellard
2015-06-01
gallivm: Remove stub disassemblerSymbolLookupCB.
Jose Fonseca
2015-05-29
gallivm: Use the LLVM's C disassembly interface.
Jose Fonseca
2015-05-27
gallivm: Do not use NoFramePointerElim with LLVM 3.7.
Vinson Lee
2015-04-20
gallivm: Fix build against LLVM 3.7 SVN r235265
Nick Sarnie
2015-04-10
gallivm: Fix build since llvm-3.7.0svn r234495
Nick Sarnie
2015-04-09
gallivm: Fix build since llvm-3.7.0svn r234460.
Vinson Lee
2015-03-31
gallivm: Fix build against LLVM 3.7 SVN r233648
Michel Dänzer
2015-03-27
gallivm: Fix build since llvm r233411
Jan Vesely
2015-03-23
gallivm: Use MCInstrInfo in the disassembler for querying instruction info
Tom Stellard
2015-03-17
gallivm: abort properly when running out of buffer space in lp_disassembly
Roland Scheidegger
2014-11-12
gallivm: Fix build with LLVM 3.6 (r221751).
José Fonseca
2014-11-03
gallivm: When disassemble a function, start by printing out its name.
José Fonseca
2014-10-23
gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.
José Fonseca
2014-08-05
gallivm: Fix build with latest LLVM
Jan Vesely
2014-06-20
gallivm: Fix build after LLVM commit 211259
Aaron Watry
2014-05-17
gallivm: (trivial) fix compilation with llvm 3.1, 3.2
Roland Scheidegger
2014-05-16
gallivm: print out how long it takes to optimize shader IR.
Roland Scheidegger
2014-05-14
gallivm: fix output stream flushing in error case for disassembly.
Roland Scheidegger
2014-05-14
gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.
José Fonseca
2014-05-01
gallivm: fix 2 leaks in disassembly code
Roland Scheidegger
2014-04-16
gallivm: fix compilation with llvm 3.5 r206241+
Roland Scheidegger
2013-05-14
gallivm: Fix build with LLVM >= 3.4 r181680.
Vinson Lee
2013-04-23
gallivm: Fix build with LLVM >= r180063
Tom Stellard
[next]