summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2017-02-24Reorganize the document structure a bit.Rui Ueyama
2017-02-24[ELF] Make __ehdr_start point to ELF file headersPetr Hosek
2017-02-24Revert "[ELF] Make __ehdr_start point to ELF file headers"Petr Hosek
2017-02-24[ELF] Make __ehdr_start point to ELF file headersPetr Hosek
2017-02-24Add documents to a doctree.Rui Ueyama
2017-02-24Attempt to fix lld-sphinx-docs bot.Rui Ueyama
2017-02-24Update the main document of LLD for those who are not familiar with the project.Rui Ueyama
2017-02-23[COFF] added test for thinltoBob Haarman
2017-02-23Convert EhOutputSection to be a synthetic section.Rafael Espindola
2017-02-23Make InputSection a class. NFC.Rafael Espindola
2017-02-23Add a test showing that nocopyreloc is only about copy relocs.Rafael Espindola
2017-02-23Always add PT_GNU_STACK.Rui Ueyama
2017-02-23[ELF] - Refactoring of LMA offset handling code. NFC.George Rimar
2017-02-23Slightly improve an error message.Rui Ueyama
2017-02-23Add a comment about .note.GNU-split-stack.Rui Ueyama
2017-02-23Update comment: .note.GNU-stack is added by default today.Rui Ueyama
2017-02-23Update a comment about .note.GNU-stack.Rui Ueyama
2017-02-23Use isa<MergeInputSection> to check if a section is a merge section.Rui Ueyama
2017-02-23[ELF] Ignore R_*_NONE relocs when relocating non-alloc sectionsPetr Hosek
2017-02-23Add another missing instantiation.Rafael Espindola
2017-02-23Add missing template instantiations.Rafael Espindola
2017-02-23Use uint64_t instead of ELFT*::uint.Rui Ueyama
2017-02-23s/Mac/macOS/ because that's now the official name of the OS.Rui Ueyama
2017-02-23Trying to fix the windows build.Rafael Espindola
2017-02-23Merge InputSectionData and InputSectionBase.Rafael Espindola
2017-02-23Convert InputSectionBase to a class.Rafael Espindola
2017-02-23Fix /msvclto.Rui Ueyama
2017-02-23Reduce templating a bit. NFC.Rafael Espindola
2017-02-22ELF: Simplify the thinlto.ll test and verify that importing is working correc...Peter Collingbourne
2017-02-22Add a comment about thread safety.Rui Ueyama
2017-02-22[ELF] - Addressed post commit review comments for D30187George Rimar
2017-02-22Attempt to placate MSVC buildbot.Rui Ueyama
2017-02-22Attempt to fix buildbot.Rui Ueyama
2017-02-21Do not use errs() or outs() directly. Instead use message(), log() or error()Rui Ueyama
2017-02-21[ELF] Insert linkerscript symbols directly into symbol tablePetr Hosek
2017-02-21Add `-z nocopyreloc` option.Rui Ueyama
2017-02-21[ELF] - Do not segfault when using --gc-sections with linker scriptGeorge Rimar
2017-02-21Add a test for the feature introduced in r295240.Ed Schouten
2017-02-21[ELF] - Shortify at-addr.s testcase.George Rimar
2017-02-21[ELF] - Postpone evaluation of LMA offset.George Rimar
2017-02-21[ELF] - Improve diagnostic messages for move location counter errors.George Rimar
2017-02-21[ELF] - Make ASSERT() return Dot instead of evaluated value.George Rimar
2017-02-20[ELF] Allow local symbols to be added after global symbolsPeter Smith
2017-02-20Remove a dead function.Rui Ueyama
2017-02-20Add more comments about copy relocations.Rui Ueyama
2017-02-19Add a comment about the copy relocation.Rui Ueyama
2017-02-19Revert "[COFF] support /ERRORLIMIT option"David Blaikie
2017-02-17[COFF] support /ERRORLIMIT optionBob Haarman
2017-02-17[ELF] - Added support of linkerscript's "/DISCARD/" for --emit-relocsGeorge Rimar
2017-02-17Fix --print-gc-sections with linker scripts.Rafael Espindola