Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
tools
/
llvm-readobj
/
llvm-readobj.h
6856bcc
[llvm-readelf] Make llvm-readelf more compatible with GNU readelf.
by Jordan Rupprecht
· 7 years ago
686dfe3
[Support] Make error banner optional in logAllUnhandledErrors
by Jonas Devlieghere
· 7 years ago
eefdbb4
[llvm-readobj] Add experimental support for SHT_RELR sections
by Jake Ehrlich
· 7 years ago
f393f97e
[llvm-readobj] Update readobj to re-use parsing code.
by Zachary Turner
· 8 years ago
3483f21
[CodeView] Decouple record deserialization from visitor dispatch.
by Zachary Turner
· 9 years ago
92cd0ec
[CodeView] Use llvm::Error instead of std::error_code.
by Zachary Turner
· 9 years ago
813e0cf
Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message.
by Kevin Enderby
· 9 years ago
9645a0d
Fix typo. NFC.
by Tim Northover
· 9 years ago
bf33cfe
Add a unwrapOrError utility and use it to simplify ELFDumper.cpp.
by Rafael Espindola
· 9 years ago
ed78335
This reverts commit r260488 and r260489.
by Rafael Espindola
· 10 years ago
f8cdb80
[readobj] Handle ELF files with no section table or with no program headers.
by Michael J. Spencer
· 10 years ago
54f4d3a
[llvm-readobj] Option to emit readelf like output
by Hemant Kulkarni
· 10 years ago
dc8e8f2
Revert "[llvm-readobj] Option to emit readelf like output"
by Hemant Kulkarni
· 10 years ago
fce97ae
[llvm-readobj] Option to emit readelf like output
by Hemant Kulkarni
· 10 years ago
fb30f09
[readobj] Expand CodeView dumping functionality
by Reid Kleckner
· 10 years ago
efb247f
Fix llvm-readobj build on Windows, match noreturn attribute on reportError in headers
by Reid Kleckner
· 10 years ago
fa1a4b2
llvm-readobj: Handle invalid references to the string table.
by Rafael Espindola
· 10 years ago
d60ced8
llvm-readobj: call exit(1) on error.
by Rafael Espindola
· 10 years ago
2371901
Modify llvm-readobj to dump symbol record bytes.
by Zachary Turner
· 10 years ago
00e08fc
Canonicalize header guards into a common format.
by Benjamin Kramer
· 11 years ago
42469f6
[llvm-readobj][ELF] New `-mips-plt-got` command line option to output
by Simon Atanasyan
· 11 years ago
a20bcb9
Remove all uses of 'using std::error_code' from headers.
by Rafael Espindola
· 11 years ago
5c792fa
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
7acd886
Use std::error_code instead of llvm::error_code.
by Rafael Espindola
· 11 years ago
459c949
tools: add support for decoding ARM attributes
by Saleem Abdulrasool
· 12 years ago
e493a99
Teach the llvm-readobj COFF dumper to dump debug line tables from object files
by Timur Iskhodzhanov
· 12 years ago
1c8dfa5
Add -expand-relocs to llvm-readobj
by Nico Rieck
· 12 years ago
76e70f3
Implements low-level object file format specific output for COFF and
by Eric Christopher
· 12 years ago
d326d05
[llvm-readobj] Add ELF .dynamic table dumping.
by Michael J. Spencer
· 12 years ago