aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ELF.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-17Support/ELF: Add AMDGPU relocation definitions to match documentationTom Stellard1-0/+7
2016-03-01[lanai] Add ELF enum value and relocations.Jacques Pienaar1-0/+7
2016-01-12[WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.Dan Gohman1-0/+7
2015-11-04[ELF] elfiamcu triple should imply e_machine == EM_IAMCUMichael Kuperstein1-0/+1
2014-11-21Remove duplication of relocation names in lib/Object/ELF.cppTim Northover1-742/+14
2014-08-11AArch64: add support for dynamic-loader relocationsTim Northover1-0/+11
2014-07-18[PowerPC] 32-bit ELF PIC supportHal Finkel1-0/+1
2014-05-20[Mips] Add more relocation types and MIPS specific e_flags constants.Simon Atanasyan1-0/+10
2014-01-26[Sparc] Add support for sparc relocation types in ELF object file.Venkatraman Govindaraju1-0/+92
2013-12-19Support for microMIPS TLS relocations.Zoran Jovanovic1-0/+2
2013-11-04Support for microMIPS branch instructions.Zoran Jovanovic1-0/+1
2013-10-29Support for microMIPS jump instructionsZoran Jovanovic1-0/+1
2013-10-23Support for microMIPS relocations 1.Zoran Jovanovic1-0/+11
2013-08-09Add back missing PPC relocation types.Ulrich Weigand1-0/+36
2013-08-08Add missing PPC64 relocation types.Michael J. Spencer1-0/+42
2013-08-08[Object] Split the ELF interface into 3 parts.Michael J. Spencer1-0/+623