aboutsummaryrefslogtreecommitdiff
path: root/lld/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-28[NFC][LLD] Refactor some copy-paste into the Common library (#67598)Matheus Izvekov1-0/+4
2023-06-19Re-land [LLD] Allow usage of LLD as a libraryAlexandre Ganea1-29/+42
2023-06-14Revert "[LLD] Allow usage of LLD as a library"Leonard Chan1-42/+29
2023-06-13[LLD] Allow usage of LLD as a libraryAlexandre Ganea1-29/+42
2023-02-15[LLD] Add --lto-CGO[0-3] optionScott Linder1-1/+1
2022-12-28[lld] Fix iwyu problems after 83d59e05b201760e3f364ff6316301d347cbad95Fangrui Song1-1/+0
2022-12-05Remove unused #include "llvm/ADT/Optional.h"Fangrui Song1-1/+0
2022-12-03CodeGen/CommandFlags: Convert Optional to std::optionalFangrui Song1-2/+1
2022-12-03Convert Optional<CodeModel> to std::optional<CodeModel>Krzysztof Parzyszek1-1/+2
2022-11-27[lld] Change Optional to std::optionalFangrui Song1-3/+3
2022-10-14[lld][nfc] Remove lld::demangle() (partial revert of D116279)Jez Ng1-8/+0
2022-08-04[ELF] Add makeThreadLocal/makeThreadLocalN and remove InputFile::localSymStorageFangrui Song1-0/+26
2022-07-30[lld] Change vector to SmallVector. NFCFangrui Song2-2/+4
2022-06-24[NFC][lld] Fix typos to test commit accessDaniel Bertalan1-1/+1
2022-06-19[lld] Remove lld/include/lld/CoreNico Weber20-2460/+0
2022-06-11[lld-macho] Add support for -wKeith Smiley1-0/+1
2022-02-17[lld] Make error handling functions opaqueFangrui Song1-11/+7
2022-02-16[lld-macho] Don't include CommandFlags.h in CommonLinkerContext.hJez Ng1-4/+0
2022-02-10[MLIR][GPU][lld] Use LLD bundled in ROCm, removing workaroundKrzysztof Drewniak1-5/+0
2022-02-08[MLIR] Temporary workaround for calling the LLD ELF driver as-a-libAlexandre Ganea1-1/+6
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