aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-03[ELF] Complete implementation of -fix-cortex-a53-843419linaro-local/peter.smith/errata-sectionPeter Smith
2017-10-03[ELF] Implement scanner for Cortex-A53 Erratum 843419Peter Smith
2017-10-03lldCommon depends on intrinsics_gen, due to llvm/CodeGen/CommandFlags.hNAKAMURA Takumi
2017-10-03Add a comment.Rui Ueyama
2017-10-02Build fix: don't try to link in lldConfigHans Wennborg
2017-10-02Fix another build breakage.Rui Ueyama
2017-10-02Fix the shared library build.Rui Ueyama
2017-10-02Attempt to fix buildbots.Rui Ueyama
2017-10-02Move new lld's code to Common subdirectory.Rui Ueyama
2017-10-02Fix a data race found by tsan.Rui Ueyama
2017-10-02Rewrite a comment.Rui Ueyama
2017-10-02[MIPS] Fix PLT entries generation in case of linking regular and microMIPS codeSimon Atanasyan
2017-10-02[ELF] - Stop removing sections in removeUnusedSyntheticSections().George Rimar
2017-10-02Update for LLVM change.Rui Ueyama
2017-10-02[ICF] Include section contents in section hash values.Rui Ueyama
2017-10-01Inline hot functions.Rui Ueyama
2017-10-01Fix .rst formatting error.Rui Ueyama
2017-10-01Update benchmark numbers.Rui Ueyama
2017-10-01Run writeTo() concurrently.Rui Ueyama
2017-09-30Fix 32-bit buildbots.Rui Ueyama
2017-09-30SyntheticSections.cpp: Appease g++-4.8, s/const/constexpr/NAKAMURA Takumi
2017-09-30Make parameter lists of SymbolTable::add* functions more consistent. NFC.Rui Ueyama
2017-09-30Fix buildbots.Rui Ueyama
2017-09-30Parallelize string merging.Rui Ueyama
2017-09-29[NFC] Removed accidenatally added fileBen Dunbobbin
2017-09-29[ELF] Simpler scheme for handling common symbolsBen Dunbobbin
2017-09-28Fix header location with PHDR.Rafael Espindola
2017-09-28Add a test.Rafael Espindola
2017-09-28[EFL] - Fix incorrect code style. NFC.George Rimar
2017-09-28[ELF] - Change error message text. NFC.George Rimar
2017-09-27[ELF] - Detemplate of HashTableSection<ELFT>George Rimar
2017-09-27[ELF] - Speedup -r and --emit-relocsGeorge Rimar
2017-09-26[ELF] - Remove wrong comment from testcase.George Rimar
2017-09-26Speed up SymbolTable::insert().Rui Ueyama
2017-09-26Split MergeSyntheticSection into Merge{Tail,NoTail}Section.Rui Ueyama
2017-09-25Use UINT64_MAX instead of implicitly-type-converted -1.Rui Ueyama
2017-09-25Use a temporary varaible to improve readability. NFC.Rui Ueyama
2017-09-25[ELF][fix] Using statically linked lld leads to segmentation fault on linking...Evgeny Mankov
2017-09-25[ELF] - Simplify removeUnusedSyntheticSections a bit.George Rimar
2017-09-25[ELF] - Report orphan sections if -verbose given.George Rimar
2017-09-25[ELF] - LTO: do not optimize away symbols accessed from linkerscript.George Rimar
2017-09-25Do not sort CU vectors.Rui Ueyama
2017-09-25Speeds up CU vector creation.Rui Ueyama
2017-09-25Fix off-by-one error.Rui Ueyama
2017-09-25Do not use StringTableBuilder to build symbol table for .gdb_index.Rui Ueyama
2017-09-25Compute string hashes early and cache them.Rui Ueyama
2017-09-25Rename copy -> copyFrom.Rui Ueyama
2017-09-25Move Config->SymbolRenaming to SymbolTable.Rui Ueyama
2017-09-24Remove unused member variable.Rui Ueyama
2017-09-24Refactor GdbIndexSection. NFC.Rui Ueyama