summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* Add missing 'const'. I don't think this is strictly required, but someDaniel Jasper2015-07-101-1/+1
* [llvm-objdump] Require that jump targets shown in -d are functionsDavid Majnemer2015-07-091-6/+17
* llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-astAdrian Prantl2015-07-083-14/+53
* [llvm-objdump] Print the call target next to the instructionDavid Majnemer2015-07-071-0/+36
* Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola2015-07-072-12/+2
* Simplify. NFC.Rafael Espindola2015-07-061-3/+1
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-032-11/+14
* Use getValue instead of getAddress in a few MachO only cases.Rafael Espindola2015-07-031-23/+9
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-023-55/+87
* Expose getRel and getRela to reduce code duplication.Rafael Espindola2015-07-021-19/+10
* Return ErrorOr from getSection.Rafael Espindola2015-07-011-8/+18
* Fix the name of the iterator functions to match the coding standards.Rafael Espindola2015-06-301-3/+3
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-3/+2
* Move function to the only file that uses it.Rafael Espindola2015-06-301-2/+35
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-5/+2
* Don't return error_code from function that never fails.Rafael Espindola2015-06-293-29/+14
* Convert obj->getSymbolName to sym->getName.Rafael Espindola2015-06-291-1/+1
* Factor out the checking of string tables.Rafael Espindola2015-06-291-1/+5
* Remove Elf_Sym_Iter.Rafael Espindola2015-06-291-2/+5
* Rename getObjectFile to getObject for consistency.Rafael Espindola2015-06-262-4/+4
* Simplify getSymbolType.Rafael Espindola2015-06-262-14/+7
* Add an ELFSymbolRef type.Rafael Espindola2015-06-251-2/+2
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-242-10/+10
* Revert "[FaultMaps] Move FaultMapParser to Object/"Sanjoy Das2015-06-231-1/+1
* Don't pass a 32 bit value to "%08" PRIx64.Rafael Espindola2015-06-231-4/+4
* objdump: Don't print a (always 0) size for MachO symbols.Rafael Espindola2015-06-231-10/+10
* [FaultMaps] Move FaultMapParser to Object/Sanjoy Das2015-06-231-1/+1
* llvm/tools/llvm-objdump/CMakeLists.txt: Update libdeps to fix r240304.NAKAMURA Takumi2015-06-231-0/+1
* [FaultMaps] Add a parser for the __llvm__faultmaps section.Sanjoy Das2015-06-221-1/+52
* Fix "the the" in comments.Eric Christopher2015-06-191-1/+1
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-092-8/+8
* [objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and sett...Colin LeMahieu2015-06-073-4/+6
* llvm-objdump: return non-zero exit code for certain cases of invalid inputAlexey Samsonov2015-06-041-7/+12
* Disassemble the start of sections even if there is no symbol there.Rafael Espindola2015-06-041-5/+3
* [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator.Alexey Samsonov2015-06-031-65/+18
* Fix the interpretation of a 0 st_name.Rafael Espindola2015-06-031-11/+24
* Move to llvm-objdump a large amount of code to that is only used there.Rafael Espindola2015-06-031-3/+382
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-3/+1
* Simplify interface of function that doesn't fail.Rafael Espindola2015-05-311-3/+1
* [Objdump] Removing unused parameter.Colin LeMahieu2015-05-291-2/+2
* [Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...Colin LeMahieu2015-05-291-3/+61
* Removing a switch statement that only contains a default; NFC.Aaron Ballman2015-05-291-4/+1
* [llvm] Adding vdtor to fix warning.Colin LeMahieu2015-05-281-0/+1
* [Objdump] Allow instruction pretty printing to be specialized by the target t...Colin LeMahieu2015-05-281-6/+28
* [llvm] Parameterizing the output stream for dumpbytes and outputting directly...Colin LeMahieu2015-05-283-23/+9
* Make it easier to use DwarfContext with MCJITKeno Fischer2015-05-211-1/+1
* [Object] Teach Object and llvm-objdump about ".hidden"Davide Italiano2015-04-301-2/+6
* For llvm-objdump, with the -archive-headers and -macho options, use the -non-...Kevin Enderby2015-04-301-4/+10
* Move DIContext.h to common DebugInfo location.Zachary Turner2015-04-231-2/+3
* For llvm-objdump, dump the (__OBJC,__protocol) section for Objc1 32-bit Mach-...Kevin Enderby2015-04-161-0/+52
OpenPOWER on IntegriCloud