aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ELF.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-08-12[Object] Add missing PPC_DYNAMIC_TAG macrosFangrui Song1-0/+10
2021-03-08[llvm-readelf] Support dumping the BB address map section with --bb-addr-map.Rahman Lavaee1-0/+52
2021-03-08[M68k](4/8) MC layer and object file supportMin-Yih Hsu1-0/+7
2021-01-28Use DataExtractor to decode SLEB128 in android_relas.Rahman Lavaee1-35/+23
2021-01-05[llvm] Use llvm::lower_bound and llvm::upper_bound (NFC)Kazu Hirata1-5/+4
2020-12-16[llvm-readelf/obj] - Handle out-of-order PT_LOADs better.Georgii Rymar1-1/+13
2020-10-08Introduce and use a new section type for the bb_addr_map section.Rahman Lavaee1-0/+1
2020-09-15[lib/Object] - Refine interface of ELFFile<ELFT>. NFCI.Georgii Rymar1-3/+3
2020-09-07[ELF] Add a new e_machine value EM_CSKY and add some CSKY relocation typesZi Xuan Wu1-0/+9
2020-08-05[llvm-readobj] - Make decode_relrs() don't return Expected<>. NFCI.Georgii Rymar1-1/+1
2020-07-20[llvm-readobj] - Refactor how the code dumps relocations.Georgii Rymar1-10/+9
2020-05-28[VE] Implements minimum MC layer for VE (3/4)Kazushi (Jam) Marukawa1-0/+7
2020-05-11[Object] Remove unused variable after D79560. NFC.Xing GUO1-3/+0
2020-05-08[Object] Remove unneeded check in ELFFile<ELFT>::dynamicEntries().Xing GUO1-4/+0
2020-03-31[RISCV] ELF attribute section for RISC-V.Kai Wang1-0/+3
2020-03-27[llvm-readobj] - Fix a crash when DT_STRTAB is broken.Georgii Rymar1-1/+12
2019-12-24[llvm-readobj] - Remove an excessive helper for printing dynamic tags.Georgii Rymar1-1/+1
2019-09-06[llvm-readobj][yaml2obj] Support SHT_LLVM_SYMPART, SHT_LLVM_PART_EHDR and SHT...Fangrui Song1-0/+2
2019-07-05[Object/ELF.h] - Improve error reporting.George Rimar1-2/+7
2019-06-04[AArch64][ELF][llvm-readobj] Add support for BTI and PAC dynamic tagsPeter Smith1-0/+10
2019-05-29Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne1-0/+1
2019-05-17[ELF] Implement Dependent Libraries FeatureBen Dunbobbin1-0/+1
2019-03-13[ELF] Fix GCC8 warnings about "fall through", NFCIJonas Hahnfeld1-0/+3
2019-03-02[llvm-objdump] Should print unknown d_tag in hex formatXing GUO1-3/+3
2019-02-21[ObjectYAML] Support SHT_MIPS_DWARF section type flagFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-14[Object] Rename getRelrRelocationType to getRelativeRelocationTypeFangrui Song1-2/+2
2018-11-15[MSP430] Add MC layerAnton Korobeynikov1-0/+7
2018-11-08Revert "[MSP430] Add MC layer"Davide Italiano1-7/+0
2018-11-08[MSP430] Add MC layerAnton Korobeynikov1-0/+7
2018-08-15llvm-readobj: Fix addend in relocations for android packed formatPeter Collingbourne1-9/+6
2018-07-25[llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel1-0/+138
2018-07-17MC: Implement support for new .addrsig and .addrsig_sym directives.Peter Collingbourne1-0/+1
2018-07-16[WebAssembly] Remove ELF file support.Sam Clegg1-9/+0
2018-06-28[llvm-readobj] Add experimental support for SHT_RELR sectionsJake Ehrlich1-0/+127
2018-06-02[MC] Add assembler support for .cg_profile.Michael J. Spencer1-0/+1
2018-01-30CodeGen: support an extension to pass linker options on ELFSaleem Abdulrasool1-0/+1
2017-12-19Silence a bunch of implicit fallthrough warningsAdrian Prantl1-0/+1
2017-11-03Revert r317046, "Object: Move some code from ELF.h into ELF.cpp."Peter Collingbourne1-263/+0
2017-10-31Object: Move some code from ELF.h into ELF.cpp.Peter Collingbourne1-0/+263
2017-10-27ELF: Add support for emitting dynamic relocations in the Android relocation p...Peter Collingbourne1-0/+2
2017-10-25llvm-readobj: Add support for reading relocations in the Android packed format.Peter Collingbourne1-0/+90
2017-09-13[ARC] Prepare the implementation of relocation for LLDLeslie Zhai1-0/+8
2017-06-14MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.Peter Collingbourne1-0/+1
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-17/+17
2017-05-02Add llvm::object::getELFSectionTypeName().Rafael Espindola1-3/+63
2017-04-24[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko1-7/+6
2016-11-01[RISCV] Add RISC-V ELF definesAlex Bradbury1-0/+7
2016-09-28[AVR] Handle AVR relocations when handling ELF filesDylan McKay1-0/+7
2016-07-15BPF: Use official ELF e_machine valueAlexei Starovoitov1-0/+6