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