[WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.
[oota-llvm.git] / lib / Object / ELF.cpp
2016-01-12 Dan Gohman[WebAssembly] Add a EM_WEBASSEMBLY value, and several...
2015-11-04 Michael Kuperstein[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
2014-11-21 Tim NorthoverRemove duplication of relocation names in lib/Object...
2014-08-11 Tim NorthoverAArch64: add support for dynamic-loader relocations
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-05-20 Simon Atanasyan[Mips] Add more relocation types and MIPS specific...
2014-01-26 Venkatraman Govind... [Sparc] Add support for sparc relocation types in ELF...
2013-12-19 Zoran JovanovicSupport for microMIPS TLS relocations.
2013-11-04 Zoran JovanovicSupport for microMIPS branch instructions.
2013-10-29 Zoran JovanovicSupport for microMIPS jump instructions
2013-10-23 Zoran JovanovicSupport for microMIPS relocations 1.
2013-08-09 Ulrich WeigandAdd back missing PPC relocation types.
2013-08-08 Michael J. SpencerAdd missing PPC64 relocation types.
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.