summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ADT] Replace std::isprint by llvm::isPrint.Michael Kruse2018-07-261-2/+2
* [llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel2018-07-251-2/+4
* [llvm-objdump] Add -demangle (-C) optionPaul Semel2018-07-181-1/+37
* [llvm-objdump] - An attempt to fix BB after r337361.George Rimar2018-07-181-2/+2
* [llvm-objdump] - Stop reporting bogus section IDs.George Rimar2018-07-181-4/+3
* Revert "[llvm-objdump] Add -demangle (-C) option"Paul Semel2018-07-111-37/+1
* [llvm-objdump] Add -demangle (-C) optionPaul Semel2018-07-111-1/+37
* [llvm-objdump] Add --archive-headers (-a) optionPaul Semel2018-07-051-5/+83
* [llvm-objdump] Add --file-headers (-f) optionPaul Semel2018-07-041-0/+24
* Handle absolute symbols as branch targets in disassembly.Sterling Augustine2018-06-281-21/+35
* [llvm-objdump] Add -x --all-headers optionsFangrui Song2018-06-271-0/+9
* [llvm-objdump] Add -R optionPaul Semel2018-06-071-17/+70
* Implemented sane default for llvm-objdump's relocation Value formatDaniel Cederman2018-06-011-72/+10
* Hexagon: Put relocations after instructions not packets.Sid Manning2018-05-141-290/+319
* Remove @brief commands from doxygen comments, too.Adrian Prantl2018-05-011-3/+3
* [WebAssembly] objdump: Don't assume all relocations have symbolsSam Clegg2018-04-261-2/+6
* [WebAssembly] Implement getRelocationValueString()Sam Clegg2018-04-261-1/+9
* [llvm-objdump] Print "..." instead of random data for virtual sectionsFrancis Visoiu Mistrih2018-04-191-0/+7
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-7/+2
* [tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-3/+3
* [AMDGPU] Improve disassembler error handlingTim Corringham2018-03-261-16/+33
* [llvm-objdump] Support disassembling by symbol nameRafael Auler2018-03-091-14/+30
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-10/+16
* Fix typoAlex Denisov2018-02-021-1/+1
* 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
* 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
* Allow public Triple deduction from ObjectFiles.Vlad Tsyrklevich2017-09-191-20/+2
* [dwarfdump] Make .eh_frame an alias for .debug_frameJonas Devlieghere2017-09-181-2/+1
* 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
* [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
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-2/+2
* [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
* [DWARF] Introduce Dump OptionsAdrian Prantl2017-06-011-1/+4
* [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-201-9/+9
* llvm-objdump: handle line numbers and source options for amdgpu objectsKonstantin Zhuravlyov2017-03-071-0/+3
* llvm-objdump: make NoLeadingAddr work on more than just MachOSaleem Abdulrasool2017-02-081-3/+8
* Use dynamic symbols for ELF disassemblySam Parker2017-02-081-1/+50
* [ARM] Create objdump subtarget from build attrsSam Parker2017-01-181-2/+19
* Revert r291903 and r291898. Reason: they break check-lld on the bots.Ivan Krasin2017-01-131-19/+2
* [ARM] Enable objdump to construct triple for ARMSam Parker2017-01-131-2/+19
* [bpf] change llvm-objdump to print dec instead of hexAlexei Starovoitov2016-12-131-0/+23
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-301-0/+2
* General clean up of error handling in llvm-objdump to remove its use of repor...Kevin Enderby2016-11-161-40/+53
OpenPOWER on IntegriCloud