summaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ELF.cpp
AgeCommit message (Expand)Author
2021-09-29[llvm-objdump/llvm-readobj/obj2yaml/yaml2obj] Support STO_RISCV_VARIANT_CC an...Fangrui Song
2021-09-28[llvm-readobj] Support dumping of MSP430 ELF attributesJozef Lawrynowicz
2021-08-12[Object] Add missing PPC_DYNAMIC_TAG macrosFangrui Song
2021-03-08[llvm-readelf] Support dumping the BB address map section with --bb-addr-map.Rahman Lavaee
2021-03-08[M68k](4/8) MC layer and object file supportMin-Yih Hsu
2021-01-28Use DataExtractor to decode SLEB128 in android_relas.Rahman Lavaee
2021-01-05[llvm] Use llvm::lower_bound and llvm::upper_bound (NFC)Kazu Hirata
2020-12-16[llvm-readelf/obj] - Handle out-of-order PT_LOADs better.Georgii Rymar
2020-10-08Introduce and use a new section type for the bb_addr_map section.Rahman Lavaee
2020-09-15[lib/Object] - Refine interface of ELFFile<ELFT>. NFCI.Georgii Rymar
2020-09-07[ELF] Add a new e_machine value EM_CSKY and add some CSKY relocation typesZi Xuan Wu
2020-08-05[llvm-readobj] - Make decode_relrs() don't return Expected<>. NFCI.Georgii Rymar
2020-07-20[llvm-readobj] - Refactor how the code dumps relocations.Georgii Rymar
2020-05-28[VE] Implements minimum MC layer for VE (3/4)Kazushi (Jam) Marukawa
2020-05-11[Object] Remove unused variable after D79560. NFC.Xing GUO
2020-05-08[Object] Remove unneeded check in ELFFile<ELFT>::dynamicEntries().Xing GUO
2020-03-31[RISCV] ELF attribute section for RISC-V.Kai Wang
2020-03-27[llvm-readobj] - Fix a crash when DT_STRTAB is broken.Georgii Rymar
2019-12-24[llvm-readobj] - Remove an excessive helper for printing dynamic tags.Georgii Rymar
2019-09-06[llvm-readobj][yaml2obj] Support SHT_LLVM_SYMPART, SHT_LLVM_PART_EHDR and SHT...Fangrui Song
2019-07-05[Object/ELF.h] - Improve error reporting.George Rimar
2019-06-04[AArch64][ELF][llvm-readobj] Add support for BTI and PAC dynamic tagsPeter Smith
2019-05-29Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne
2019-05-17[ELF] Implement Dependent Libraries FeatureBen Dunbobbin
2019-03-13[ELF] Fix GCC8 warnings about "fall through", NFCIJonas Hahnfeld
2019-03-02[llvm-objdump] Should print unknown d_tag in hex formatXing GUO
2019-02-21[ObjectYAML] Support SHT_MIPS_DWARF section type flagFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-14[Object] Rename getRelrRelocationType to getRelativeRelocationTypeFangrui Song
2018-11-15[MSP430] Add MC layerAnton Korobeynikov
2018-11-08Revert "[MSP430] Add MC layer"Davide Italiano
2018-11-08[MSP430] Add MC layerAnton Korobeynikov
2018-08-15llvm-readobj: Fix addend in relocations for android packed formatPeter Collingbourne
2018-07-25[llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel
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-06-28[llvm-readobj] Add experimental support for SHT_RELR sectionsJake Ehrlich
2018-06-02[MC] Add assembler support for .cg_profile.Michael J. Spencer
2018-01-30CodeGen: support an extension to pass linker options on ELFSaleem Abdulrasool
2017-12-19Silence a bunch of implicit fallthrough warningsAdrian Prantl
2017-11-03Revert r317046, "Object: Move some code from ELF.h into ELF.cpp."Peter Collingbourne
2017-10-31Object: Move some code from ELF.h into ELF.cpp.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-09-13[ARC] Prepare the implementation of relocation for LLDLeslie Zhai
2017-06-14MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.Peter Collingbourne
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-05-02Add llvm::object::getELFSectionTypeName().Rafael Espindola
2017-04-24[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko
2016-11-01[RISCV] Add RISC-V ELF definesAlex Bradbury