Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
tools
/
llvm-objdump
/
llvm-objdump.cpp
daf8332
[llvm-obdump] - Fix the help lines for -stop-address and -z.
by George Rimar
· 7 years ago
45d116d
[llvm-objdump] - Cleanup the code. NFCI.
by George Rimar
· 7 years ago
04fde6b
[llvm-objdump] - Change the output for --all-headers.
by George Rimar
· 7 years ago
03e297e
[llvm-objdump] - Do not include reserved undefined symbol in -t output.
by George Rimar
· 7 years ago
5482030
[llvm-objdump] - Implement -z/--disassemble-zeroes.
by George Rimar
· 7 years ago
56b18a6
[llvm-objdump] - Print symbol addressed when dumping disassembly output (-d)
by George Rimar
· 7 years ago
f6ea129
[binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0
by Jordan Rupprecht
· 7 years ago
96c60ea
[llvm-objdump] - Fix one more BB.
by George Rimar
· 7 years ago
927407d
[llvm-objdump] - Fix BB.
by George Rimar
· 7 years ago
92b052b
[llvm-objdump] - Demangle the symbols when printing symbol table and relocations.
by George Rimar
· 7 years ago
4376a27
[llvm-objdump] Print a blank row at the end of sections
by Xing GUO
· 7 years ago
8e8485e
[llvm-objdump] Use WithColor for error reporting
by Jonas Devlieghere
· 7 years ago
11c0888
[llvm-objdump] Add symbol 'O' for object data
by Kristina Brooks
· 7 years ago
686dfe3
[Support] Make error banner optional in logAllUnhandledErrors
by Jonas Devlieghere
· 7 years ago
a3cc6ce
[llvm-objdump] Mark syms/t flags as NotHidden. NFC.
by Kristina Brooks
· 7 years ago
bb1b895
[llvm-objdump] Add --reloc alias for -r (PR39407)
by Kristina Brooks
· 7 years ago
6ee0163
[llvm-objdump] support '--syms' as an alias of -t
by Kristina Brooks
· 7 years ago
d32696a
[llvm-objdump] Don't crash when using `-a` on non-archives
by James Henderson
· 7 years ago
198a3ab
[llvm-objdump] Add '--full-contents' as alias for '-s'
by James Henderson
· 7 years ago
95eb915
[llvm-objdump] Fix --file-headers (-f) option
by Petar Jovanovic
· 7 years ago
3b35e17
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
by Fangrui Song
· 7 years ago
e47abe7
[llvm-objdump] Label calls to the PLT.
by Joel Galenson
· 7 years ago
c04ae04
[llvm-objdump] Add ability to demangle COFF symbols.
by Zachary Turner
· 7 years ago
85ffa19
[ADT] Normalize empty triple components
by Petr Hosek
· 7 years ago
58b1de4
objdump: Better handling of Mach-O universal binaries
by Dave Lee
· 7 years ago
6069e66
[ADT] Replace std::isprint by llvm::isPrint.
by Michael Kruse
· 7 years ago
05d358b
[llvm-objdump] Add dynamic section printing to private-headers option
by Paul Semel
· 7 years ago
baea3f0
[llvm-objdump] Add -demangle (-C) option
by Paul Semel
· 7 years ago
9c475e3
[llvm-objdump] - An attempt to fix BB after r337361.
by George Rimar
· 7 years ago
10c3b3d
[llvm-objdump] - Stop reporting bogus section IDs.
by George Rimar
· 7 years ago
31b21da
Revert "[llvm-objdump] Add -demangle (-C) option"
by Paul Semel
· 7 years ago
3a44ccd
[llvm-objdump] Add -demangle (-C) option
by Paul Semel
· 7 years ago
fd46678
[llvm-objdump] Add --archive-headers (-a) option
by Paul Semel
· 7 years ago
d069a21
[llvm-objdump] Add --file-headers (-f) option
by Paul Semel
· 7 years ago
3605e12
Handle absolute symbols as branch targets in disassembly.
by Sterling Augustine
· 7 years ago
84e5dbf
[llvm-objdump] Add -x --all-headers options
by Fangrui Song
· 7 years ago
3fc70658
[llvm-objdump] Add -R option
by Paul Semel
· 7 years ago
86986e7
Implemented sane default for llvm-objdump's relocation Value format
by Daniel Cederman
· 7 years ago
86cf232
Hexagon: Put relocations after instructions not packets.
by Sid Manning
· 7 years ago
0b24b74
Remove @brief commands from doxygen comments, too.
by Adrian Prantl
· 7 years ago
cc3b83d
[WebAssembly] objdump: Don't assume all relocations have symbols
by Sam Clegg
· 7 years ago
588fa1c
[WebAssembly] Implement getRelocationValueString()
by Sam Clegg
· 7 years ago
7effcbd
[llvm-objdump] Print "..." instead of random data for virtual sections
by Francis Visoiu Mistrih
· 7 years ago
0b9d56a
Define InitLLVM to do common initialization all at once.
by Rui Ueyama
· 7 years ago
4ead3eb
[tools] Change std::sort to llvm::sort in response to r327219
by Mandeep Singh Grang
· 7 years ago
476b258
[AMDGPU] Improve disassembler error handling
by Tim Corringham
· 7 years ago
67fe795
[llvm-objdump] Support disassembling by symbol name
by Rafael Auler
· 7 years ago
5e4b515
[DebugInfo] Support DWARF v5 source code embedding extension
by Scott Linder
· 7 years ago
25b29aa
Fix typo
by Alex Denisov
· 8 years ago
ca5092a
Avoid int to string conversion in Twine or raw_ostream contexts.
by Benjamin Kramer
· 8 years ago
d1fe0c4
Fix more inconsistent line endings. NFC.
by Dimitry Andric
· 8 years ago
ce8f24e
Fix a crash in llvm-objdump when printing a bad x86_64 relocation in a Mach-O
by Kevin Enderby
· 8 years ago
bdc30c02
Add llvm::for_each as a range-based extensions to <algorithm> and make use of it in some cases where it is a more clear alternative to std::for_each.
by Aaron Ballman
· 8 years ago
b261c46
Allow public Triple deduction from ObjectFiles.
by Vlad Tsyrklevich
· 8 years ago
6ad4356
[dwarfdump] Make .eh_frame an alias for .debug_frame
by Jonas Devlieghere
· 8 years ago
9022eea
Remove unneccessary string copies from method invocations.
by Vlad Tsyrklevich
· 8 years ago
8e66c2e
llvm-dwarfdump: Replace -debug-dump=sect option with individual options.
by Adrian Prantl
· 8 years ago
97d9ed0
[llvm-objdump] Use PRIx64 for output of ARM64_RELOC_ADDEND
by Simon Dardis
· 8 years ago
2600a67
Don't pass the code model to MC
by Rafael Espindola
· 8 years ago
ee809ac
Use delegation instead of inheritance.
by Rafael Espindola
· 8 years ago
5dbda1e
[llvm-objdump] Properly print MachO aarch64 addend relocations
by Martin Storsjo
· 8 years ago
8ca723a
[llvm-objdump] Correctly distinguish between the MachO upper/lower16 relocations
by Martin Storsjo
· 8 years ago
08da5c5
[WebAssembly] Add support for printing relocations with llvm-objdump
by Sam Clegg
· 8 years ago
ad988ad
[DWARF] Introduce Dump Options
by Adrian Prantl
· 8 years ago
10cfd77
[llvm-objdump] Don't attempt to print lines beyond the end of file
by Petr Hosek
· 8 years ago
1ae32f1
Add the rest of the error checking for Mach-O dyld compact bind entry errors
by Kevin Enderby
· 8 years ago
6b149f3
llvm-objdump: handle line numbers and source options for amdgpu objects
by Konstantin Zhuravlyov
· 8 years ago
5bbd189
llvm-objdump: make NoLeadingAddr work on more than just MachO
by Saleem Abdulrasool
· 9 years ago
3bfb1e8
Use dynamic symbols for ELF disassembly
by Sam Parker
· 9 years ago
aa96763
[ARM] Create objdump subtarget from build attrs
by Sam Parker
· 9 years ago
d6d6b83
Revert r291903 and r291898. Reason: they break check-lld on the bots.
by Ivan Krasin
· 9 years ago
6968dd2
[ARM] Enable objdump to construct triple for ARM
by Sam Parker
· 9 years ago
6d5780f
[bpf] change llvm-objdump to print dec instead of hex
by Alexei Starovoitov
· 9 years ago
7a578c9
[WebAssembly] Add llvm-objdump support for wasm file format
by Derek Schuff
· 9 years ago
fbd189d
General clean up of error handling in llvm-objdump to remove its use of report_fatal_error().
by Kevin Enderby
· 9 years ago
63830bc
[ELF] Convert ELF.h to Expected<T>.
by Davide Italiano
· 9 years ago
df0b8bc
Make the Error class constructor protected
by Mehdi Amini
· 9 years ago
49b5e6b
[RISCV] Add RISC-V ELF defines
by Alex Bradbury
· 9 years ago
403d906
llvm-objdump: Make some error messages more consistent
by Justin Bogner
· 9 years ago
3ffe113
Turn cl::values() (for enum) from a vararg function to using C++ variadic template
by Mehdi Amini
· 9 years ago
665e976
[AMDGPU] Disassembler: print label names in branch instructions
by Sam Kolton
· 9 years ago
e62cb24
[AVR] Allow llvm-objdump to handle AVR ELF files
by Dylan McKay
· 9 years ago
ecba024
Revert "[AMDGPU] Disassembler: print label names in branch instructions"
by Sam Kolton
· 9 years ago
6c6dbe6
[AMDGPU] Disassembler: print label names in branch instructions
by Sam Kolton
· 9 years ago
4b868ad
[llvm-objump] Simplify the code. NFCI.
by Davide Italiano
· 9 years ago
11981cd
llvm-objdump: Add --start-address and --stop-address options
by Hemant Kulkarni
· 9 years ago
c76060f
llvm-objdump: ELF: Handle code and data mix in all scenarios
by Hemant Kulkarni
· 9 years ago
f20ce37
llvm-objdump: Add Hexagon printer changes for -S/-l options
by Hemant Kulkarni
· 9 years ago
8a83602
llvm-objdump: add coff import library symbol listing support
by Saleem Abdulrasool
· 9 years ago
ae33160
[AMDGPU] llvm-objdump: Skip amd_kernel_code_t only at the begining of kernel symbol.
by Sam Kolton
· 9 years ago
502957c
llvm-objdump: Implement source[line numbers] interleaving
by Hemant Kulkarni
· 9 years ago
2d62ce6
Use the range variant of find/find_if instead of unpacking begin/end
by David Majnemer
· 9 years ago
2a71517
The next step along the way to getting good error messages for bad archives.
by Kevin Enderby
· 9 years ago
36b9c09
BPF: Use official ELF e_machine value
by Alexei Starovoitov
· 9 years ago
aacf2fb
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
by Lang Hames
· 9 years ago
5daf897
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
by Lang Hames
· 9 years ago
9b42aca
[Object] Change Archive::child_iterator for better interop with Error/Expected.
by Lang Hames
· 9 years ago
c827f2c
Finish cleaning up most of the error handling in libObject’s MachOUniversalBinary
by Kevin Enderby
· 9 years ago
317de7c
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow
by Kevin Enderby
· 9 years ago
0b8fc77
[llvm-objdump] Support detection of feature bits from the object and implement this for Mips.
by Daniel Sanders
· 9 years ago
Next »