removing duplicate enum value
[oota-llvm.git] / include / llvm / Support / ELF.h
2014-01-25 Venkatraman Govind... removing duplicate enum value
2014-01-25 Venkatraman Govind... Missing ELF relocations for Sparc.
2014-01-05 Venkatraman Govind... ELF relocation types for sparc.
2013-12-19 Zoran JovanovicSupport for microMIPS TLS relocations.
2013-11-06 Simon AtanasyanAdd DT_VERSYM dynamic table entry tag definition.
2013-11-04 Zoran JovanovicSupport for microMIPS branch instructions.
2013-10-30 Simon Atanasyan[Mips] Add more SHF_MIPS_xxx ELF section flags.
2013-10-29 Zoran JovanovicSupport for microMIPS jump instructions
2013-10-24 Zonr ChangInclude missing Compiler.h for using LLVM_ENUM_INT_TYPE.
2013-10-23 Zoran JovanovicSupport for microMIPS relocations 1.
2013-10-06 Simon Atanasyan[Mips] Add MIPS program header types.
2013-09-23 Reid KlecknerExplicitly request unsigned enum types when desired
2013-09-15 Benjamin KramerELF: Add support for the exclude section bit for gas...
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
2013-07-01 Ulrich Weigand[PowerPC] Add support for TLS data relocations
2013-07-01 Ulrich Weigand[PowerPC] Fix 32-bit PowerPC TLS relocs
2013-06-25 Ulrich Weigand[PowerPC] Support @got modifier
2013-06-21 Ulrich Weigand[PowerPC] Support R_PPC_REL16 family of relocations
2013-06-21 Ulrich Weigand[PowerPC] Support various tls-related modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @higher et.al. modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @toc@h modifier
2013-06-05 Sean Silva[ELF] Add ELFOSABI_GNU.
2013-05-28 Simon Atanasyan[Mips] Add Mips specific dynamic table entry tags.
2013-05-08 Ulrich Weigand[PowerPC] Add some missing PPC64 relocs
2013-05-03 Richard Sandiford[SystemZ] Add ELF relocation support
2013-04-12 Nico RieckAdd missing relocation names
2013-03-26 Ulrich WeigandPowerPC: Simplify handling of fixups.
2013-03-14 Joerg SonnenbergerAdd two of the float related ARM-specific entries for...
2013-02-25 Bill SchmidtFix missing relocation for TLS addressing peephole...
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-16 Michael J. Spencer[ELF] Add STN_UNDEF.
2013-02-12 Jack CarterThis patch just fixes up various llvm formatting
2013-02-05 Jack CarterThis patch that sets the Mips ELF header flag for
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-30 Jack CarterThis patch implements runtime ARM specific
2013-01-24 Michael J. Spencer[ELF] Add R_X86_64_IRELATIVE.
2013-01-22 Tim NorthoverFix truncation of relocation types in Support/ELF.h
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-09 Adhemerval ZanellaPowerPC: EH adjustments
2013-01-09 Shankar Easwaranadd hexagon flags in ELF.h
2013-01-04 Adhemerval ZanellaPowerPC: Fix eh_frame relocation for PIC
2012-12-14 Bill SchmidtThis patch improves the 64-bit PowerPC InitialExec...
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-11-13 Ulrich WeigandAdd (some) PowerPC TLS relocation types to ELF.h and
2012-10-31 James MolloyAdd support for ARM segment types PT_ARM_ARCHEXT, PT_AR...
2012-10-30 Sid Manning * Add e_flags enum for Hexagon
2012-09-18 Roman DivackyAdd PowerPC64 relocation definitions. Patch by Adhemerv...
2012-08-16 Roman DivackyRevert r162034, r162035 and r162037.
2012-08-16 Roman DivackyAdd PPC64 relocations definitions, by Adhemerval Zanella.
2012-07-18 Simon AtanasyanAdd some missed ELF constants definitions:
2012-06-23 Marshall ClowAdd relocation types for Hexagon processor; patch by...
2012-05-17 Evandro Menezes[Hexagon] Clean up Hexagon ELF definition.
2012-04-02 Akira HatanakaInitial 64 bit direct object support.
2012-03-09 David MeyerSupport reading GNU symbol versions in ELFObjectFile
2011-12-12 Roman DivackyAdd support for gnu_indirect_function.
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-10-14 Akira HatanakaAdd ELF relocation types for Mips.
2011-10-13 Michael J. SpencerFix incorrect ELF typedefs.
2011-10-13 Michael J. SpencerAdd missing ELF constants.
2011-08-02 Roman DivackySketch out PowerPC ELF writer. This is enough to get...
2011-06-13 Michael J. SpencerFix spelling and sort CMakeLists.txt.
2011-02-04 Jason W KimTeach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic...
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-20 Michael J. SpencerObject: Add ELF support.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-23 Jason W KimMove the ARM reloc constants to Support/ELF.h
2010-11-21 Wesley PeckImplement ELF object file writing support for the MBlaz...
2010-11-11 Rafael EspindolaInitial comdat implementation.
2010-10-31 Rafael EspindolaAdd support for files with more than 65280 sections...
2010-10-27 Rafael EspindolaAdd support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TL...
2010-10-25 Rafael EspindolaAdd support for emitting ARM file attributes.
2010-10-21 Wesley PeckAdding the EM_MBLAZE value to the machine architectures...
2010-08-17 Benjamin KramerSketch i386 relocations handling, from Roman Divacky.
2010-08-16 Matt FlemingAdd ELF ObjectWriter and Streamer support.
2010-07-20 Matt FlemingAdd the rest of the SHT_* values as defined in the...
2010-07-16 Douglas GregorRemove extraneous semicolons after member functions
2010-07-16 Eli FriedmanA few more minor additions to ELF.h.
2010-07-13 Stephen WilsonBring ELF64 on par with ELF32, add a few magic constant...
2010-07-12 Stephen WilsonSimple format/style fixes.
2010-07-12 Stephen WilsonTest commit.
2010-07-06 Matt FlemingAdd X86_64 ELF relocation values and ELF64 relocation...
2010-07-06 Matt FlemingAdd some more ELF OSABI values as found in the System...
2010-04-19 Dan GohmanAdd a few more ELF bits.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-05-30 Bruno Cardoso LopesAdd AMD64 elf machine type
2009-04-05 Mikhail GlushenkovAdd segment flag bits to ELF.h.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-02-29 Brian GaekeUpdate comment at head of file. Also fix C 'typedef...
2004-02-29 Brian GaekeAdd more architectures, and ELF64 stuff.
next