aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-08-08[ADT] Normalize empty triple componentsPetr Hosek1-1/+0
2018-08-03objdump: Better handling of Mach-O universal binariesDave Lee1-0/+3
2018-07-26[ADT] Replace std::isprint by llvm::isPrint.Michael Kruse1-2/+2
2018-07-25[llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel1-2/+4
2018-07-18[llvm-objdump] Add -demangle (-C) optionPaul Semel1-1/+37
2018-07-18[llvm-objdump] - An attempt to fix BB after r337361.George Rimar1-2/+2
2018-07-18[llvm-objdump] - Stop reporting bogus section IDs.George Rimar1-4/+3
2018-07-11Revert "[llvm-objdump] Add -demangle (-C) option"Paul Semel1-37/+1
2018-07-11[llvm-objdump] Add -demangle (-C) optionPaul Semel1-1/+37
2018-07-05[llvm-objdump] Add --archive-headers (-a) optionPaul Semel1-5/+83
2018-07-04[llvm-objdump] Add --file-headers (-f) optionPaul Semel1-0/+24
2018-06-28Handle absolute symbols as branch targets in disassembly.Sterling Augustine1-21/+35
2018-06-27[llvm-objdump] Add -x --all-headers optionsFangrui Song1-0/+9
2018-06-07[llvm-objdump] Add -R optionPaul Semel1-17/+70
2018-06-01Implemented sane default for llvm-objdump's relocation Value formatDaniel Cederman1-72/+10
2018-05-14Hexagon: Put relocations after instructions not packets.Sid Manning1-290/+319
2018-05-01Remove @brief commands from doxygen comments, too.Adrian Prantl1-3/+3
2018-04-26[WebAssembly] objdump: Don't assume all relocations have symbolsSam Clegg1-2/+6
2018-04-26[WebAssembly] Implement getRelocationValueString()Sam Clegg1-1/+9
2018-04-19[llvm-objdump] Print "..." instead of random data for virtual sectionsFrancis Visoiu Mistrih1-0/+7
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-7/+2
2018-04-01[tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang1-3/+3
2018-03-26[AMDGPU] Improve disassembler error handlingTim Corringham1-16/+33
2018-03-09[llvm-objdump] Support disassembling by symbol nameRafael Auler1-14/+30
2018-02-23[DebugInfo] Support DWARF v5 source code embedding extensionScott Linder1-10/+16
2018-02-02Fix typoAlex Denisov1-1/+1
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer1-1/+1
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric1-7/+7
2017-11-03Fix a crash in llvm-objdump when printing a bad x86_64 relocation in a Mach-OKevin Enderby1-2/+13
2017-11-03Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman1-8/+7
2017-09-19Allow public Triple deduction from ObjectFiles.Vlad Tsyrklevich1-20/+2
2017-09-18[dwarfdump] Make .eh_frame an alias for .debug_frameJonas Devlieghere1-2/+1
2017-09-12Remove unneccessary string copies from method invocations.Vlad Tsyrklevich1-6/+6
2017-09-11llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl1-1/+1
2017-08-07[llvm-objdump] Use PRIx64 for output of ARM64_RELOC_ADDENDSimon Dardis1-1/+1
2017-08-02Don't pass the code model to MCRafael Espindola1-1/+1
2017-07-19Use delegation instead of inheritance.Rafael Espindola1-2/+2
2017-07-13[llvm-objdump] Properly print MachO aarch64 addend relocationsMartin Storsjo1-1/+4
2017-07-13[llvm-objdump] Correctly distinguish between the MachO upper/lower16 relocationsMartin Storsjo1-1/+1
2017-06-27[WebAssembly] Add support for printing relocations with llvm-objdumpSam Clegg1-2/+18
2017-06-01[DWARF] Introduce Dump OptionsAdrian Prantl1-1/+4
2017-04-25[llvm-objdump] Don't attempt to print lines beyond the end of filePetr Hosek1-1/+4
2017-03-20Add the rest of the error checking for Mach-O dyld compact bind entry errorsKevin Enderby1-9/+9
2017-03-07llvm-objdump: handle line numbers and source options for amdgpu objectsKonstantin Zhuravlyov1-0/+3
2017-02-08llvm-objdump: make NoLeadingAddr work on more than just MachOSaleem Abdulrasool1-3/+8
2017-02-08Use dynamic symbols for ELF disassemblySam Parker1-1/+50
2017-01-18[ARM] Create objdump subtarget from build attrsSam Parker1-2/+19
2017-01-13Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin1-19/+2
2017-01-13[ARM] Enable objdump to construct triple for ARMSam Parker1-2/+19
2016-12-13[bpf] change llvm-objdump to print dec instead of hexAlexei Starovoitov1-0/+23