summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [ELF] Convert ELF.h to Expected<T>.Davide Italiano2016-11-161-15/+15
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* [RISCV] Add RISC-V ELF definesAlex Bradbury2016-11-011-0/+1
* llvm-objdump: Make some error messages more consistentJustin Bogner2016-10-261-2/+2
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* [AMDGPU] Disassembler: print label names in branch instructionsSam Kolton2016-10-061-2/+16
* [AVR] Allow llvm-objdump to handle AVR ELF filesDylan McKay2016-09-281-0/+1
* Revert "[AMDGPU] Disassembler: print label names in branch instructions"Sam Kolton2016-09-261-12/+0
* [AMDGPU] Disassembler: print label names in branch instructionsSam Kolton2016-09-261-0/+12
* [llvm-objump] Simplify the code. NFCI.Davide Italiano2016-09-181-23/+12
* llvm-objdump: Add --start-address and --stop-address optionsHemant Kulkarni2016-09-121-4/+41
* llvm-objdump: ELF: Handle code and data mix in all scenariosHemant Kulkarni2016-08-251-11/+94
* llvm-objdump: Add Hexagon printer changes for -S/-l optionsHemant Kulkarni2016-08-181-0/+4
* llvm-objdump: add coff import library symbol listing supportSaleem Abdulrasool2016-08-181-0/+17
* [AMDGPU] llvm-objdump: Skip amd_kernel_code_t only at the begining of kernel ...Sam Kolton2016-08-171-20/+47
* llvm-objdump: Implement source[line numbers] interleavingHemant Kulkarni2016-08-151-15/+111
OpenPOWER on IntegriCloud