summaryrefslogtreecommitdiff
path: root/lld/ELF/Config.h
AgeCommit message (Expand)Author
2018-09-20[PPC64] Optimize redundant instructions in global access sequences.Sean Fertile
2018-09-14lld: add -z interpose supportEd Maste
2018-08-28[LLF][ELF] - Support -z global.George Rimar
2018-08-14[LLD][ELF] - Remove UnresolvedPolicy::IgnoreAll and relative code. NFC.George Rimar
2018-08-06Add TARGET(foo) linker script directive.Rui Ueyama
2018-07-31[ELF][ARM] Implement support for Tag_ABI_VFP_argsPeter Smith
2018-07-30[AArch64] Support execute-only LOAD segments.David Bolvansky
2018-07-18ELF: Implement --icf=safe using address-significance tables.Peter Collingbourne
2018-07-16Support option -plugin-opt=dwo_dir=Yunlian Jiang
2018-07-09Factor out code to parse -pack-dyn-relocs. NFC.Rui Ueyama
2018-07-09lld: add experimental support for SHT_RELR sections.Rui Ueyama
2018-06-20[ELF] Support -z initfirstFangrui Song
2018-06-11[ELF][MIPS] Multi-GOT implementationSimon Atanasyan
2018-05-16Add support for ThinLTO plugin option thinlto-object-suffix-replaceRumeet Dhindsa
2018-05-08New option -z keep-text-section-prefix to keep text sections with prefixes se...Sriraman Tallam
2018-05-08Add support for LTO plugin option obj-pathRumeet Dhindsa
2018-05-07Rename Config::ThinLTOIndexOnlyObjectFiles -> Config::ThinLTOIndexOnlyArg.Rui Ueyama
2018-05-07Add support for thinlto option ( thinlto-emit-imports-files) to emit import f...Rumeet Dhindsa
2018-05-07Parse --thinlto-prefix-replace early so that we don't need to parse it later....Rui Ueyama
2018-05-02Added support for ThinLTO plugin options : thinlto-index-only and thinlto-pre...Rumeet Dhindsa
2018-04-20Add -z {combreloc,copyreloc,noexecstack,lazy,relro,text}.Rui Ueyama
2018-04-17[ELF] Add profile guided section layoutMichael J. Spencer
2018-04-09Add --warn-backrefs to maintain compatibility with other linkersRui Ueyama
2018-04-09Added support for LTO options: sample_profile, new_pass_manager and debug_pas...Rumeet Dhindsa
2018-03-14Implement --cref.Rui Ueyama
2018-02-20[mips][lld] Spectre variant two mitigation for MIPSR2Simon Dardis
2018-02-20Consistent (non) use of empty lines in include blocksSam Clegg
2018-02-16Remove "--full-shutdown" and instead use an environment variable LLD_IN_TEST.Rui Ueyama
2018-02-14[ELF] Add warnings for various symbols that cannot be orderedJames Henderson
2018-02-08Remove Config->Verbose because we have errorHandler().Verbose.Rui Ueyama
2018-02-06Store just argv[0] in Config.Rafael Espindola
2018-02-05Replace ApplyDynamicRelocs with WriteAddends.Rafael Espindola
2018-02-05[ELF] Implement --[no-]apply-dynamic-relocs option.Peter Smith
2018-02-02Add -{no,}-check-sections flags to enable/disable section overlcheckingRui Ueyama
2018-02-02Add --no-gnu-unique and --no-undefined-version for completeness.Rui Ueyama
2018-02-01[ELF] Add --print-icf-sections flagJames Henderson
2018-01-31[ELF] Make overlapping output sections an errorAlexander Richardson
2018-01-22Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...Chandler Carruth
2018-01-10Rename --icf-data and add a corresponding flag for functions.Rafael Espindola
2017-12-15[ELF] Remove Duplicate .ARM.exidx sectionsPeter Smith
2017-12-12Add an option for ICFing data.Rafael Espindola
2017-12-05[ELF] Implement scanner for Cortex-A53 Erratum 843419Peter Smith
2017-11-28[ELF] Read ARM BuildAttributes section to determine supported features.Peter Smith
2017-10-31Merge SymbolBody and Symbol into one class, SymbolBody.Rui Ueyama
2017-10-27ELF: Add support for emitting dynamic relocations in the Android relocation p...Peter Collingbourne
2017-10-25[lld] unified COFF and ELF error handling on new Common/ErrorHandlerBob Haarman
2017-10-25[ELF] - Implement --orphan-handling option.George Rimar
2017-10-24LLD/ELF: Allow targets to set e_flagsKonstantin Zhuravlyov
2017-10-15Remove Config::FirstElf.Rui Ueyama
2017-10-13[lld] Move Threads to CommonBob Haarman