Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-09[LLD] Imply "longjmp" in `/guard:cf`Phoebe Wang
2022-08-11[LLD] [COFF] Add support for a new, mingw specific embedded directive -exclud...Martin Storsjö
2022-08-08[lld/win] Use C++17 structured bindingsNico Weber
2022-07-23Use llvm::sort instead of std::sort where possibleDmitri Gribenko
2022-07-20[LLD] [COFF] Improve the error message for too many exported symbolsMartin Storsjö
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea
2021-12-07Enable pdbpagesize to allow support for PDB file sizes > 4GBChris Davis
2021-11-01[lld/coff] Add parsing for /pdbpagesize: flagNico Weber
2021-08-25[lld/COFF] Improve handling of the /manifestdependency: flagNico Weber
2021-06-25[OptTable] Rename PrintHelp to printHelpFangrui Song
2021-06-25[lld] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-04-14[LLD] Implement /guard:[no]ehcontPengfei Wang
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan
2020-12-10Avoid a possible one-byte OOB read off of .drectve sectionsReid Kleckner
2020-11-24[lld/mac] Implement basic typo correction for flagsNico Weber
2020-10-05[LLD] [COFF] Add a private option for setting the os version separately from ...Martin Storsjö
2020-10-05[LLD] [COFF] Fix parsing version numbers with leading zerosMartin Storsjö
2020-08-31[LLD] [COFF] Error out if creating a DLL with too many exported symbolsMartin Storsjö
2020-05-03[COFF] Use a global option table to avoid reconstructing itReid Kleckner
2020-05-02[COFF] Add and use a zero-copy tokenizer for .drectveReid Kleckner
2020-04-28[COFF] Add a fastpath for /INCLUDE: in .drective sectionsReid Kleckner
2020-01-29Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-11-21LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight
2019-11-18Make it possible to redirect not only errs() but also outs()Rui Ueyama
2019-09-13lld-link: Add a flag /lldignoreenv that makes lld-link ignore env vars.Nico Weber
2019-09-04[LLD] [COFF] Implement MinGW default manifest handlingMartin Storsjo
2019-08-30[LLD] [COFF] Support merging resource object filesMartin Storsjo
2019-08-07Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-08-02Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama
2019-08-02Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama
2019-07-16[COFF] Rename variale references in comments after VariableName -> variableNa...Fangrui Song
2019-07-16Fix parameter name comments using clang-tidy. NFC.Rui Ueyama
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-07-05lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...Nico Weber
2019-06-14[COFF] Allow setting subsystem versions while inferring the subsystem type im...Martin Storsjo
2019-06-11lld-link: Reject more than one resource .obj fileNico Weber
2019-06-11Let writeWindowsResourceCOFF() take a TimeStamp parameterNico Weber
2019-06-11llvm-lib: Implement /machine: argumentNico Weber
2019-06-08[COFF] Fix /export:foo=bar when bar is a weak aliasReid Kleckner
2019-05-23lld-link, clang: Treat non-existent input files as possible spellos for optio...Nico Weber
2019-05-07Add typo correction for command-line flags to ELF and COFF lld driversNico Weber
2019-05-03lld-link: Add /force:multipleres extension to make dupe resource diag non-fatalNico Weber
2019-05-02lld-link: Make "duplicate resource" error message a bit more conciseNico Weber
2019-04-25lld-link: Implement /swaprun: flagNico Weber
2019-03-29[LLD][COFF] Improve checkFailIfMismatch()Alexandre Ganea
2019-03-06[LLD][COFF] More detailed information for /failifmismatchAlexandre Ganea