aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/ELF.h
Commit message (Expand)AuthorAgeFilesLines
* Initial 64 bit direct object support.Akira Hatanaka2012-04-021-1/+3
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-091-0/+30
* Add support for gnu_indirect_function.Roman Divacky2011-12-121-0/+1
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-071-0/+1
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-231-0/+16
* Add ELF relocation types for Mips.Akira Hatanaka2011-10-141-1/+55
* Fix incorrect ELF typedefs.Michael J. Spencer2011-10-131-21/+19
* Add missing ELF constants.Michael J. Spencer2011-10-131-18/+216
* Sketch out PowerPC ELF writer. This is enough to get clang -integrated-asRoman Divacky2011-08-021-0/+17
* Fix spelling and sort CMakeLists.txt.Michael J. Spencer2011-06-131-4/+4
* Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set toJason W Kim2011-02-041-0/+4
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-231-0/+2
* Remove more duplicated code.Rafael Espindola2011-01-231-6/+45
* Object: Add ELF support.Michael J. Spencer2011-01-201-0/+3
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Move the ARM reloc constants to Support/ELF.hJason W Kim2010-11-231-0/+138
* Implement ELF object file writing support for the MBlaze backend. Its not per...Wesley Peck2010-11-211-0/+27
* Initial comdat implementation.Rafael Espindola2010-11-111-0/+7
* Add support for files with more than 65280 sections. No testcase sinceRafael Espindola2010-10-311-0/+1
* Add support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TLS_IE and R_386_TLS_LE.Rafael Espindola2010-10-271-1/+26
* Add support for emitting ARM file attributes.Rafael Espindola2010-10-251-0/+10
* Adding the EM_MBLAZE value to the machine architectures enumeration toWesley Peck2010-10-211-15/+16
* Sketch i386 relocations handling, from Roman Divacky.Benjamin Kramer2010-08-171-0/+21
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-161-0/+6
* Add the rest of the SHT_* values as defined in the System V ABIMatt Fleming2010-07-201-16/+23
* Remove extraneous semicolons after member functionsDouglas Gregor2010-07-161-4/+4
* A few more minor additions to ELF.h.Eli Friedman2010-07-161-0/+9
* Bring ELF64 on par with ELF32, add a few magic constants and support ".dynamic"Stephen Wilson2010-07-131-11/+123
* Simple format/style fixes.Stephen Wilson2010-07-121-28/+28
* Test commit.Stephen Wilson2010-07-121-1/+1
* Add X86_64 ELF relocation values and ELF64 relocation classes.Matt Fleming2010-07-061-0/+73
* Add some more ELF OSABI values as found in the System V ApplicationMatt Fleming2010-07-061-2/+21
* Add a few more ELF bits.Dan Gohman2010-04-191-0/+11
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Add AMD64 elf machine typeBruno Cardoso Lopes2009-05-301-1/+2
* Add segment flag bits to ELF.h.Mikhail Glushenkov2009-04-051-0/+9
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-9/+9
* Changes For Bug 352Reid Spencer2004-09-011-2/+7
* Update comment at head of file. Also fix C 'typedef struct' nonsense IBrian Gaeke2004-02-291-7/+9
* Add more architectures, and ELF64 stuff.Brian Gaeke2004-02-291-1/+49
* Fix my sloppinessBrian Gaeke2004-02-281-6/+6
* ELF constants and data structures.Brian Gaeke2004-02-281-0/+245