summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ELF.h
Commit message (Expand)AuthorAge
* [ELF] Add ELFOSABI_GNU.Sean Silva2013-06-05
* [Mips] Add Mips specific dynamic table entry tags.Simon Atanasyan2013-05-28
* [PowerPC] Add some missing PPC64 relocsUlrich Weigand2013-05-08
* [SystemZ] Add ELF relocation supportRichard Sandiford2013-05-03
* Add missing relocation namesNico Rieck2013-04-12
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-26
* Add two of the float related ARM-specific entries for e_flags needed forJoerg Sonnenberger2013-03-14
* Fix missing relocation for TLS addressing peephole optimization.Bill Schmidt2013-02-25
* ELF symbol table field st_other support, Jack Carter2013-02-19
* ELF symbol table field st_other support, Jack Carter2013-02-19
* ELF symbol table field st_other support, Jack Carter2013-02-19
* [ELF] Add STN_UNDEF.Michael J. Spencer2013-02-16
* This patch just fixes up various llvm formattingJack Carter2013-02-12
* This patch that sets the Mips ELF header flag for Jack Carter2013-02-05
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* This patch implements runtime ARM specificJack Carter2013-01-30
* [ELF] Add R_X86_64_IRELATIVE.Michael J. Spencer2013-01-24
* Fix truncation of relocation types in Support/ELF.hTim Northover2013-01-22
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-18
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-09
* add hexagon flags in ELF.hShankar Easwaran2013-01-09
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-04
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-14
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-12
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-11
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-04
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-27
* Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand2012-11-13
* Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNW...James Molloy2012-10-31
* * Add e_flags enum for HexagonSid Manning2012-10-30
* Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella!Roman Divacky2012-09-18
* Revert r162034, r162035 and r162037.Roman Divacky2012-08-16
* Add PPC64 relocations definitions, by Adhemerval Zanella.Roman Divacky2012-08-16
* Add some missed ELF constants definitions:Simon Atanasyan2012-07-18
* Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...Marshall Clow2012-06-23
* [Hexagon] Clean up Hexagon ELF definition.Evandro Menezes2012-05-17
* Initial 64 bit direct object support.Akira Hatanaka2012-04-02
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-09
* Add support for gnu_indirect_function.Roman Divacky2011-12-12
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-07
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-23
* Add ELF relocation types for Mips.Akira Hatanaka2011-10-14
* Fix incorrect ELF typedefs.Michael J. Spencer2011-10-13
* Add missing ELF constants.Michael J. Spencer2011-10-13
* Sketch out PowerPC ELF writer. This is enough to get clang -integrated-asRoman Divacky2011-08-02
* Fix spelling and sort CMakeLists.txt.Michael J. Spencer2011-06-13
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-04
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-23
* Remove more duplicated code.Rafael Espindola2011-01-23
* Object: Add ELF support.Michael J. Spencer2011-01-20