aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ELF.cpp
AgeCommit message (Expand)AuthorFilesLines
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