About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
AgeCommit message (Expand)Author
2025-11-06llvmpipe: Remove unnecessary includesHEADmainspencer-lunarg
2025-11-06llvmpipe: Remove trailing whitespacespencer-lunarg
2025-11-06mesa: replace most occurrences of getenv() with os_get_option()Antonio Ospite
2025-07-03util: add/use new os_mkdir() functionBrian Paul
2025-07-03gallivm: always use mkdir() instead of std::filesytem::create_directory()Brian Paul
2025-06-03llvmpipe: Use mkdir instead of std::filesystem::create_directory on AndroidMauro Rossi
2025-03-04llvmpipe: Annotate functions with debug informationKonstantin Seurer
2024-09-05llvmpipe: FlameGraph profiling supportAleksi Sapon
2024-09-05llvmpipe: improvements to JIT assembly dumpAleksi Sapon
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo
2023-06-27treewide: replace usage of boolean to boolYonggang Luo
2023-03-12fix: gallivm: fix LLVM #include of Host.h, moved to TargetParserKai Wasserbäch
2022-11-15tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|AR...Yonggang Luo
2019-09-11gallium: Require LLVM >= 3.4Adam Jackson
2019-09-06gallivm: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOREric Engestrom
2019-07-19util: use standard name for snprintf()Eric Engestrom
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick
2016-04-19gallivm: Avoid llvm::sys::getProcessTriple().Jose Fonseca
2016-04-19gallivm: Remove lp_get_module_id.Jose Fonseca
2016-04-19gallivm: Use LLVMPrintValueToString where available.Jose Fonseca
2016-04-01gallivm: Prevent disassembly debug output from being truncated.Jose Fonseca
2016-02-19gallivm: Check whether to stop disassemble only for x86Oded Gabbay
2016-02-19gallivm: use sstream for dissasemblingOded Gabbay
2015-07-23gallivm: Fix profile build.Jose Fonseca
2015-07-23gallivm: Add ifdefs so raw_debug_stream is only defined when usedTom Stellard
2015-07-23gallivm: Don't use raw_debug_ostream for dissasemblingTom Stellard
2015-06-12gallivm: Only build lp_profile() body when PROFILE is definedTom Stellard
2015-06-01gallivm: Remove stub disassemblerSymbolLookupCB.Jose Fonseca
2015-05-29gallivm: Use the LLVM's C disassembly interface.Jose Fonseca
2015-05-27gallivm: Do not use NoFramePointerElim with LLVM 3.7.Vinson Lee
2015-04-20gallivm: Fix build against LLVM 3.7 SVN r235265Nick Sarnie
2015-04-10gallivm: Fix build since llvm-3.7.0svn r234495Nick Sarnie
2015-04-09gallivm: Fix build since llvm-3.7.0svn r234460.Vinson Lee
2015-03-31gallivm: Fix build against LLVM 3.7 SVN r233648Michel Dänzer
2015-03-27gallivm: Fix build since llvm r233411Jan Vesely
2015-03-23gallivm: Use MCInstrInfo in the disassembler for querying instruction infoTom Stellard
2015-03-17gallivm: abort properly when running out of buffer space in lp_disassemblyRoland Scheidegger
2014-11-12gallivm: Fix build with LLVM 3.6 (r221751).José Fonseca
2014-11-03gallivm: When disassemble a function, start by printing out its name.José Fonseca
2014-10-23gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.José Fonseca
2014-08-05gallivm: Fix build with latest LLVMJan Vesely
2014-06-20gallivm: Fix build after LLVM commit 211259Aaron Watry
2014-05-17gallivm: (trivial) fix compilation with llvm 3.1, 3.2Roland Scheidegger
2014-05-16gallivm: print out how long it takes to optimize shader IR.Roland Scheidegger
2014-05-14gallivm: fix output stream flushing in error case for disassembly.Roland Scheidegger
2014-05-14gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.José Fonseca
2014-05-01gallivm: fix 2 leaks in disassembly codeRoland Scheidegger
2014-04-16gallivm: fix compilation with llvm 3.5 r206241+Roland Scheidegger
2013-05-14gallivm: Fix build with LLVM >= 3.4 r181680.Vinson Lee
2013-04-23gallivm: Fix build with LLVM >= r180063Tom Stellard