summaryrefslogtreecommitdiff
path: root/lib/Object/ELF.cpp
AgeCommit message (Expand)Author
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
2016-09-28[AVR] Handle AVR relocations when handling ELF filesDylan McKay
2016-07-15BPF: Use official ELF e_machine valueAlexei Starovoitov
2016-06-17Support/ELF: Add AMDGPU relocation definitions to match documentationTom Stellard
2016-03-01[lanai] Add ELF enum value and relocations.Jacques Pienaar
2016-01-12[WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.Dan Gohman
2015-11-04[ELF] elfiamcu triple should imply e_machine == EM_IAMCUMichael Kuperstein
2014-11-21Remove duplication of relocation names in lib/Object/ELF.cppTim Northover
2014-08-11AArch64: add support for dynamic-loader relocationsTim Northover
2014-07-18[PowerPC] 32-bit ELF PIC supportHal Finkel
2014-05-20[Mips] Add more relocation types and MIPS specific e_flags constants.Simon Atanasyan
2014-01-26[Sparc] Add support for sparc relocation types in ELF object file.Venkatraman Govindaraju
2013-12-19Support for microMIPS TLS relocations.Zoran Jovanovic
2013-11-04Support for microMIPS branch instructions.Zoran Jovanovic
2013-10-29Support for microMIPS jump instructionsZoran Jovanovic
2013-10-23Support for microMIPS relocations 1.Zoran Jovanovic
2013-08-09Add back missing PPC relocation types.Ulrich Weigand
2013-08-08Add missing PPC64 relocation types.Michael J. Spencer
2013-08-08[Object] Split the ELF interface into 3 parts.Michael J. Spencer