Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
tools
/
llvm-readobj
/
llvm-readobj.cpp
16a0de2
[binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0
by Jordan Rupprecht
· 7 years ago
4afeaac
[llvm-readelf] Add -e/--headers support to readobj/elf
by Sid Manning
· 7 years ago
dbf552c
[llvm-readelf] Make llvm-readelf more compatible with GNU readelf.
by Jordan Rupprecht
· 7 years ago
37a7209
[llvm-readobj] Make some commonly used short options visibile in -help
by Fangrui Song
· 7 years ago
bc3089f
MC: Teach the COFF object writer to write address-significance tables.
by Peter Collingbourne
· 7 years ago
5ce8f15
[llvm-readobj] Generic hex-dump option
by Paul Semel
· 7 years ago
6e13790
[llvm-readobj] Generic -string-dump option
by Paul Semel
· 7 years ago
3e22733
MC: Implement support for new .addrsig and .addrsig_sym directives.
by Peter Collingbourne
· 7 years ago
b98f504
[llvm-readobj] Add -hex-dump (-x) option
by Paul Semel
· 7 years ago
0f440d8
[llvm-readobj] Add experimental support for SHT_RELR sections
by Jake Ehrlich
· 7 years ago
fa5597b
[llvm-readobj] Add -string-dump (-p) option
by Paul Semel
· 7 years ago
ae6eeae
[MC] Add assembler support for .cg_profile.
by Michael J. Spencer
· 7 years ago
4dfcc4a
Remove @brief commands from doxygen comments, too.
by Adrian Prantl
· 7 years ago
197194b
Define InitLLVM to do common initialization all at once.
by Rui Ueyama
· 7 years ago
b36fbbc
CodeGen: support an extension to pass linker options on ELF
by Saleem Abdulrasool
· 8 years ago
88e9a15
[llvm-readobj] Consistent use of ScopedPrinter
by Sam Clegg
· 8 years ago
62602a4
Remove redundant includes from tools.
by Michael Zolotukhin
· 8 years ago
ca6dbf1
Split TypeTableBuilder into two classes.
by Zachary Turner
· 8 years ago
123ef63
[llvm-readobj] Fix mismatched line endings
by Zachary Turner
· 8 years ago
ecf0e95
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
b3c605d
llvm-readobj: Print AMDGPU note contents
by Konstantin Zhuravlyov
· 8 years ago
c2189b8
[llvm-readobj] Teach readobj to dump .res files (WindowsResource).
by Marek Sokolowski
· 8 years ago
bf51550
[llvm-readobj] Install llvm-readelf alias
by Petr Hosek
· 8 years ago
ef54b49
[llvm-readobj] Accept (and ignore) --wide (-W) command-line switch
by Petr Hosek
· 8 years ago
4565de8
[llvm-readobj] Accept -S as an alias for --sections
by Petr Hosek
· 8 years ago
b7d716c
[llvm-readobj] Dump the COFF image load config
by Reid Kleckner
· 8 years ago
c0d7664
[llvm-readobj] Improve errors on invalid binary
by Sam Clegg
· 8 years ago
8d6396d
[llvm-readobj] Dump COFF Resources section.
by Zachary Turner
· 8 years ago
5d57752
[PDB] Split item and type records when merging type streams
by Reid Kleckner
· 9 years ago
7498cd6
[AMDGPU] Restructure code object metadata creation
by Konstantin Zhuravlyov
· 9 years ago
6d76b7b
[WebAssembly] Add wasm support for llvm-readobj
by Derek Schuff
· 9 years ago
a9d7aac
llvm-readobj: remove leading dash in '-a' option (ARMAttributesShort)
by Mehdi Amini
· 9 years ago
07d659b
AMDGPU: Emit runtime metadata version 2 as YAML
by Yaxun Liu
· 9 years ago
41af430
Make the Error class constructor protected
by Mehdi Amini
· 9 years ago
4efa0a4
[CodeView] Hook up CodeViewRecordIO to type serialization path.
by Zachary Turner
· 9 years ago
732afdd
Turn cl::values() (for enum) from a vararg function to using C++ variadic template
by Mehdi Amini
· 9 years ago
c6d54da
[pdb] Write PDB TPI Stream from Yaml.
by Zachary Turner
· 9 years ago
6a40544
llvm-readobj: add support for printing GNU Notes
by Saleem Abdulrasool
· 9 years ago
3780b3a
llvm-readobj: handle import libraries with -coff-exports
by Saleem Abdulrasool
· 9 years ago
5e3e4bb
[CodeView] Decouple record deserialization from visitor dispatch.
by Zachary Turner
· 9 years ago
660230e
[CodeView] Use llvm::Error instead of std::error_code.
by Zachary Turner
· 9 years ago
6d9ca18
llvm-readobj: add some more aliases
by Saleem Abdulrasool
· 9 years ago
fc20962
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
by Lang Hames
· 9 years ago
ae610ab
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
by Lang Hames
· 9 years ago
c2773e9
[Object] Change Archive::child_iterator for better interop with Error/Expected.
by Lang Hames
· 9 years ago
4239805
Finish cleaning up most of the error handling in libObject’s MachOUniversalBinary
by Kevin Enderby
· 9 years ago
2ad6d48
Search for llvm-symbolizer binary in the same directory as argv[0], before
by Richard Smith
· 9 years ago
2da433e
[COFF] Expose the PE debug data directory and dump it
by Reid Kleckner
· 9 years ago
9acb109
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
by Kevin Enderby
· 9 years ago
ac9e155
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
by Kevin Enderby
· 9 years ago
0b26974
[codeview] Add type stream merging prototype
by Reid Kleckner
· 9 years ago
8a71b53
[llvm-readobj] Print MIPS .MIPS.options section content
by Simon Atanasyan
· 9 years ago
88bb163
Move llvm-readobj/StreamWriter to Support.
by Zachary Turner
· 9 years ago
9b1b7f0
[llvm-readobj] Add ELF hash histogram printing
by Hemant Kulkarni
· 9 years ago
3fcdf6a
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
by Kevin Enderby
· 9 years ago
d59b23a
Fix typo. NFC.
by Tim Northover
· 10 years ago
d8a985e
[llvm-readobj] Option to emit readelf like output
by Hemant Kulkarni
· 10 years ago
f46c92f
Revert "[llvm-readobj] Option to emit readelf like output"
by Hemant Kulkarni
· 10 years ago
4f2ca0d
[llvm-readobj] Option to emit readelf like output
by Hemant Kulkarni
· 10 years ago
ab4a46f
[llvm-readobj] Add -elf-section-groups option
by Hemant Kulkarni
· 10 years ago
0a07a82
[llvm-readobj] Use stderr and not stdout for error messages.
by Davide Italiano
· 10 years ago
83ebad3
Reland "[llvm-readobj] Simplify usage of -codeview flag"
by Reid Kleckner
· 10 years ago
b88796b
Revert "[llvm-readobj] Simplify usage of -codeview flag"
by Reid Kleckner
· 10 years ago
d37fe9a
[llvm-readobj] Simplify usage of -codeview flag
by Reid Kleckner
· 10 years ago
e66b73f
[llvm-readobj] report_error() does not return, so we can simplify.
by Davide Italiano
· 10 years ago
1eb9234
[llvm-readobj] reportError() never returns. Mark with the correct attribute.
by Davide Italiano
· 10 years ago
7a96942
Reapply r250906 with many suggested updates from Rafael Espindola.
by Kevin Enderby
· 10 years ago
da9dd05
Backing out commit r250906 as it broke lld.
by Kevin Enderby
· 10 years ago
e3bf4fd5
This removes the eating of the error in Archive::Child::getSize() when the characters
by Kevin Enderby
· 10 years ago
4f05f32
[llvm-readobj] Teach ELFDumper about symbol versioning.
by Davide Italiano
· 10 years ago
496fb2f
[llvm-readobj/ELF] Print GNU Hash section
by Igor Kudrin
· 10 years ago
096cda1
[llvm-readobj] Fix another "time of check to time of use bug".
by Davide Italiano
· 10 years ago
9a429b7
[llvm-readobj] MachO -- dump LinkerOptions load command.
by Davide Italiano
· 10 years ago
4410b22
[llvm-readobj] Dump MachO indirect symbols.
by Davide Italiano
· 10 years ago
d1f0996
[llvm-readobj] MachO: Dump segment command.
by Davide Italiano
· 10 years ago
35eebe1
[llvm-readobj] Dump MachO Dysymtab command.
by Davide Italiano
· 10 years ago
1e12fc4
[llvm-readobj] Add pair of missing braces.
by Davide Italiano
· 10 years ago
9321089
llvm-readobj: Dump more info for COFF import libraries.
by Rui Ueyama
· 10 years ago
71ba9bd
Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files
by Rui Ueyama
· 10 years ago
976f4da
[llvm-readobj] Add support for dumping MachO min version load command.
by Davide Italiano
· 10 years ago
07e7acb
[llvm-readobj] Add support for MachO DataInCodeDataCommand.
by Davide Italiano
· 10 years ago
db8803b
[llvm-readobj] Convert to range-loops.
by Davide Italiano
· 10 years ago
8b3b09f
Move to llvm-readobj code that is only used there.
by Rafael Espindola
· 10 years ago
cd1b6db
[llvm-reaobj] Display COFF-specific sections/tables only if the object is COFF.
by Davide Italiano
· 10 years ago
33e746f2
Simplify printing the soname. NFC.
by Rafael Espindola
· 10 years ago
aa62fc0
Remove duplicated code.
by Rafael Espindola
· 10 years ago
00ddb14
llvm-readobj: Handle invalid references to the string table.
by Rafael Espindola
· 10 years ago
fb3acd6
llvm-readobj: call exit(1) on error.
by Rafael Espindola
· 10 years ago
724d4b4
Refactor duplicated code. NFC.
by Rafael Espindola
· 10 years ago
20546ff
[Object][ELF] Support dumping hash-tables from files with no section table.
by Michael J. Spencer
· 10 years ago
bfdf7dd
Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.
by Adrian Prantl
· 10 years ago
c4a25be
[Object][ELF] Support dumping hash-tables from files with no section table.
by Michael J. Spencer
· 10 years ago
c768930
Simplify. NFC.
by Rafael Espindola
· 10 years ago
96d071c
Don't return error_code from function that never fails.
by Rafael Espindola
· 10 years ago
0000afd
[StackMaps] Add a lightweight parser for stackmap version 1 sections.
by Lang Hames
· 10 years ago
594c028
[Object][ELF] Add support for dumping dynamic relocations when sections are stripped.
by Michael J. Spencer
· 10 years ago
d8757a4
We don't need the targets to read objects.
by Rafael Espindola
· 10 years ago
6e07e93
[llvm-readobj] Print MIPS .reginfo section content
by Simon Atanasyan
· 10 years ago
c914de2
[llvm-readobj] Print .MIPS.abiflags section content
by Simon Atanasyan
· 10 years ago
29ac43c
llvm-readobj: teach it to handle MachO Universal Archive correctly
by David Blaikie
· 10 years ago
Next »