aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF/Driver.cpp
AgeCommit message (Expand)Author
2020-12-08[ELF][LTO][NPM] Use NPM with ENABLE_EXPERIMENTAL_NEW_PASS_MANAGERArthur Eubanks
2020-12-07[LLD] Search archives for symbol defs to override COMMON symbols.Sean Fertile
2020-12-01[LLD][ELF][NewPM] Add option to force legacy PMArthur Eubanks
2020-12-01[ELF] Make foo@@v1 resolve undefined foo@v1Fangrui Song
2020-11-30[Remarks][1/2] Expand remarks hotness threshold option support in more toolsWei Wang
2020-11-24[lld] Add --no-lto-whole-program-visibilityTeresa Johnson
2020-11-17[ELF] Fix interaction between --unresolved-symbols= and --[no-]allow-shlib-un...Fangrui Song
2020-11-10[lld][ELF] Add additional time trace categoriesJames Henderson
2020-11-03Provide a hook to customize missing library error handlingserge-sans-paille
2020-10-08[ELF] Don't change binding to STB_WEAK for an undefined specified by -uFangrui Song
2020-10-08[LLD] [ELF] Fix up a comment regarding the --wrap option. NFC.Martin Storsjö
2020-09-30[ELF] --wrap: don't unnecessarily expose __real_Fangrui Song
2020-09-29[ELF] Fix multiple -mllvm after D70378Fangrui Song
2020-09-24[lld] Clean up in lld::{coff,elf}::link after D70378Fangrui Song
2020-09-24[LLD][COFF] Cover usage of LLD-as-a-library in testsAlexandre Ganea
2020-09-15[lib/Object] - Refine interface of ELFFile<ELFT>. NFCI.Georgii Rymar
2020-08-17[LLD][PowerPC] Implement GOT to PC-Rel relaxationNemanja Ivanovic
2020-08-14[ELF] Re-initialize InputFile::isInGroup so that elf::link can be called more...Fangrui Song
2020-08-08[ELF] --wrap: set isUsedInRegularObj of __wrap_ if it is defined or sharedFangrui Song
2020-08-03[ELF] Add --dependency-file optionPetr Hosek
2020-08-01[ELF] --wrap: set isUsedInRegularObj of __wrap_ only if it is definedFangrui Song
2020-07-31Rename basic block sections options to be consistent.Sriraman Tallam
2020-07-31Revert "[ELF] Add --dependency-file option"Petr Hosek
2020-07-30[ELF] Add --dependency-file optionPetr Hosek
2020-07-28[ELF] --reproduce should include lto sample profileChristy Lee
2020-07-23[ELF] Support -r --gc-sectionsFangrui Song
2020-07-14[ELF] Do not leave undefined symbols (specified by -init and -fini) if they a...Igor Kudrin
2020-07-08[ELF] Add -z dead-reloc-in-nonalloc=<section_glob>=<value>Fangrui Song
2020-06-24[ELF] -r: don't parse @ (symbol versioning) for .symver inline asm in bitcodeFangrui Song
2020-06-23[ELF] Add -z start-stop-visibility= to set __start_/__stop_ symbol visibilityPetr Hosek
2020-06-17[ELF] Improve --export-dynamic-symbol performance by checking whether wildcar...Fangrui Song
2020-06-10[LLD][ThinLTO] Add --thinlto-single-module to allow compiling partial modules.Hongtao Yu
2020-06-05[ELF] Handle -u before input filesFangrui Song
2020-06-02Options for Basic Block Sections, enabled in D68063 and D73674.Sriraman Tallam
2020-06-01[ELF] Refine --export-dynamic-symbol semantics to be compatible GNU ld 2.35Fangrui Song
2020-05-29[ELF] Add -z rel and -z relaFangrui Song
2020-05-15[ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { n...Fangrui Song
2020-05-05[Support] Move LLD's parallel algorithm wrappers to supportReid Kleckner
2020-04-29[ELF] Add --print-archive-stats=Fangrui Song
2020-04-29[ELF] Add --rosegment to complement --no-rosegmentFangrui Song
2020-04-28[ELF] Clear lazyObjFiles in lld::elf::link after D46034Fangrui Song
2020-04-27[lld] Support --lto-emit-asm and --plugin-opt=emit-asmHongtao Yu
2020-04-21[ELF] Keep local symbols when both --emit-relocs and --discard-all are specifiedFangrui Song
2020-04-20[ELF] Add --warn-backrefs-exclude=<glob>Fangrui Song
2020-04-17[ELF] Support a few more SPARCv9 relocationsLemonBoy
2020-04-15[ELF] Refactor the way we handle -plugin-opt= (GCC collect2 or clang LTO rela...Fangrui Song
2020-04-08[ELF] --warn-backrefs: don't warn if -u/--export-dynamic-symbolFangrui Song
2020-04-07[ELF] --warn-backrefs: don't warn for linking sandwich problemsFangrui Song
2020-04-07LLD Support for Basic Block SectionsSriraman Tallam
2020-03-31[lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --thr...Fangrui Song