summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ELF.h
AgeCommit message (Expand)AuthorFilesLines
2009-07-27fix commentBruno Cardoso Lopes1-1/+1
2009-07-27add module identifier to the elf object fileBruno Cardoso Lopes1-5/+17
2009-07-27Handle external symbols for ELF and add some static methods to ELFSymBruno Cardoso Lopes1-6/+71
2009-07-18Add support to properly reference private symbols on relocation entries.Bruno Cardoso Lopes1-0/+7
2009-07-16Fix coding style issues pointed by Bill.Bruno Cardoso Lopes1-8/+8
2009-07-15use std::vector instead of std::list for both Section and Symbol lists becauseBruno Cardoso Lopes1-65/+68
2009-07-13Cleanup the global emission and refactor some codeBruno Cardoso Lopes1-11/+6
2009-07-02shrinking down #includesBruno Cardoso Lopes1-28/+10
2009-06-25Support Constant Pool SectionsBruno Cardoso Lopes1-1/+9
2009-06-22Add more methods to gather target specific elf stuffBruno Cardoso Lopes1-5/+43
2009-06-14Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...Bruno Cardoso Lopes1-73/+13
2009-06-11Support for ELF VisibilityBruno Cardoso Lopes1-13/+42
2009-06-07Delete comment and fix typoBruno Cardoso Lopes1-1/+1
2009-06-07Fix wrong elf class and byte order initializations.Bruno Cardoso Lopes1-2/+2
2009-06-07Simple ELF32/64 binary files can now be emitted for x86 and x86_64 withoutBruno Cardoso Lopes1-3/+43
2009-06-06Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...Bruno Cardoso Lopes1-0/+186