summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU: Select VOP3 form of addMatt Arsenault2019-05-081-2/+2
* [llvm-objdump] - Print relocation record in a GNU format.George Rimar2019-05-071-11/+30
* [llvm-objdump] Print newlines before and after "Disassembly of section ...:"Fangrui Song2019-05-015-0/+16
* [Object][XCOFF] Add intial support for section header table.Sean Fertile2019-04-254-0/+43
* [llvm-objdump] Prep for adding newlines before and after "Disassembly of sect...Fangrui Song2019-04-254-30/+17
* [llvm] Prevent duplicate files in debug line header in dwarf 5: another attemptAli Tamur2019-04-192-5/+4
* [llvm-objdump] Test tabs in disassemble-align.s with a more visible characterFangrui Song2019-04-161-14/+16
* [llvm-objdump] Align instructions to a tab stop in disassembly outputFangrui Song2019-04-161-0/+29
* [llvm-objdump] Simplify PrintHelpMessage() logicFangrui Song2019-04-161-1/+1
* Revert r358405: "[llvm-objdump] Align instructions to a tab stop in disassemb...Alex Lorenz2019-04-151-29/+0
* Revert r358418: "[llvm-objdump] Simplify PrintHelpMessage() logic"Alex Lorenz2019-04-151-1/+1
* [llvm-objdump] Simplify PrintHelpMessage() logicFangrui Song2019-04-151-1/+1
* [llvm-objdump] Align instructions to a tab stop in disassembly outputFangrui Song2019-04-151-0/+29
* [BinaryFormat] Update Mach-O ARM64E CPU subtype and dumpingShoaib Meenai2019-04-082-0/+17
* [llvm-objdump] Fix split of source lines; don't ltrim source linesFangrui Song2019-04-071-4/+3
* [llvm-objdump] Simplify disassembleObjectFangrui Song2019-04-071-2/+2
* [yaml2obj][obj2yaml] - Change how symbol's binding is descibed when parsing/d...George Rimar2019-04-039-92/+91
* Add reproduction instructions to llvm-objdump's embedded source test.Eric Christopher2019-03-281-0/+10
* Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf...Ali Tamur2019-03-262-4/+5
* [llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-262-5/+4
* Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-252-4/+5
* [llvm] Prevent duplicate files in debug line header in dwarf 5.Ali Tamur2019-03-252-5/+4
* [llvm-objdump] Support arg grouping for -j and -M (e.g. llvm-objdump -sj.foo ...Jordan Rupprecht2019-03-212-4/+39
* Fix Mach-O bind and rebase validation errors in libObjectMichael Trent2019-03-202-46/+46
* [ELF] Fix GCC8 warnings about "fall through", NFCIJonas Hahnfeld2019-03-131-0/+77
* [yaml2obj]Allow explicit symbol indexes in relocations and emit error for bad...James Henderson2019-03-121-0/+3
* Detect malformed LC_LINKER_COMMANDs in Mach-O binariesMichael Trent2019-03-112-7/+10
* [DebugInfo] Fix the type of the formated variablePetar Jovanovic2019-03-071-2/+2
* [llvm-objdump] Should print unknown d_tag in hex formatXing GUO2019-03-021-0/+3
* [WebAssembly] Remove uses of ThreadModelThomas Lively2019-02-281-1/+1
* [llvm-objdump] Should print strings when dumping DT_RPATH, DT_RUNPATH, DT_SON...Xing GUO2019-02-271-0/+202
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-0/+221
* [llvm-objdump] Add `Version Definitions` dumperXing GUO2019-02-261-0/+41
* [llvm-objdump] Implement -Mreg-names-raw/-std options.Igor Kudrin2019-02-261-0/+18
* [llvm-objdump] Add `Version References` dumperXing GUO2019-02-252-0/+97
* objdump fails to parse Mach-O binaries with n_desc bearing stabsMichael Trent2019-02-232-0/+3
* [WebAssembly] Update MC for bulk memoryThomas Lively2019-02-191-1/+1
* Revert "Revert "[llvm-objdump] Allow short options without arguments to be gr...Matthew Voss2019-02-196-6/+28
* Fix BB after r354319 "[yaml2obj] - Do not skip zeroes blocks if there are rel...George Rimar2019-02-191-0/+0
* [yaml2obj] - Do not skip zeroes blocks if there are relocations against them.George Rimar2019-02-191-0/+52
* Revert "[llvm-objdump] Allow short options without arguments to be grouped"Matthew Voss2019-02-142-3/+1
* [llvm-objdump] Allow short options without arguments to be groupedMatthew Voss2019-02-142-1/+3
* [PowerPC] Fix printing of negative offsets in call instruction dissasembly.Sean Fertile2019-02-122-0/+45
* [yaml2obj][obj2yaml] - Add support for dumping/parsing .dynamic sections.George Rimar2019-02-091-2/+59
* [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg2019-02-041-2/+2
* [llvm-objdump] - llvm-objdump can skip bytes at the end of a section.Sid Manning2019-02-011-0/+11
* [llvm-objdump] - Update test after r352366. NFC.George Rimar2019-01-281-2/+2
* [llvm-objdump] - Print LMAs when dumping section headers.George Rimar2019-01-284-2/+110
* [llvm-objdump] - Implement the --adjust-vma option.George Rimar2019-01-281-0/+131
* [llvm-objdump] - Dump the archive headers when -all-headers is specified.George Rimar2019-01-181-0/+25
OpenPOWER on IntegriCloud