summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-121-12/+11
* The next step along the way to getting good error messages for bad archives.Kevin Enderby2016-07-291-3/+4
* BPF: Use official ELF e_machine valueAlexei Starovoitov2016-07-151-0/+1
* [Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames2016-07-141-4/+4
* [Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames2016-07-141-4/+4
* [Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames2016-07-131-4/+4
* Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby2016-06-281-0/+6
* Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby2016-06-241-7/+13
* [llvm-objdump] Support detection of feature bits from the object and implemen...Daniel Sanders2016-06-161-4/+2
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1