summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in llvm-objdump when printing a bad x86_64 relocation in a Mach-OKevin Enderby2017-11-031-2/+13
* Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman2017-11-031-8/+7
* [tools] Add option to install binutils symlinksShoaib Meenai2017-11-021-0/+4
* Untabify.NAKAMURA Takumi2017-10-181-2/+2
* Convert a few ErrorOr to Expected.Rafael Espindola2017-10-111-2/+2
* [llvm-objdump] Use initializer list for scoped xar api constructorsFrancis Ricci2017-10-091-4/+3
* Guard xar RAII behind HAVE_LIBXARFrancis Ricci2017-10-061-0/+2
* [llvm-objdump] Add RAII for xar apisFrancis Ricci2017-10-061-15/+33
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-1/+1
* Fix a bug in llvm-objdump when disassembling using the wrong default CPUKevin Enderby2017-09-211-3/+7
* Allow public Triple deduction from ObjectFiles.Vlad Tsyrklevich2017-09-191-20/+2
* [dwarfdump] Make .eh_frame an alias for .debug_frameJonas Devlieghere2017-09-182-5/+3
* [llvm-objdump] Fix memory leaks in macho dumpFrancis Ricci2017-09-131-2/+5
* Remove unneccessary string copies from method invocations.Vlad Tsyrklevich2017-09-121-6/+6
* llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl2017-09-111-1/+1
* Untabify.NAKAMURA Takumi2017-08-281-31/+31
* [llvm-objdump] Use PRIx64 for output of ARM64_RELOC_ADDENDSimon Dardis2017-08-071-1/+1
* Don't pass the code model to MCRafael Espindola2017-08-021-1/+1
* [llvm] Update MachOObjectFile::exports interfaceAlexander Shaposhnikov2017-07-291-1/+1
* Add error handling to the dyld compact export entries in libObject.Kevin Enderby2017-07-201-1/+4
* Use delegation instead of inheritance.Rafael Espindola2017-07-192-4/+4
* [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
OpenPOWER on IntegriCloud