summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ELF.h
Commit message (Expand)AuthorAge
...
* 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
* Merge System into Support.Michael J. Spencer2010-11-29
* Move the ARM reloc constants to Support/ELF.hJason W Kim2010-11-23
* Implement ELF object file writing support for the MBlaze backend. Its not per...Wesley Peck2010-11-21
* Initial comdat implementation.Rafael Espindola2010-11-11
* Add support for files with more than 65280 sections. No testcase sinceRafael Espindola2010-10-31
* Add support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TLS_IE and R_386_TLS_LE.Rafael Espindola2010-10-27
* Add support for emitting ARM file attributes.Rafael Espindola2010-10-25
* Adding the EM_MBLAZE value to the machine architectures enumeration toWesley Peck2010-10-21
* Sketch i386 relocations handling, from Roman Divacky.Benjamin Kramer2010-08-17
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-16
* Add the rest of the SHT_* values as defined in the System V ABIMatt Fleming2010-07-20
* Remove extraneous semicolons after member functionsDouglas Gregor2010-07-16
* A few more minor additions to ELF.h.Eli Friedman2010-07-16
* Bring ELF64 on par with ELF32, add a few magic constants and support ".dynamic"Stephen Wilson2010-07-13
* Simple format/style fixes.Stephen Wilson2010-07-12
* Test commit.Stephen Wilson2010-07-12
* Add X86_64 ELF relocation values and ELF64 relocation classes.Matt Fleming2010-07-06
* Add some more ELF OSABI values as found in the System V ApplicationMatt Fleming2010-07-06
* Add a few more ELF bits.Dan Gohman2010-04-19
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Add AMD64 elf machine typeBruno Cardoso Lopes2009-05-30
* Add segment flag bits to ELF.h.Mikhail Glushenkov2009-04-05
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* Update comment at head of file. Also fix C 'typedef struct' nonsense IBrian Gaeke2004-02-29
* Add more architectures, and ELF64 stuff.Brian Gaeke2004-02-29
* Fix my sloppinessBrian Gaeke2004-02-28
* ELF constants and data structures.Brian Gaeke2004-02-28