aboutsummaryrefslogtreecommitdiff
path: root/lld/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea5-43/+121
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea5-121/+43
2022-01-16[LLD] Supplement with more comments. Clarify the intention in f860fe362282ed6...Alexandre Ganea1-1/+3
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea5-43/+119
2022-01-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber2-547/+0
2022-01-05Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`."David Salinas2-0/+547
2022-01-05[lld] Add support for other demanglers other than ItaniumLuís Ferreira1-3/+8
2021-12-30Revert "[lld] Add support for other demanglers other than Itanium"Luís Ferreira1-8/+3
2021-12-30[lld] Add support for other demanglers other than ItaniumLuís Ferreira1-3/+8
2021-12-02[lld-macho] Remove old macho darwin lldKeith Smiley4-554/+1
2021-11-02[lld/mac] Write -v output to stderrNico Weber1-2/+4
2021-10-05[WebAssembly] Remove WasmTagTypeHeejin Ahn1-2/+0
2021-09-17Reland "[LLD] Remove global state in lld/COFF" after fixing asan and msan tes...Amy Huang1-2/+2
2021-09-16Temporarily revert "[LLD] Remove global state in lld/COFF" and "[lld] Add tes...Amy Huang1-2/+2
2021-09-16[LLD] Remove global state in lld/COFFAmy Huang1-2/+2
2021-09-09[lld] Buffer writes when composing a single diagnosticFangrui Song1-0/+2
2021-07-27[lld] Replace LLVM_ATTRIBUTE_NORETURN with [[noreturn]]Fangrui Song1-5/+3
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn1-4/+4
2021-06-03[lld] Add missing includes (NFC)Nikita Popov1-0/+1
2021-04-02[lld] Add missing header guard (NFC)Yang Fan1-0/+5
2021-03-31[lld-macho] Parallelize UUID hash computationJez Ng1-0/+32
2021-02-17fix comment typo to cycle botsNico Weber1-3/+2
2021-02-11[lld][WebAssembly] Common superclass for input globals/events/tablesAndy Wingo1-0/+2
2021-01-14[lld][WebAssembly] Add support for handling table symbolsAndy Wingo1-0/+6
2020-11-12[LLD][COFF] When using LLD-as-a-library, always prevent re-entrance on failuresAlexandre Ganea1-1/+3
2020-11-09[lld] Provide a hook to customize undefined symbols error handlingserge-sans-paille1-1/+1
2020-11-03Provide a hook to customize missing library error handlingserge-sans-paille1-0/+7
2020-09-30Re-land "[PDB] Merge types in parallel when using ghashing"Reid Kleckner1-0/+7
2020-09-30Revert "[PDB] Merge types in parallel when using ghashing"Reid Kleckner1-7/+0
2020-09-30[PDB] Merge types in parallel when using ghashingReid Kleckner1-0/+7
2020-09-24[LLD][COFF] Cover usage of LLD-as-a-library in testsAlexandre Ganea2-0/+20
2020-09-16[LLD][ELF] Optimize linker script filename glob pattern matching NFCAndrew Ng1-1/+6
2020-07-30[lld-macho] Implement -headerpadJez Ng1-0/+2
2020-06-19[lld] As part of using inclusive language within the llvmEric Christopher1-4/+2
2020-06-02[LLD] Have only one SpecificAllocator per typeReid Kleckner1-2/+11
2020-05-20[LLD] Make scoped timers thread safeReid Kleckner1-5/+5
2020-05-05[Support] Move LLD's parallel algorithm wrappers to supportReid Kleckner1-90/+0
2020-04-02Reland D75382 "[lld] Initial commit for new Mach-O backend"Fangrui Song1-0/+5
2020-04-02Revert "[lld] Initial commit for new Mach-O backend"Oliver Stannard1-5/+0
2020-04-02[lld] NFC: fix trivial typos in commentsKazuaki Ishizaki1-1/+1
2020-03-31[lld] Initial commit for new Mach-O backendJez Ng1-0/+5
2020-03-31[lld][COFF][ELF][WebAssembly] Replace --[no-]threads /threads[:no] with --thr...Fangrui Song1-5/+3
2020-03-06LLD already has a mechanism for caching creation of DWARCContext:Alexey Lapshin1-0/+2
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2020-01-22[lld/ELF] PR44498: Support input filename in double quoteThomas Preud'homme1-5/+41
2020-01-16Make lld cmake not compute commit revision twiceNico Weber1-5/+0
2020-01-06[lld] Fix trivial typos in commentsKazuaki Ishizaki4-4/+4
2019-11-21LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight1-2/+0
2019-11-18Fix Windows buildbotsRui Ueyama1-5/+5
2019-11-18Make it possible to redirect not only errs() but also outs()Rui Ueyama3-8/+19