summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj/ELFDumper.cpp
AgeCommit message (Expand)Author
2018-07-25[llvm-readobj] Generic hex-dump optionPaul Semel
2018-07-19[llvm-readobj] - Do not report invalid amount of sections.George Rimar
2018-07-18[llvm-readobj] Generic -string-dump optionPaul Semel
2018-07-18[llvm-readobj] - Teach tool to dump objects with >= SHN_LORESERVE of sections.George Rimar
2018-07-17MC: Implement support for new .addrsig and .addrsig_sym directives.Peter Collingbourne
2018-07-16[WebAssembly] Remove ELF file support.Sam Clegg
2018-07-11[llvm-readobj] Add -hex-dump (-x) optionPaul Semel
2018-07-01Revert "[llvm-readobj] Fix printing format"Paul Semel
2018-07-01[llvm-readobj] Fix printing formatPaul Semel
2018-06-28[llvm-readobj] Add experimental support for SHT_RELR sectionsJake Ehrlich
2018-06-15[llvm-readobj] Add -string-dump (-p) optionPaul Semel
2018-06-07llvm-readobj: fix printing number of relocations in Android packed format.Peter Collingbourne
2018-06-04[llvm-readobj] Support GNU_PROPERTY_X86_FEATURE_1_AND notes in .note.gnu.prop...Alexander Ivchenko
2018-06-02[MC] Add assembler support for .cg_profile.Michael J. Spencer
2018-05-30Reverted r333424 as it broke multiple build bots and left unfixed for a long ...Galina Kistanova
2018-05-29[llvm-readobj] Support GNU_PROPERTY_X86_FEATURE_1_AND notes in .note.gnu.prop...Alexander Ivchenko
2018-05-17[mips] Add support for Global INValidate ASEPetar Jovanovic
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-30AMDGPU: Add Vega12 and Vega20Matt Arsenault
2018-04-13Add PPC64_GLINK dynamic tag.Sean Fertile
2018-03-21Change DT_* value definitions to macros in a separate fileAlexander Richardson
2018-03-21[llvm-readobj] - Teach llvm-readobj to dump .note.gnu.property sections.George Rimar
2018-03-14[mips] Add support for CRC ASEPetar Jovanovic
2018-03-12[llvm-readobj] Extend the output of -elf-section-groupsAlexander Shaposhnikov
2018-03-12[llvm-readobj][ELF] Move ELF note parsing into libObjectScott Linder
2018-03-08Reland "[DebugInfo] Support DWARF expressions in eh_frame"Rafael Auler
2018-03-07Revert r326932: [DebugInfo] Support DWARF expressions in eh_frameRui Ueyama
2018-03-07[DebugInfo] Support DWARF expressions in eh_frameRafael Auler
2018-02-16AMDGPU: Bring elf flags in sync with the specKonstantin Zhuravlyov
2018-01-30CodeGen: support an extension to pass linker options on ELFSaleem Abdulrasool
2018-01-12Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.Rui Ueyama
2018-01-12Use ELF{32,64}{LE,BE} instead of ELFType<{little,big}, {true,false}>. NFC.Rui Ueyama
2018-01-10[llvm-readobj] Consistent use of ScopedPrinterSam Clegg
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer
2017-12-21[llvm-readobj] Fix ambiguous call to the `printNumber`Simon Atanasyan
2017-12-21[llvm-readobj] Support 'GNU' style for MIPS GOT/PLT dumpingSimon Atanasyan
2017-12-02[llvm-readobj] Remove redundant local variables to reduce the code. NFCSimon Atanasyan
2017-12-02[llvm-readobj] Print static MIPS GOTSimon Atanasyan
2017-12-02[llvm-readobj] Delete unused method argument. NFCSimon Atanasyan
2017-11-16Add ELF dynamic symbol support to yaml2obj/obj2yamlDave Lee
2017-10-31Inline compareAddr function into its only caller. NFCI.Peter Collingbourne
2017-10-27ELF: Add support for emitting dynamic relocations in the Android relocation p...Peter Collingbourne
2017-10-25llvm-readobj: Add support for reading relocations in the Android packed format.Peter Collingbourne
2017-10-14llvm-readobj: Print AMDGPU note contentsKonstantin Zhuravlyov
2017-10-14llvm-readobj: Print AMDGPU note type namesKonstantin Zhuravlyov
2017-10-08Remove unused variables. No functionality change.Benjamin Kramer
2017-10-05AMDGPU: Add and set AMDGPU-specific e_flagsKonstantin Zhuravlyov
2017-10-03AMDGPU: Add ELFOSABI_AMDGPU_MESA3DKonstantin Zhuravlyov
2017-10-03AMDGPU: Add ELFOSABI_AMDGPU_PALKonstantin Zhuravlyov
2017-10-03[llvm-readobj][RISCV] Pretty-print RISCV e_flagsAlex Bradbury