aboutsummaryrefslogtreecommitdiff
path: root/lld/Common
AgeCommit message (Expand)AuthorFilesLines
2022-01-28[lld] Add module name to LTO inline asm diagnosticFangrui Song1-0/+7
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea5-37/+100
2022-01-20Add missing include to fix modular buildAdrian Prantl1-0/+1
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea5-99/+37
2022-01-16[LLD] Supplement with more comments. Clarify the intention in f860fe362282ed6...Alexandre Ganea1-1/+4
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea5-37/+96
2022-01-05[lld] Add support for other demanglers other than ItaniumLuís Ferreira1-13/+0
2021-12-30Revert "[lld] Add support for other demanglers other than Itanium"Luís Ferreira1-0/+13
2021-12-30[lld] Add support for other demanglers other than ItaniumLuís Ferreira1-13/+0
2021-11-02[lld/mac] Write -v output to stderrNico Weber1-3/+3
2021-09-17[lld] Fix small error in previous commitAmy Huang1-3/+3
2021-09-17Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes...Amy Huang1-9/+5
2021-09-16Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes...Amy Huang1-2/+7
2021-09-16[LLD] Remove global state in lld/COFFAmy Huang1-7/+2
2021-09-16[LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR th...Alfonso Gregory1-1/+1
2021-09-09[lld] Buffer writes when composing a single diagnosticFangrui Song1-8/+21
2021-08-04[lld] Remove unused LLD_REPOSITORYFangrui Song1-6/+2
2021-06-25[lld] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-1/+1
2021-03-11[ELF] Simplify isValidCIdentifier. NFCFangrui Song1-3/+2
2020-11-30[lld/mac] Add --reproduce optionNico Weber1-1/+6
2020-11-24clang+lld: Improve clang+ld.darwinnew.lld interaction, pass -demangleNico Weber1-6/+5
2020-11-12[LLD][COFF] When using LLD-as-a-library, always prevent re-entrance on failuresAlexandre Ganea1-1/+8
2020-11-09[lld] Provide a hook to customize undefined symbols error handlingserge-sans-paille1-0/+3
2020-11-03Fix 'default label in switch which covers all enumeration values' warningserge-sans-paille1-2/+0
2020-11-03Provide a hook to customize missing library error handlingserge-sans-paille1-0/+45
2020-10-29Remove HAVE_VCS_VERSION_INC, not neededMarcel Hlopko2-5/+0
2020-10-14[AIX] Turn -fdata-sections on by default in Clangjasonliu1-1/+1
2020-10-02[LLD] Fix /time formatting for very long runs. NFC.Alexandre Ganea1-2/+2
2020-09-24[LLD][COFF] Cover usage of LLD-as-a-library in testsAlexandre Ganea1-10/+20
2020-09-22[lld-macho] Make lld::getInteger() tolerate leading "0x"/"0X" when base is 16Greg McGary1-1/+4
2020-08-21lld: link libatomic if needed for TimerJosh Stone1-1/+7
2020-07-30[lld-macho] Implement -headerpadJez Ng1-3/+13
2020-07-17[CMake] Make `intrinsics_gen` dependency unconditional.Michele Scandale1-5/+1
2020-07-13[LLD][ELF][Windows] small improvement to D82567Ben Dunbobbin1-2/+4
2020-07-03[LLD][ELF][Windows] Allow LLD to overwrite existing output files that are in useBen Dunbobbin1-0/+28
2020-05-28FileOutputBuffer.h - remove unused includes. NFC.Simon Pilgrim1-0/+1
2020-05-20[LLD] Make scoped timers thread safeReid Kleckner1-17/+12
2020-05-11Add vendor macro to "lld"stevewan1-2/+9
2020-05-05[Support] Move LLD's parallel algorithm wrappers to supportReid Kleckner2-2/+2
2020-03-31[lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --thr...Fangrui Song3-13/+1
2020-03-17Replace MCTargetOptionsCommandFlags.inc and CommandFlags.inc by runtime regis...serge-sans-paille1-17/+8
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer4-9/+9
2020-01-28[LLD] Avoid exiting with a locked mutex NFCAndrew Ng1-13/+22
2020-01-22[lld/ELF] PR44498: Support input filename in double quoteThomas Preud'homme1-8/+18
2020-01-16Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well.Nico Weber1-2/+2
2020-01-10[Support] ThreadPoolExecutor fixes for Windows/MinGWAndrew Ng1-3/+4
2020-01-06[lld] Fix trivial typos in commentsKazuaki Ishizaki1-1/+1
2019-11-21LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight1-2/+0
2019-11-18Make it possible to redirect not only errs() but also outs()Rui Ueyama1-15/+20
2019-10-21[LLD] Move duplicated dwarf parsing code to the Common library. NFC.Martin Storsjo2-0/+105