Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
tools
/
llvm-readobj
/
llvm-readobj.cpp
e55d66c
[llvm-readelf] Allow single-letter flags to be merged.
by Jordan Rupprecht
· 7 years ago
f6ea129
[binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0
by Jordan Rupprecht
· 7 years ago
cd44df2
[llvm-readelf] Add -e/--headers support to readobj/elf
by Sid Manning
· 7 years ago
6856bcc
[llvm-readelf] Make llvm-readelf more compatible with GNU readelf.
by Jordan Rupprecht
· 7 years ago
37b4d01
[llvm-readobj] Make some commonly used short options visibile in -help
by Fangrui Song
· 7 years ago
38b60af
MC: Teach the COFF object writer to write address-significance tables.
by Peter Collingbourne
· 7 years ago
cac968e
[llvm-readobj] Generic hex-dump option
by Paul Semel
· 7 years ago
9f006d3
[llvm-readobj] Generic -string-dump option
by Paul Semel
· 7 years ago
a29ff2e
MC: Implement support for new .addrsig and .addrsig_sym directives.
by Peter Collingbourne
· 7 years ago
94b0940
[llvm-readobj] Add -hex-dump (-x) option
by Paul Semel
· 7 years ago
eefdbb4
[llvm-readobj] Add experimental support for SHT_RELR sections
by Jake Ehrlich
· 7 years ago
064db43
[llvm-readobj] Add -string-dump (-p) option
by Paul Semel
· 7 years ago
56500c7
[MC] Add assembler support for .cg_profile.
by Michael J. Spencer
· 7 years ago
0b24b74
Remove @brief commands from doxygen comments, too.
by Adrian Prantl
· 7 years ago
0b9d56a
Define InitLLVM to do common initialization all at once.
by Rui Ueyama
· 7 years ago
e7676fe
CodeGen: support an extension to pass linker options on ELF
by Saleem Abdulrasool
· 8 years ago
5248326
[llvm-readobj] Consistent use of ScopedPrinter
by Sam Clegg
· 8 years ago
d770752
Remove redundant includes from tools.
by Michael Zolotukhin
· 8 years ago
47856b2
Split TypeTableBuilder into two classes.
by Zachary Turner
· 8 years ago
69d3274
[llvm-readobj] Fix mismatched line endings
by Zachary Turner
· 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
7032e50
llvm-readobj: Print AMDGPU note contents
by Konstantin Zhuravlyov
· 8 years ago
96bd923
[llvm-readobj] Teach readobj to dump .res files (WindowsResource).
by Marek Sokolowski
· 8 years ago
f144b00
[llvm-readobj] Install llvm-readelf alias
by Petr Hosek
· 8 years ago
35375a3
[llvm-readobj] Accept (and ignore) --wide (-W) command-line switch
by Petr Hosek
· 8 years ago
efdf7c0
[llvm-readobj] Accept -S as an alias for --sections
by Petr Hosek
· 8 years ago
367f21d
[llvm-readobj] Dump the COFF image load config
by Reid Kleckner
· 8 years ago
2436e45
[llvm-readobj] Improve errors on invalid binary
by Sam Clegg
· 8 years ago
224acd2
[llvm-readobj] Dump COFF Resources section.
by Zachary Turner
· 8 years ago
d603192
[PDB] Split item and type records when merging type streams
by Reid Kleckner
· 8 years ago
1c4f185
[AMDGPU] Restructure code object metadata creation
by Konstantin Zhuravlyov
· 8 years ago
c20099f
[WebAssembly] Add wasm support for llvm-readobj
by Derek Schuff
· 9 years ago
5142beb
llvm-readobj: remove leading dash in '-a' option (ARMAttributesShort)
by Mehdi Amini
· 9 years ago
d2fea82
AMDGPU: Emit runtime metadata version 2 as YAML
by Yaxun Liu
· 9 years ago
df0b8bc
Make the Error class constructor protected
by Mehdi Amini
· 9 years ago
7306956
[CodeView] Hook up CodeViewRecordIO to type serialization path.
by Zachary Turner
· 9 years ago
3ffe113
Turn cl::values() (for enum) from a vararg function to using C++ variadic template
by Mehdi Amini
· 9 years ago
be73fbc
[pdb] Write PDB TPI Stream from Yaml.
by Zachary Turner
· 9 years ago
b899d19
llvm-readobj: add support for printing GNU Notes
by Saleem Abdulrasool
· 9 years ago
cec5045
llvm-readobj: handle import libraries with -coff-exports
by Saleem Abdulrasool
· 9 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
ddff628
llvm-readobj: add some more aliases
by Saleem Abdulrasool
· 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
0eeb3d4
Search for llvm-symbolizer binary in the same directory as argv[0], before
by Richard Smith
· 9 years ago
fb1a911
[COFF] Expose the PE debug data directory and dump it
by Reid Kleckner
· 9 years ago
e9ddf3a
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
by Kevin Enderby
· 9 years ago
77be094
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
by Kevin Enderby
· 9 years ago
fed38e2
[codeview] Add type stream merging prototype
by Reid Kleckner
· 9 years ago
125d646
[llvm-readobj] Print MIPS .MIPS.options section content
by Simon Atanasyan
· 9 years ago
2448e9f
Move llvm-readobj/StreamWriter to Support.
by Zachary Turner
· 9 years ago
14dddbf
[llvm-readobj] Add ELF hash histogram printing
by Hemant Kulkarni
· 9 years ago
c6bf9be
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
by Kevin Enderby
· 9 years ago
9645a0d
Fix typo. NFC.
by Tim Northover
· 9 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
8822b47
[llvm-readobj] Add -elf-section-groups option
by Hemant Kulkarni
· 10 years ago
b98f7ad
[llvm-readobj] Use stderr and not stdout for error messages.
by Davide Italiano
· 10 years ago
c81f000
Reland "[llvm-readobj] Simplify usage of -codeview flag"
by Reid Kleckner
· 10 years ago
3a06c2d
Revert "[llvm-readobj] Simplify usage of -codeview flag"
by Reid Kleckner
· 10 years ago
377b54c
[llvm-readobj] Simplify usage of -codeview flag
by Reid Kleckner
· 10 years ago
3aa1034
[llvm-readobj] report_error() does not return, so we can simplify.
by Davide Italiano
· 10 years ago
f671210
[llvm-readobj] reportError() never returns. Mark with the correct attribute.
by Davide Italiano
· 10 years ago
268709a
Reapply r250906 with many suggested updates from Rafael Espindola.
by Kevin Enderby
· 10 years ago
da78537
Backing out commit r250906 as it broke lld.
by Kevin Enderby
· 10 years ago
e36c14f
This removes the eating of the error in Archive::Child::getSize() when the characters
by Kevin Enderby
· 10 years ago
c813f4c
[llvm-readobj] Teach ELFDumper about symbol versioning.
by Davide Italiano
· 10 years ago
4598154
[llvm-readobj/ELF] Print GNU Hash section
by Igor Kudrin
· 10 years ago
919b448
[llvm-readobj] Fix another "time of check to time of use bug".
by Davide Italiano
· 10 years ago
793616c
[llvm-readobj] MachO -- dump LinkerOptions load command.
by Davide Italiano
· 10 years ago
7ab2009
[llvm-readobj] Dump MachO indirect symbols.
by Davide Italiano
· 10 years ago
885eb98
[llvm-readobj] MachO: Dump segment command.
by Davide Italiano
· 10 years ago
19c43a6
[llvm-readobj] Dump MachO Dysymtab command.
by Davide Italiano
· 10 years ago
6997c3a
[llvm-readobj] Add pair of missing braces.
by Davide Italiano
· 10 years ago
c2aa179
llvm-readobj: Dump more info for COFF import libraries.
by Rui Ueyama
· 10 years ago
40e2251
Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files
by Rui Ueyama
· 10 years ago
7dbe74f
[llvm-readobj] Add support for dumping MachO min version load command.
by Davide Italiano
· 10 years ago
241f716
[llvm-readobj] Add support for MachO DataInCodeDataCommand.
by Davide Italiano
· 10 years ago
e06606f
[llvm-readobj] Convert to range-loops.
by Davide Italiano
· 10 years ago
8a0ff18
Move to llvm-readobj code that is only used there.
by Rafael Espindola
· 10 years ago
c46ea19
[llvm-reaobj] Display COFF-specific sections/tables only if the object is COFF.
by Davide Italiano
· 10 years ago
71e3525
Simplify printing the soname. NFC.
by Rafael Espindola
· 10 years ago
bb418bc
Remove duplicated code.
by Rafael Espindola
· 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
b9adbd9
Refactor duplicated code. NFC.
by Rafael Espindola
· 10 years ago
8109763
[Object][ELF] Support dumping hash-tables from files with no section table.
by Michael J. Spencer
· 10 years ago
2efb9f7
Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.
by Adrian Prantl
· 10 years ago
7d0e4c7
[Object][ELF] Support dumping hash-tables from files with no section table.
by Michael J. Spencer
· 10 years ago
297f505
Simplify. NFC.
by Rafael Espindola
· 10 years ago
ff67629
Don't return error_code from function that never fails.
by Rafael Espindola
· 10 years ago
63f4054
[StackMaps] Add a lightweight parser for stackmap version 1 sections.
by Lang Hames
· 10 years ago
4cbb2db
[Object][ELF] Add support for dumping dynamic relocations when sections are stripped.
by Michael J. Spencer
· 10 years ago
d370429
We don't need the targets to read objects.
by Rafael Espindola
· 10 years ago
3bcfd46
[llvm-readobj] Print MIPS .reginfo section content
by Simon Atanasyan
· 10 years ago
ef7c256
[llvm-readobj] Print .MIPS.abiflags section content
by Simon Atanasyan
· 10 years ago
Next »