summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Fix imported function symbol names that differ from their impor...Dan Gohman2019-02-071-2/+4
* [CodeView] Fix cycles in debug info when merging Types with global hashes Alexandre Ganea2019-02-073-27/+58
* [WebAssembly] Add symbol flag to the binary format llvm.usedSam Clegg2019-02-071-0/+1
* [WebAssembly] Expand symbol flags shown by llvm-objdump --symbolsSam Clegg2019-02-071-1/+14
* [llvm-readobj] Display sections that do not belong to a segment in the sectio...Matt Davis2019-02-051-1/+16
* [llvm-readobj] Report more WebAssembly symbol infoSam Clegg2019-02-041-0/+9
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-1/+1
* [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg2019-02-041-5/+5
* [llvm-readobj] Add a flag to dump just the section-to-segment mapping.Matt Davis2019-02-013-11/+65
* [llvm-readobj] - Few minor cleanups. NFC.George Rimar2019-01-301-76/+49
* [llvm-readobj] - Simplify the code.George Rimar2019-01-301-152/+96
* [llvm-readelf] Don't suppress static symbol table with --dyn-symbols + --symbolsJames Henderson2019-01-237-39/+53
* [llvm-readelf]Revert --dyn-symbols behaviour to make it GNU compatible, and a...James Henderson2019-01-223-7/+23
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1921-84/+63
* Add a missing dependency to fix build.Rui Ueyama2019-01-171-0/+1
* [llvm-readobj][ELF]Add demangling supportJames Henderson2019-01-173-24/+35
* [llvm-readobj] Set correct offset when dumping hex section output.Sid Manning2019-01-161-1/+2
* [llvm-readelf] Allow single-letter flags to be merged.Jordan Rupprecht2019-01-151-17/+32
* [llvm-readobj] Don't print '@' at end of unversioned dynsym namesJames Henderson2019-01-081-2/+4
* [CodeView] More appropriate name and type for a Microsoft precompiled headers...Alexandre Ganea2019-01-071-2/+2
* [llvm-readobj] [COFF] Print the symbol index for relocationsMartin Storsjo2019-01-031-0/+4
* [binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0Jordan Rupprecht2018-12-202-2/+2
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-12-182-39/+58
* [AMDGPU] Emit MessagePack HSA Metadata for v3 code objectScott Linder2018-12-121-10/+65
* [llvm-readelf] Add -e/--headers support to readobj/elfSid Manning2018-12-111-0/+14
* [llvm-readobj] Little clean up inside `parseDynamicTable`Xing GUO2018-12-081-13/+4
* [llvm-readobj] Improve dynamic section iteration NFC.Xing GUO2018-12-011-3/+9
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-232-58/+39
* Revert r343341Luke Cheeseman2018-11-232-39/+58
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-8/+7
* [libObject] Fix getDesc for Elf_Note_ImplJake Ehrlich2018-11-131-31/+30
* [llvm-readelf] Make llvm-readelf more compatible with GNU readelf.Jordan Rupprecht2018-11-127-79/+125
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-112-8/+8
* [llvm-readobj] Implement LLVM style printer for --notesJordan Rupprecht2018-11-071-90/+222
* AMDGPU: Add sram-ecc featureKonstantin Zhuravlyov2018-11-051-1/+2
* [COFF][LLD] Add link support for Microsoft precompiled headers OBJsAlexandre Ganea2018-11-051-1/+3
* [AArch64] [Windows] Misc fixes for llvm-readobj -unwind.Eli Friedman2018-11-021-19/+19
* [llvm-readobj] Fix bugs with unrecognized types in switch statementsRyan Prichard2018-10-261-8/+16
* [llvm-readobj] Print ELF header flags names in GNU outputSimon Atanasyan2018-10-251-48/+85
* [AMDGPU] Defined gfx909 Raven Ridge 2Tim Renouf2018-10-241-0/+1
* [ARM64][Windows] Add unwind support to llvm-readobjSanjin Sijaric2018-10-243-38/+416
* [llvm-readobj] Fix an error message about .llvm.call-graph-profileFangrui Song2018-10-121-1/+1
* Revert r343317Luke Cheeseman2018-09-282-56/+38
* Reapply changes reverted by r343235Luke Cheeseman2018-09-282-38/+56
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-272-56/+38
* Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman2018-09-272-38/+56
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-2/+1
* Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman2018-09-262-56/+38
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-262-38/+56
* Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg2018-09-262-56/+38
OpenPOWER on IntegriCloud