summaryrefslogtreecommitdiffstats
path: root/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* Merging r310250:Hans Wennborg2017-08-081-1/+1
* [llvm-objdump] Properly print MachO aarch64 addend relocationsMartin Storsjo2017-07-131-1/+4
* [llvm-objdump] Correctly distinguish between the MachO upper/lower16 relocationsMartin Storsjo2017-07-131-1/+1
* [WebAssembly] Add support for printing relocations with llvm-objdumpSam Clegg2017-06-271-2/+18
* Updated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE file types soKevin Enderby2017-06-221-2/+7
* Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLEKevin Enderby2017-06-221-4/+38
* Updated llvm-objdump with Mach-O files and the -objc-meta-data option soKevin Enderby2017-06-201-0/+6
* Change llvm-objdump with Mach-O files and the -info-plist option with theKevin Enderby2017-06-201-1/+2
* Fix a FIXME in llvm-objdump for the -exports-trie option that was not addingKevin Enderby2017-06-191-1/+17
* Change llvm-nm for Mach-O files to use dyld info in some cases when printing ...Kevin Enderby2017-06-191-0/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-3/+4
* [DWARF] Introduce Dump OptionsAdrian Prantl2017-06-012-2/+8
* [llvm-objdump] Don't attempt to print lines beyond the end of filePetr Hosek2017-04-251-1/+4
* Add the rest of the error checking for Mach-O dyld compact bind entry errorsKevin Enderby2017-03-203-156/+38
* llvm-objdump: handle line numbers and source options for amdgpu objectsKonstantin Zhuravlyov2017-03-071-0/+3
* Actually add error handling to unpacking the dyld compact bind andKevin Enderby2017-02-281-5/+20
* Tweak the implementation of llvm-objdump’s -objc-meta-data option soKevin Enderby2017-02-091-63/+91
* llvm-objdump: make NoLeadingAddr work on more than just MachOSaleem Abdulrasool2017-02-083-6/+9
* Use dynamic symbols for ELF disassemblySam Parker2017-02-081-1/+50
* Fix a bug in llvm-obdump(1) with the -macho and -info-plist optionsKevin Enderby2017-02-061-1/+1
* Fix a bug in llvm-obdump(1) with the -macho and -disassemble optionsKevin Enderby2017-02-061-1/+28
* Fix a bug in llvm-obdump(1) with the -objc-meta-data flag with -machoKevin Enderby2017-02-031-1/+1
* Fix a bug in llvm-obdump(1) with the -macho flag disassembling an objectKevin Enderby2017-01-311-2/+5
* Change the llvm-obdump(1) behavior with the -macho flag and inappropriate fil...Kevin Enderby2017-01-301-2/+7
* Add support for the x86_thread_state32_t andKevin Enderby2017-01-231-1/+98
* Add LC_BUILD_VERSION load commandSteven Wu2017-01-231-0/+36
* Add support for the new LC_NOTE load command.Kevin Enderby2017-01-191-0/+16
* [ARM] Create objdump subtarget from build attrsSam Parker2017-01-181-2/+19
* [llvm-objdump] Dump PT_NOTE as part of -p.Davide Italiano2017-01-161-0/+3
* [llvm-objdump] Dump PT_GNU_RELRO as part of -p.Davide Italiano2017-01-161-0/+3
* [llvm-objdump] Dump PT_OPENBSD_{BOOTDATA,RANDOMIZE,WXNEEDED}.Davide Italiano2017-01-161-0/+9
* Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin2017-01-131-19/+2
* [ARM] Enable objdump to construct triple for ARMSam Parker2017-01-131-2/+19
* llvm-objdump: speed up -objc-meta-dataSaleem Abdulrasool2017-01-081-26/+5
* llvm-objdump: sort phdr type strings in advance of adding new onesEd Maste2016-12-241-7/+7
* Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby2016-12-161-11/+15
* [bpf] change llvm-objdump to print dec instead of hexAlexei Starovoitov2016-12-131-0/+23
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-304-0/+32
* Add to llvm-objdump the -no-leading-headers option with the use of the -macho...Kevin Enderby2016-11-291-6/+11
* Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim2016-11-201-1/+1
* General clean up of error handling in llvm-objdump to remove its use of repor...Kevin Enderby2016-11-162-40/+54
* [ELF] Convert ELF.h to Expected<T>.Davide Italiano2016-11-162-17/+18
* General clean up of Mach-O error handling in llvm-objdump.Kevin Enderby2016-11-151-173/+72
* llvm-objdump: deal with unexpected object files more gracefully.Tim Northover2016-11-151-8/+18
* Add a checkSymbolTable() method to the MachOObjectFile class.Kevin Enderby2016-11-141-0/+3
* Make the Error class constructor protectedMehdi Amini2016-11-112-6/+7
* Remove dead code trying to handle when the amount of data read isChandler Carruth2016-11-041-12/+2
* Add support for the ARM_THREAD_STATE64 andKevin Enderby2016-11-031-0/+84
* Replace a report_fatal_error with an ErrorOr.Rafael Espindola2016-11-031-1/+4
* [RISCV] Add RISC-V ELF definesAlex Bradbury2016-11-011-0/+1