- 606a338 Update llvm-obdump(1) to print FAT_MAGIC_64 for Darwin’s 64-bit universal files by Kevin Enderby · 9 years ago
- d8a6e83 Fix llvm-objdump when disassembling a stripped Mach-O binary with the -macho option. by Kevin Enderby · 9 years ago
- 9acb109 Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
- 4288228 Tweak to change in r270491 to deal with the lld-x86_64-darwin13 bot having a old xar.h header. by Kevin Enderby · 9 years ago
- 9873e2c Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbosely" 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
- 7bd8d99 Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 10 years ago
- 1be37a3 Fix a bug in llvm-objdump for -private-headers printing the LC_CODE_SIGNATURE Mach-O load command. by Kevin Enderby · 10 years ago
- 4b627be Update llvm-objdump for disassembly of ARM Mach-O files to always include the opcode bytes. by Kevin Enderby · 10 years ago
- 8eccdad Fix bugs in llvm-objdump printing the last word for -section in non i386 and x86 files. by Kevin Enderby · 10 years ago
- c493085 Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i386 and x86 files. by Kevin Enderby · 10 years ago
- 4397837 Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr."" by Tim Northover · 10 years ago
- 09ca33e llvm-objdump: deal with invalid ARM encodings slightly better. by Tim Northover · 10 years ago
- 9e8eb41 MachO: remove weird ARM/Thumb interface from MachOObjectFile by Tim Northover · 10 years ago
- 19be251 Fix crash in llvm-objdump with -macho -objc-meta-data that was trying dump a non-existent section. by Kevin Enderby · 10 years ago
- 81e8b7d Thread Expected<...> up from libObject’s getName() for symbols to allow llvm-objdump to produce a good error message. by Kevin Enderby · 10 years ago
- b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
- 3fcdf6a Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message by Kevin Enderby · 10 years ago
- 74f58d4 Fix a cut-and-paste error in the changes for r264187 which I think is by Kevin Enderby · 10 years ago
- 5afbc1c Fix a crash in running llvm-objdump -t with an invalid Mach-O file already by Kevin Enderby · 10 years ago
- 40fdbf8 Update the comments for the macho-invalid-zero-ncmds test and fix by Kevin Enderby · 10 years ago
- f57c197 Reflect the MC/MCDisassembler split on the include/ level. by Benjamin Kramer · 10 years ago
- 03a670c Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame." by Igor Laevsky · 10 years ago
- 25d8458 [llvm-readobj] Remove dead code. Add an assertion instead. by Davide Italiano · 10 years ago
- 3806c5c [llvm-objdump] Use report_error() and improve error coverage. by Davide Italiano · 10 years ago
- 0ae163f For llvm-objdump, add the option -private-header (without the trailing ’s’) by Kevin Enderby · 10 years ago
- bbd5d16 [llvm-objdump] Use appropriate helper. NFC. by Davide Italiano · 10 years ago
- 9805253 Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame." by Pete Cooper · 10 years ago
- 6c97f4c Improve DWARFDebugFrame::parse to also handle __eh_frame. by Pete Cooper · 10 years ago
- 3eb47e2 [llvm-objdump/MachODump] Shrink code a little bit. NFC. by Davide Italiano · 10 years ago
- 6a5def9 Factor out some duplication. NFC. by Pete Cooper · 10 years ago
- 52abc5f Start implementing FDE dumping when printing the eh_frame. by Pete Cooper · 10 years ago
- 23bfa7e Print the eh_frame section in MachoDump. by Pete Cooper · 10 years ago
- b627d9f [llvm-objdump/MachoDump] Simplify. by Davide Italiano · 10 years ago
- 6250704 [llvm-objdump/MachODump] Reduce code duplication. by Davide Italiano · 10 years ago
- b13edeb [llvm-objdump/MachO] Don't cut'n'paste the same code over and over. by Davide Italiano · 10 years ago
- c74277a [llvm-objdump/MachoDump] Make code much more concise. by Davide Italiano · 10 years ago
- de83322 [Object, MachO] Mark symbols from DATA and BSS sections as ST_Data by Kuba Brecka · 10 years ago
- 7a96942 Reapply r250906 with many suggested updates from Rafael Espindola. by Kevin Enderby · 10 years ago
- bfbfb12 MachO: support tvOS and watchOS version min commands in llvm-objdump by Tim Northover · 10 years ago
- 266b4fe This can take a const reference. NFC. by Rafael Espindola · 10 years ago
- 4a782fb Simplify handling of archive Symbol tables. by Rafael Espindola · 10 years ago
- b909132 Simplify boolean expressions in tools/llvm-objdump. by Rafael Espindola · 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
- d90a417 Fix a bugs in the Mach-O disassembler when disassembling from a by Kevin Enderby · 10 years ago
- 81ff44d Fix use of uninitialized bool, found by ubsan in portion of by Richard Smith · 10 years ago
- af7c9d0 Fixed two bugs in llvm-objdump’s printing of Objective-C meta data by Kevin Enderby · 10 years ago
- 46e642f Fix a bug in llvm-objdump’s printing of Objective-C meta data by Kevin Enderby · 10 years ago
- aac7538 Fix a bug in llvm-objdump’s printing of Objective-C meta data by Kevin Enderby · 10 years ago
- a59824a Fix two bugs in llvm-objdump’s printing of Objective-C meta data by Kevin Enderby · 10 years ago
- cc9deb4 Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups. by Hans Wennborg · 10 years ago
- 0013be1 Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC by Craig Topper · 10 years ago
- 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
- 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
- c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
- 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
- bb9a6cc [llvm-readobj] Shrink code a little bit. No functional change. by Davide Italiano · 10 years ago
- 37ff06a [llvm-reaodbj] Simplify code. No functional change (intended). by Davide Italiano · 10 years ago
- 56baef3 [llvm-objdump] Use the new MinVersion API introduced in r245938. NFC. by Davide Italiano · 10 years ago
- 556b21a Remove and forbid raw_svector_ostream::flush() calls. by Yaron Keren · 10 years ago
- a3668a3 Remove raw_svector_ostream::resync and users. It's no-op after r244870. by Yaron Keren · 10 years ago
- 8bab889 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
- ccd53fe [llvm-objdump] Call exit(1) on error, i.e. fail early. by Davide Italiano · 10 years ago
- fcc3276 [llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying some predicate logic. by Colin LeMahieu · 10 years ago
- 437105a llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast by Adrian Prantl · 10 years ago
- be8b0ea Delete UnknownAddress. It is a perfectly valid symbol value. by Rafael Espindola · 10 years ago
- dea0016 Use getValue instead of getAddress in a few MachO only cases. by Rafael Espindola · 10 years ago
- 5d0c2ff Return ErrorOr from SymbolRef::getName. by Rafael Espindola · 10 years ago
- 96d071c Don't return error_code from function that never fails. by Rafael Espindola · 10 years ago
- 854038e Rename getObjectFile to getObject for consistency. by Rafael Espindola · 10 years ago
- 2fa80cc Simplify getSymbolType. by Rafael Espindola · 10 years ago
- d7a32ea Change how symbol sizes are handled in lib/Object. by Rafael Espindola · 10 years ago
- 572e03a Fix "the the" in comments. by Eric Christopher · 10 years ago
- 14ec76e [objdump] Moving PrintImmHex out of MachODump and in to llvm-objdump and setting instprinter appropriately. by Colin LeMahieu · 10 years ago
- d319c4f [Object, MachO] Introduce MachOObjectFile::load_commands() range iterator. by Alexey Samsonov · 10 years ago
- 2048ea4 [llvm] Parameterizing the output stream for dumpbytes and outputting directly to stream. by Colin LeMahieu · 10 years ago
- c780e8e Make it easier to use DwarfContext with MCJIT by Keno Fischer · 10 years ago
- 8972e48 For llvm-objdump, with the -archive-headers and -macho options, use the -non-verbose by Kevin Enderby · 11 years ago
- 6489d7b Move DIContext.h to common DebugInfo location. by Zachary Turner · 11 years ago
- 4ad9bde For llvm-objdump, dump the (__OBJC,__protocol) section for Objc1 32-bit Mach-O files by Kevin Enderby · 11 years ago
- fedecc4 [NFC] [MachO] remove extra semicolons by Jingyue Wu · 11 years ago
- 846c000 For llvm-objdump added support for printing Objc1 32-bit runtime meta data by Kevin Enderby · 11 years ago
- cf26131 Fix failure on builder clang-cmake-mips where it was printing a 32-bit address by Kevin Enderby · 11 years ago
- 28c1c1b For llvm-objdump added support for printing Objc2 32-bit runtime meta data by Kevin Enderby · 11 years ago
- 0bc6ed4 Fix sanitizer-x86_64-linux-fast failure that was not deleting the bindtable. by Kevin Enderby · 11 years ago
- 0fc1182 Add the option -objc-meta-data to llvm-objdump used with -macho to by Kevin Enderby · 11 years ago
- f801940 Replace the MCSubtargetInfo parameter with a Triple when creating by Eric Christopher · 11 years ago
- 1d07994 [Objdump] Pass the correct subtarget to printInst. by Akira Hatanaka · 11 years ago
- b46d023 [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the by Akira Hatanaka · 11 years ago
- c2401dd Add a -raw option to the -section mode of llvm-objdump. by Adrian Prantl · 11 years ago
- 33dd45d0 Refactor: simplify boolean expressions in llvm-objdump by David Blaikie · 11 years ago
- fc32b1b [Objdump] DumpBytes of uint8_t from ArrayRef<uint8_t> instead of char from StringRef. Removing reinterpret_casts. by Colin LeMahieu · 11 years ago
- 8e29ec9 Add the option -no-symbolic-operands to llvm-objdump used with -macho and by Kevin Enderby · 11 years ago
- ab5e6c9 Add the option, -no-leading-addr llvm-objdump used with -macho and by Kevin Enderby · 11 years ago
- 6a22175 Add the option, -dis-symname to llvm-objdump used with -macho and by Kevin Enderby · 11 years ago
- bc847fa Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho by Kevin Enderby · 11 years ago
- f064075 Add the option, -non-verbose to llvm-objdump used with -macho to print things by Kevin Enderby · 11 years ago
- cd66be5 Add the option, -info-plist to llvm-objdump used with -macho to print the by Kevin Enderby · 11 years ago
- f044d3f Make helper functions static. by Benjamin Kramer · 11 years ago