summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] Improve disassembler error handlingTim Corringham2018-03-261-16/+33
* For llvm-objdump and Mach-O files, fix the printing of module init andKevin Enderby2018-03-201-9/+43
* [llvm-objdump] Support disassembling by symbol nameRafael Auler2018-03-091-14/+30
* For llvm-objdump and Mach-O files, update the printing of some thread statesKevin Enderby2018-03-081-0/+20
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-10/+16
* [llvm-objdump] Use unique_ptr to simplify memory ownershipDavid Blaikie2018-02-201-34/+31
* Use delete[] instead of freeSerge Pavlov2018-02-141-2/+2
* Use delete[] to deallocate array of charsSerge Pavlov2018-02-141-2/+2
* Refactor DisassembleInfo in MachODump.cppSerge Pavlov2018-02-141-83/+23
* llvm-objdump when printing the Objective-C meta data also prints the Swift ABIKevin Enderby2018-02-091-0/+16
* Fix typoAlex Denisov2018-02-021-1/+1
* llvm-objdump: prevent out of bounds accesses during unwind dumping.Tim Northover2018-01-231-57/+80
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-1/+1
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-181-7/+7
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-151-4/+332
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-4/+0
* reverting out -r320532 because a warning is breaking the lld buildMichael Trent2017-12-131-332/+4
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-121-4/+332
* Reverting r320166 to fix test failures.Michael Trent2017-12-081-326/+4
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-081-4/+326
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-1/+1
* Test commit, as per the LLVM Developer Policy.Michael Trent2017-12-051-0/+1
* 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
OpenPOWER on IntegriCloud