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-03-10Revert "Cleanup codegen includes"Nico Weber
2022-03-10Cleanup codegen includesserge-sans-paille
2022-02-17[lld] Make error handling functions opaqueFangrui Song
2022-02-17[lld-macho] Don't include CommandFlags.h in CommonLinkerContext.hJez Ng
2022-02-10[MLIR][GPU][lld] Use LLD bundled in ROCm, removing workaroundKrzysztof Drewniak
2022-02-09[MLIR] Temporary workaround for calling the LLD ELF driver as-a-libAlexandre Ganea
2022-01-28[lld] Add module name to LTO inline asm diagnosticFangrui Song
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-20Add missing include to fix modular buildAdrian Prantl
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16[LLD] Supplement with more comments. Clarify the intention in f860fe362282ed6...Alexandre Ganea
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-05[lld] Add support for other demanglers other than ItaniumLuís Ferreira
2021-12-30Revert "[lld] Add support for other demanglers other than Itanium"Luís Ferreira
2021-12-30[lld] Add support for other demanglers other than ItaniumLuís Ferreira
2021-11-02[lld/mac] Write -v output to stderrNico Weber
2021-09-18[lld] Fix small error in previous commitAmy Huang
2021-09-18Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes...Amy Huang
2021-09-16Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes...Amy Huang
2021-09-16[LLD] Remove global state in lld/COFFAmy Huang
2021-09-16[LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR th...Alfonso Gregory
2021-09-09[lld] Buffer writes when composing a single diagnosticFangrui Song
2021-08-04[lld] Remove unused LLD_REPOSITORYFangrui Song
2021-06-25[lld] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-03-11[ELF] Simplify isValidCIdentifier. NFCFangrui Song
2020-11-30[lld/mac] Add --reproduce optionNico Weber
2020-11-24clang+lld: Improve clang+ld.darwinnew.lld interaction, pass -demangleNico Weber
2020-11-12[LLD][COFF] When using LLD-as-a-library, always prevent re-entrance on failuresAlexandre Ganea
2020-11-09[lld] Provide a hook to customize undefined symbols error handlingserge-sans-paille
2020-11-03Fix 'default label in switch which covers all enumeration values' warningserge-sans-paille
2020-11-03Provide a hook to customize missing library error handlingserge-sans-paille
2020-10-29Remove HAVE_VCS_VERSION_INC, not neededMarcel Hlopko
2020-10-14[AIX] Turn -fdata-sections on by default in Clangjasonliu
2020-10-02[LLD] Fix /time formatting for very long runs. NFC.Alexandre Ganea
2020-09-24[LLD][COFF] Cover usage of LLD-as-a-library in testsAlexandre Ganea
2020-09-22[lld-macho] Make lld::getInteger() tolerate leading "0x"/"0X" when base is 16Greg McGary
2020-08-22lld: link libatomic if needed for TimerJosh Stone
2020-07-31[lld-macho] Implement -headerpadJez Ng
2020-07-18[CMake] Make `intrinsics_gen` dependency unconditional.Michele Scandale
2020-07-13[LLD][ELF][Windows] small improvement to D82567Ben Dunbobbin
2020-07-03[LLD][ELF][Windows] Allow LLD to overwrite existing output files that are in useBen Dunbobbin
2020-05-28FileOutputBuffer.h - remove unused includes. NFC.Simon Pilgrim
2020-05-21[LLD] Make scoped timers thread safeReid Kleckner
2020-05-12Add vendor macro to "lld"stevewan
2020-05-06[Support] Move LLD's parallel algorithm wrappers to supportReid Kleckner
2020-03-31[lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --thr...Fangrui Song
2020-03-17Replace MCTargetOptionsCommandFlags.inc and CommandFlags.inc by runtime regis...serge-sans-paille
2020-01-29Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-28[LLD] Avoid exiting with a locked mutex NFCAndrew Ng
2020-01-22[lld/ELF] PR44498: Support input filename in double quoteThomas Preud'homme