summaryrefslogtreecommitdiff
path: root/lld/ELF/InputFiles.cpp
AgeCommit message (Expand)Author
2015-09-22Rename Chunks.(h|cpp) to InputSection.(h|cpp). NFC.Rafael Espindola
2015-09-21Rename SectionChunk to InputSection.Rafael Espindola
2015-09-16[ELF2] Initial support for local symbols.Davide Italiano
2015-09-08[lld][elf2] Fix style.Michael J. Spencer
2015-09-08Start adding support for symbols in shared libraries.Rafael Espindola
2015-09-04[elf2] Add basic archive file support.Michael J. Spencer
2015-09-03Avoid gcc warning.Rafael Espindola
2015-09-03[ELF2] Don't allocate more SymbolBodies than needed.Davide Italiano
2015-09-03Start adding support for shared libraries.Rafael Espindola
2015-09-02Split out the ELF kind from the InputFile Kind.Rafael Espindola
2015-08-28Start adding support for common symbols.Rafael Espindola
2015-08-28Add support for weak absolute symbols.Rafael Espindola
2015-08-27[elf2] Add basic relocation support for x86-64.Michael J. Spencer
2015-08-27Start adding support for absolute symbols.Rafael Espindola
2015-08-24Diagnose symbols with invalid section indexes.Rafael Espindola
2015-08-24Add support for reading files with more than 0xff00 sections.Rafael Espindola
2015-08-24Start recording the section of symbols in the symbol table.Rafael Espindola
2015-08-14ELF: Also record the type of undefined symbols.Rafael Espindola
2015-08-14Add the type of the symbols to the symbol table.Rafael Espindola
2015-08-13Include non-alloca sections in the link.Rafael Espindola
2015-08-11Fix mismatched sign comparisonReid Kleckner
2015-08-11Add support for weak undefined symbols.Rafael Espindola
2015-08-11Remove unused templating.Rafael Espindola
2015-08-11Add support for weak symbols.Rafael Espindola
2015-08-11Don't report a conflict between two local symbols.Rafael Espindola
2015-08-10Don't depend on getDotSymtabSec. It is going away.Rafael Espindola
2015-08-07Use already available symbol tables. NFC.Rafael Espindola
2015-08-06Delete broken code.Rafael Espindola
2015-08-06Move the error handling functions to Error.h. NFC.Rafael Espindola
2015-08-05lld elf2: Diagnose trying to mix incompatible files.Rafael Espindola
2015-08-04This function never returns null, don't check it.Rafael Espindola
2015-07-28[ELF2] Devirtualize SymbolBody.Michael J. Spencer
2015-07-24[ELF2] Add a new ELF linker based on the new PE/COFF linker.Michael J. Spencer
2015-07-14Revert ELF port. Posting to mailing list.Michael J. Spencer
2015-07-14Fix warnings.Michael J. Spencer
2015-07-14Put explicit template instantiations in the correct namespace.Michael J. Spencer
2015-07-13Initial ELF port.Michael J. Spencer