1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test
Markus Böck ababa31040 [llvm-objdump] Demangle C++ Symbols in branch and call targets
Currently C++ symbols are demangled in the symbol table as well as in
the disassembly and relocations. This patch adds demangling of C++
symbols in targets of calls and branches making it easier to decipher
control flow in disassembly. This also matches up with GNUobjdump's
behavior

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D77957
2020-04-18 08:30:50 -07:00
..
Analysis
Assembler
Bindings
Bitcode
BugPoint
CodeGen fix to outline cfi instruction when can be grouped in a tail call 2020-04-17 22:26:34 -07:00
DebugInfo [WebAssembly] fixed target index strings in DebugInfo test 2020-04-16 17:11:14 -07:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck [FileCheck] Fix --dump-input annotation sort per input line 2020-04-16 15:39:35 -04:00
Instrumentation
Integer
JitListener
Linker
LTO
MachineVerifier
MC [MC][X86] Disable branch align in non-text section 2020-04-18 14:41:25 +08:00
Object
ObjectYAML
Other
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86
tools [llvm-objdump] Demangle C++ Symbols in branch and call targets 2020-04-18 08:30:50 -07:00
Transforms [SCCP] Add additional tests for structs, conditional prop and widening. 2020-04-18 14:07:56 +01:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py llvm-addr2line: assume addresses on the command line are hexadecimal rather than attempting to guess the base based on the form of the number. 2020-04-16 16:16:21 -07:00
lit.site.cfg.py.in
TestRunner.sh