summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/MachODump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-20/+64
* Fix a bug in llvm-objdump for -private-headers printing the LC_CODE_SIGNATURE...Kevin Enderby2016-04-281-1/+1
* Update llvm-objdump for disassembly of ARM Mach-O files to always include the...Kevin Enderby2016-04-281-3/+5
* Fix bugs in llvm-objdump printing the last word for -section in non i386 and ...Kevin Enderby2016-04-271-2/+2
* Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i3...Kevin Enderby2016-04-271-1/+1
* Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr.""Tim Northover2016-04-261-1/+1
* llvm-objdump: deal with invalid ARM encodings slightly better.Tim Northover2016-04-221-7/+17
* MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover2016-04-221-5/+12
* Fix crash in llvm-objdump with -macho -objc-meta-data that was trying dump a ...Kevin Enderby2016-04-211-0/+3
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-48/+128
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+1
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-3/+3
* Fix a cut-and-paste error in the changes for r264187 which I think isKevin Enderby2016-03-231-1/+1
* Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2016-03-231-6/+26
* Update the comments for the macho-invalid-zero-ncmds test and fixKevin Enderby2016-01-261-0/+4
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-261-1/+1
* Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky2016-01-261-258/+6
* [llvm-readobj] Remove dead code. Add an assertion instead.Davide Italiano2016-01-131-2/+3
* [llvm-objdump] Use report_error() and improve error coverage.Davide Italiano2016-01-131-4/+2
* For llvm-objdump, add the option -private-header (without the trailing ’s’)Kevin Enderby2016-01-131-9/+22
* [llvm-objdump] Use appropriate helper. NFC.Davide Italiano2015-12-211-2/+1
* Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper2015-12-181-6/+258
* Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper2015-12-181-258/+6
* [llvm-objdump/MachODump] Shrink code a little bit. NFC.Davide Italiano2015-12-151-4/+1
* Factor out some duplication. NFC.Pete Cooper2015-12-141-44/+20
* Start implementing FDE dumping when printing the eh_frame.Pete Cooper2015-12-141-5/+107
* Print the eh_frame section in MachoDump.Pete Cooper2015-12-141-1/+180
* [llvm-objdump/MachoDump] Simplify.Davide Italiano2015-12-121-7/+3
* [llvm-objdump/MachODump] Reduce code duplication.Davide Italiano2015-12-111-69/+41
* [llvm-objdump/MachO] Don't cut'n'paste the same code over and over.Davide Italiano2015-12-081-20/+8
* [llvm-objdump/MachoDump] Make code much more concise.Davide Italiano2015-12-071-20/+5
* [Object, MachO] Mark symbols from DATA and BSS sections as ST_DataKuba Brecka2015-11-121-1/+1
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-051-7/+35
* MachO: support tvOS and watchOS version min commands in llvm-objdumpTim Northover2015-11-021-7/+22
* This can take a const reference. NFC.Rafael Espindola2015-10-311-1/+1
* Simplify handling of archive Symbol tables.Rafael Espindola2015-10-311-7/+2
* Simplify boolean expressions in tools/llvm-objdump.Rafael Espindola2015-10-241-2/+2
* Backing out commit r250906 as it broke lld.Kevin Enderby2015-10-211-28/+9
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-211-9/+28
* Fix a bugs in the Mach-O disassembler when disassembling from aKevin Enderby2015-10-101-57/+66
* Fix use of uninitialized bool, found by ubsan in portion ofRichard Smith2015-10-091-6/+10
* Fixed two bugs in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-091-0/+20
* Fix a bug in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-081-0/+2
* Fix a bug in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-081-3/+9
* Fix two bugs in llvm-objdump’s printing of Objective-C meta dataKevin Enderby2015-10-061-2/+4
* Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg2015-09-291-4/+5
* Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper2015-09-211-8/+8
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-4/+3
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-3/+4
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-4/+3
OpenPOWER on IntegriCloud