summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud