Lang Hames
|
63f4054f8e
[StackMaps] Add a lightweight parser for stackmap version 1 sections.
|
10 years ago |
Michael J. Spencer
|
4cbb2db3ab
[Object][ELF] Add support for dumping dynamic relocations when sections are stripped.
|
10 years ago |
Rafael Espindola
|
d3704298c2
We don't need the targets to read objects.
|
10 years ago |
Simon Atanasyan
|
3bcfd461f6
[llvm-readobj] Print MIPS .reginfo section content
|
10 years ago |
Simon Atanasyan
|
ef7c2568fa
[llvm-readobj] Print .MIPS.abiflags section content
|
10 years ago |
David Blaikie
|
2d35a46ea5
llvm-readobj: teach it to handle MachO Universal Archive correctly
|
10 years ago |
Rafael Espindola
|
71be19dff2
[llvm-readobj] add support for macho universal binary.
|
10 years ago |
Zachary Turner
|
23719010db
Modify llvm-readobj to dump symbol record bytes.
|
10 years ago |
Saleem Abdulrasool
|
b19a485253
llvm-readobj: add support to dump COFF export tables
|
10 years ago |
Rui Ueyama
|
6272b8c4be
llvm-readobj: teach it how to dump COFF base relocation table
|
10 years ago |
David Majnemer
|
aff22c9200
llvm-readobj: relocAddressLess could potentially lie
|
10 years ago |
Saleem Abdulrasool
|
db02fa5a11
llvm-readobj: add support to dump (COFF) directives
|
11 years ago |
Rui Ueyama
|
f3cd10bdc3
This patch adds a new flag "-coff-imports" to llvm-readobj.
|
11 years ago |
Rafael Espindola
|
548f2b6e8f
Don't own the buffer in object::Binary.
|
11 years ago |
Rafael Espindola
|
0bd9423c27
getLoadName is only implemented for ELF, make it ELF only.
|
11 years ago |
Rafael Espindola
|
9aa0b5e11e
Remove some calls to std::move.
|
11 years ago |
Rafael Espindola
|
79002da926
Use std::unique_ptr to make the ownership explicit.
|
11 years ago |
Simon Atanasyan
|
42469f61f5
[llvm-readobj][ELF] New `-mips-plt-got` command line option to output
|
11 years ago |
Rafael Espindola
|
0659928fec
Convert the Archive API to use ErrorOr.
|
11 years ago |
Rafael Espindola
|
1ad45020ec
Remove 'using std::error_code' from tools.
|
11 years ago |
Rafael Espindola
|
a20bcb9969
Remove all uses of 'using std::error_code' from headers.
|
11 years ago |
Rafael Espindola
|
d5132f9073
Remove system_error.h.
|
11 years ago |
Ahmed Charles
|
f4ccd11075
Replace OwningPtr<T> with std::unique_ptr<T>.
|
11 years ago |
Saleem Abdulrasool
|
459c949777
tools: add support for decoding ARM attributes
|
11 years ago |
Rafael Espindola
|
94ad5a120f
Rename these methods to match the style guide.
|
11 years ago |
Rafael Espindola
|
1fca78a9b1
Return an ErrorOr<Binary *> from createBinary.
|
11 years ago |
Chandler Carruth
|
9f20a4c6ce
Re-sort #include lines again, prior to moving headers around.
|
11 years ago |
Timur Iskhodzhanov
|
e493a9976c
Teach the llvm-readobj COFF dumper to dump debug line tables from object files
|
11 years ago |
Benjamin Kramer
|
a9232f7f5d
Remove byte order mark from source file.
|
12 years ago |
Michael J. Spencer
|
081a1941b5
[Object] Split the ELF interface into 3 parts.
|
12 years ago |