aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/ELF.h
AgeCommit message (Expand)Author
2013-05-03[SystemZ] Add ELF relocation supportRichard Sandiford
2013-04-12Add missing relocation namesNico Rieck
2013-03-26PowerPC: Simplify handling of fixups.Ulrich Weigand
2013-03-14Add two of the float related ARM-specific entries for e_flags needed forJoerg Sonnenberger
2013-02-25Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-16[ELF] Add STN_UNDEF.Michael J. Spencer
2013-02-12This patch just fixes up various llvm formattingJack Carter
2013-02-05This patch that sets the Mips ELF header flag for Jack Carter
2013-01-31Add AArch64 as an experimental target.Tim Northover
2013-01-30This patch implements runtime ARM specificJack Carter
2013-01-24[ELF] Add R_X86_64_IRELATIVE.Michael J. Spencer
2013-01-22Fix truncation of relocation types in Support/ELF.hTim Northover
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-09PowerPC: EH adjustmentsAdhemerval Zanella
2013-01-09add hexagon flags in ELF.hShankar Easwaran
2013-01-04PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella
2012-12-14This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt
2012-12-12This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt
2012-12-11This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt
2012-11-13Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand
2012-10-31Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNW...James Molloy
2012-10-30 * Add e_flags enum for HexagonSid Manning
2012-09-18Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella!Roman Divacky
2012-08-16Revert r162034, r162035 and r162037.Roman Divacky
2012-08-16Add PPC64 relocations definitions, by Adhemerval Zanella.Roman Divacky
2012-07-18Add some missed ELF constants definitions:Simon Atanasyan
2012-06-23Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...Marshall Clow
2012-05-17[Hexagon] Clean up Hexagon ELF definition.Evandro Menezes
2012-04-02Initial 64 bit direct object support.Akira Hatanaka
2012-03-09Support reading GNU symbol versions in ELFObjectFileDavid Meyer
2011-12-12Add support for gnu_indirect_function.Roman Divacky
2011-12-07Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes
2011-11-23This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka
2011-10-14Add ELF relocation types for Mips.Akira Hatanaka
2011-10-13Fix incorrect ELF typedefs.Michael J. Spencer
2011-10-13Add missing ELF constants.Michael J. Spencer
2011-08-02Sketch out PowerPC ELF writer. This is enough to get clang -integrated-asRoman Divacky
2011-06-13Fix spelling and sort CMakeLists.txt.Michael J. Spencer
2011-02-04Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim
2011-01-23Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola
2011-01-23Remove more duplicated code.Rafael Espindola
2011-01-20Object: Add ELF support.Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-23Move the ARM reloc constants to Support/ELF.hJason W Kim
2010-11-21Implement ELF object file writing support for the MBlaze backend. Its not per...Wesley Peck