aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
AgeCommit message (Expand)Author
2018-08-08[ADT] Normalize empty triple componentsPetr Hosek
2018-08-04[llvm-objdump] Remove continue after report_error which is unreachableFangrui Song
2018-08-03objdump: Better handling of Mach-O universal binariesDave Lee
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-06Reapply: "objdump: Support newer ObjC image info flags"Dave Lee
2018-07-06Revert "objdump: Support newer ObjC image info flags"Dave Lee
2018-07-05objdump: Support newer ObjC image info flagsDave Lee
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-15Fix debug build by adding missing dependencies on libBinaryFormatSam Clegg
2018-05-14Hexagon: Put relocations after instructions not packets.Sid Manning
2018-05-01Remove @brief commands from doxygen comments, too.Adrian Prantl
2018-05-01Remove \brief commands from doxygen comments.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] Issue error message when object file cannot be createdGerolf Hoflehner
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-20For llvm-objdump and Mach-O files, fix the printing of module init andKevin Enderby
2018-03-09[llvm-objdump] Support disassembling by symbol nameRafael Auler
2018-03-08For llvm-objdump and Mach-O files, update the printing of some thread statesKevin Enderby
2018-02-23[DebugInfo] Support DWARF v5 source code embedding extensionScott Linder
2018-02-20[llvm-objdump] Use unique_ptr to simplify memory ownershipDavid Blaikie
2018-02-14Use delete[] instead of freeSerge Pavlov
2018-02-14Use delete[] to deallocate array of charsSerge Pavlov
2018-02-14Refactor DisassembleInfo in MachODump.cppSerge Pavlov
2018-02-09llvm-objdump when printing the Objective-C meta data also prints the Swift ABIKevin Enderby
2018-02-02Fix typoAlex Denisov
2018-01-23llvm-objdump: prevent out of bounds accesses during unwind dumping.Tim Northover
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-12-15Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-12-13reverting out -r320532 because a warning is breaking the lld buildMichael Trent
2017-12-12Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent
2017-12-08Reverting r320166 to fix test failures.Michael Trent
2017-12-08Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai