aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ELF.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of a bunch of duplicated ELF enum values.Eli Friedman2010-07-161-105/+15
* Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor2009-12-191-2/+2
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Remove hack used to strip unwanted chars from section nameBruno Cardoso Lopes2009-08-131-4/+4
* ELF improvements:Bruno Cardoso Lopes2009-08-081-3/+3
* - Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes2009-08-051-0/+12
* fix commentBruno Cardoso Lopes2009-07-271-1/+1
* add module identifier to the elf object fileBruno Cardoso Lopes2009-07-271-5/+17
* Handle external symbols for ELF and add some static methods to ELFSymBruno Cardoso Lopes2009-07-271-6/+71
* Add support to properly reference private symbols on relocation entries.Bruno Cardoso Lopes2009-07-181-0/+7
* Fix coding style issues pointed by Bill.Bruno Cardoso Lopes2009-07-161-8/+8
* use std::vector instead of std::list for both Section and Symbol lists becauseBruno Cardoso Lopes2009-07-151-65/+68
* Cleanup the global emission and refactor some codeBruno Cardoso Lopes2009-07-131-11/+6
* shrinking down #includesBruno Cardoso Lopes2009-07-021-28/+10
* Support Constant Pool SectionsBruno Cardoso Lopes2009-06-251-1/+9
* Add more methods to gather target specific elf stuffBruno Cardoso Lopes2009-06-221-5/+43
* Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...Bruno Cardoso Lopes2009-06-141-73/+13
* Support for ELF VisibilityBruno Cardoso Lopes2009-06-111-13/+42
* Delete comment and fix typoBruno Cardoso Lopes2009-06-071-1/+1
* Fix wrong elf class and byte order initializations.Bruno Cardoso Lopes2009-06-071-2/+2
* Simple ELF32/64 binary files can now be emitted for x86 and x86_64 withoutBruno Cardoso Lopes2009-06-071-3/+43
* Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...Bruno Cardoso Lopes2009-06-061-0/+186