summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump/llvm-objdump.cpp
AgeCommit message (Expand)Author
2018-07-26[ADT] Replace std::isprint by llvm::isPrint.Michael Kruse
2018-07-25[llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel
2018-07-18[llvm-objdump] Add -demangle (-C) optionPaul Semel
2018-07-18[llvm-objdump] - An attempt to fix BB after r337361.George Rimar
2018-07-18[llvm-objdump] - Stop reporting bogus section IDs.George Rimar
2018-07-11Revert "[llvm-objdump] Add -demangle (-C) option"Paul Semel
2018-07-11[llvm-objdump] Add -demangle (-C) optionPaul Semel
2018-07-05[llvm-objdump] Add --archive-headers (-a) optionPaul Semel
2018-07-04[llvm-objdump] Add --file-headers (-f) optionPaul Semel
2018-06-28Handle absolute symbols as branch targets in disassembly.Sterling Augustine
2018-06-27[llvm-objdump] Add -x --all-headers optionsFangrui Song
2018-06-07[llvm-objdump] Add -R optionPaul Semel
2018-06-01Implemented sane default for llvm-objdump's relocation Value formatDaniel Cederman
2018-05-14Hexagon: Put relocations after instructions not packets.Sid Manning
2018-05-01Remove @brief commands from doxygen comments, too.Adrian Prantl
2018-04-26[WebAssembly] objdump: Don't assume all relocations have symbolsSam Clegg
2018-04-26[WebAssembly] Implement getRelocationValueString()Sam Clegg
2018-04-19[llvm-objdump] Print "..." instead of random data for virtual sectionsFrancis Visoiu Mistrih
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-04-01[tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-26[AMDGPU] Improve disassembler error handlingTim Corringham
2018-03-09[llvm-objdump] Support disassembling by symbol nameRafael Auler
2018-02-23[DebugInfo] Support DWARF v5 source code embedding extensionScott Linder
2018-02-02Fix typoAlex Denisov
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric
2017-11-03Fix a crash in llvm-objdump when printing a bad x86_64 relocation in a Mach-OKevin Enderby
2017-11-03Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman
2017-09-19Allow public Triple deduction from ObjectFiles.Vlad Tsyrklevich
2017-09-18[dwarfdump] Make .eh_frame an alias for .debug_frameJonas Devlieghere
2017-09-12Remove unneccessary string copies from method invocations.Vlad Tsyrklevich
2017-09-11llvm-dwarfdump: Replace -debug-dump=sect option with individual options.Adrian Prantl
2017-08-07[llvm-objdump] Use PRIx64 for output of ARM64_RELOC_ADDENDSimon Dardis
2017-08-02Don't pass the code model to MCRafael Espindola
2017-07-19Use delegation instead of inheritance.Rafael Espindola
2017-07-13[llvm-objdump] Properly print MachO aarch64 addend relocationsMartin Storsjo
2017-07-13[llvm-objdump] Correctly distinguish between the MachO upper/lower16 relocationsMartin Storsjo
2017-06-27[WebAssembly] Add support for printing relocations with llvm-objdumpSam Clegg
2017-06-01[DWARF] Introduce Dump OptionsAdrian Prantl
2017-04-25[llvm-objdump] Don't attempt to print lines beyond the end of filePetr Hosek
2017-03-20Add the rest of the error checking for Mach-O dyld compact bind entry errorsKevin Enderby
2017-03-07llvm-objdump: handle line numbers and source options for amdgpu objectsKonstantin Zhuravlyov
2017-02-08llvm-objdump: make NoLeadingAddr work on more than just MachOSaleem Abdulrasool
2017-02-08Use dynamic symbols for ELF disassemblySam Parker
2017-01-18[ARM] Create objdump subtarget from build attrsSam Parker
2017-01-13Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin
2017-01-13[ARM] Enable objdump to construct triple for ARMSam Parker
2016-12-13[bpf] change llvm-objdump to print dec instead of hexAlexei Starovoitov
2016-11-30[WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff
2016-11-16General clean up of error handling in llvm-objdump to remove its use of repor...Kevin Enderby