Rui Ueyama
|
eae4673c2f
Remove object_error::success and use std::error_code() instead
|
10 years ago |
Colin LeMahieu
|
8cc8dbc062
[objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and setting instprinter appropriately.
|
10 years ago |
Alexey Samsonov
|
1b77d22c66
llvm-objdump: return non-zero exit code for certain cases of invalid input
|
10 years ago |
Rafael Espindola
|
45edf27ed7
Disassemble the start of sections even if there is no symbol there.
|
10 years ago |
Rafael Espindola
|
201a551929
Fix the interpretation of a 0 st_name.
|
10 years ago |
Rafael Espindola
|
8c7a0fd91a
Move to llvm-objdump a large amount of code to that is only used there.
|
10 years ago |
Rafael Espindola
|
481f35f113
Simplify another function that doesn't fail.
|
10 years ago |
Rafael Espindola
|
64afb8375d
Simplify interface of function that doesn't fail.
|
10 years ago |
Colin LeMahieu
|
00703e975e
[Objdump] Removing unused parameter.
|
10 years ago |
Colin LeMahieu
|
0ace3c01f7
[Hexagon] Disassembling, printing, and emitting instructions a whole-bundle at a time which is the semantic unit for Hexagon. Fixing tests to use the new format. Disabling tests in the direct object emission path for a followup patch.
|
10 years ago |
Aaron Ballman
|
fcac2ecd8d
Removing a switch statement that only contains a default; NFC.
|
10 years ago |
Colin LeMahieu
|
20e00576af
[llvm] Adding vdtor to fix warning.
|
10 years ago |
Colin LeMahieu
|
cada158dc3
[Objdump] Allow instruction pretty printing to be specialized by the target triple.
|
10 years ago |
Colin LeMahieu
|
58dd70dced
[llvm] Parameterizing the output stream for dumpbytes and outputting directly to stream.
|
10 years ago |
Davide Italiano
|
0c54b7abc7
[Object] Teach Object and llvm-objdump about ".hidden"
|
10 years ago |
Kevin Enderby
|
95d8155b37
Add the option -objc-meta-data to llvm-objdump used with -macho to
|
10 years ago |
Eric Christopher
|
e2424b02b2
Replace the MCSubtargetInfo parameter with a Triple when creating
|
10 years ago |
Akira Hatanaka
|
f09378397e
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
|
10 years ago |
Colin LeMahieu
|
db4d401364
[Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from StringRef. Removing reinterpret_casts.
|
10 years ago |
Colin LeMahieu
|
aecb4b465d
[Objdump] Removing size limit on DumpBytes and changing to range based for loop.
|
10 years ago |
Kevin Enderby
|
6250724c87
Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho
|
10 years ago |
Kevin Enderby
|
8284f0fb29
Add the option, -info-plist to llvm-objdump used with -macho to print the
|
10 years ago |
Kevin Enderby
|
0602444f70
Add the -section option to llvm-objdump used with -macho that takes the argument
|
10 years ago |
Kevin Enderby
|
a167fe1877
dd the option, -link-opt-hints to llvm-objdump used with -macho to print the
|
10 years ago |
Colin LeMahieu
|
88fa664c1b
[Objdump] Output information about common symbols in a way closer to GNU objdump.
|
10 years ago |
Kevin Enderby
|
66e2ddc870
Add the option, -data-in-code, to llvm-objdump used with -macho to print the Mach-O data in code table.
|
10 years ago |
Kevin Enderby
|
bcbb8690cb
Add the option, -indirect-symbols, used with -macho to print the Mach-O indirect symbol table to llvm-objdump.
|
10 years ago |
Kevin Enderby
|
c97fb73e2f
For llvm-objdump, hook up existing options to work when using -macho (the Mach-O parser).
|
10 years ago |
Kevin Enderby
|
cdfe54f8a9
Add the option, -archive-headers, used with -macho to print the Mach-O archive headers to llvm-objdump.
|
10 years ago |
Kevin Enderby
|
6248d1b153
Add the option, -universal-headers, used with -macho to print the Mach-O universal headers to llvm-objdump.
|
10 years ago |