Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / lib / CodeGen / ELF.h
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-11-29 Michael J. SpencerMerge System into Support.
2010-07-16 Eli FriedmanGet rid of a bunch of duplicated ELF enum values.
2009-12-19 Douglas GregorFix a bunch of little errors that Clang complains about...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-08-13 Bruno Cardoso LopesRemove hack used to strip unwanted chars from section...
2009-08-08 Bruno Cardoso LopesELF improvements:
2009-08-05 Bruno Cardoso Lopes- Remove custom handling of jumptables by the elf writt...
2009-07-27 Bruno Cardoso Lopesfix comment
2009-07-27 Bruno Cardoso Lopesadd module identifier to the elf object file
2009-07-27 Bruno Cardoso LopesHandle external symbols for ELF and add some static...
2009-07-18 Bruno Cardoso LopesAdd support to properly reference private symbols on...
2009-07-16 Bruno Cardoso LopesFix coding style issues pointed by Bill.
2009-07-15 Bruno Cardoso Lopesuse std::vector instead of std::list for both Section...
2009-07-13 Bruno Cardoso LopesCleanup the global emission and refactor some code
2009-07-02 Bruno Cardoso Lopesshrinking down #includes
2009-06-25 Bruno Cardoso LopesSupport Constant Pool Sections
2009-06-22 Bruno Cardoso LopesAdd more methods to gather target specific elf stuff
2009-06-14 Bruno Cardoso LopesIntroduce new BinaryObject (blob) class, ELF Writer...
2009-06-11 Bruno Cardoso LopesSupport for ELF Visibility
2009-06-07 Bruno Cardoso LopesDelete comment and fix typo
2009-06-07 Bruno Cardoso LopesFix wrong elf class and byte order initializations.
2009-06-07 Bruno Cardoso LopesSimple ELF32/64 binary files can now be emitted for...
2009-06-06 Bruno Cardoso LopesRemove elf specific info from ELFWriter.h to Elf.h...