aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ELF.h
AgeCommit message (Expand)Author
2010-07-16Get rid of a bunch of duplicated ELF enum values.Eli Friedman
2009-12-19Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-08-13Remove hack used to strip unwanted chars from section nameBruno Cardoso Lopes
2009-08-08ELF improvements:Bruno Cardoso Lopes
2009-08-05- Remove custom handling of jumptables by the elf writter (this wasBruno Cardoso Lopes
2009-07-27fix commentBruno Cardoso Lopes
2009-07-27add module identifier to the elf object fileBruno Cardoso Lopes
2009-07-27Handle external symbols for ELF and add some static methods to ELFSymBruno Cardoso Lopes
2009-07-18Add support to properly reference private symbols on relocation entries.Bruno Cardoso Lopes
2009-07-16Fix coding style issues pointed by Bill.Bruno Cardoso Lopes
2009-07-15use std::vector instead of std::list for both Section and Symbol lists becauseBruno Cardoso Lopes
2009-07-13Cleanup the global emission and refactor some codeBruno Cardoso Lopes
2009-07-02shrinking down #includesBruno Cardoso Lopes
2009-06-25Support Constant Pool SectionsBruno Cardoso Lopes
2009-06-22Add more methods to gather target specific elf stuffBruno Cardoso Lopes
2009-06-14Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...Bruno Cardoso Lopes
2009-06-11Support for ELF VisibilityBruno Cardoso Lopes
2009-06-07Delete comment and fix typoBruno Cardoso Lopes
2009-06-07Fix wrong elf class and byte order initializations.Bruno Cardoso Lopes
2009-06-07Simple ELF32/64 binary files can now be emitted for x86 and x86_64 withoutBruno Cardoso Lopes
2009-06-06Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...Bruno Cardoso Lopes