aboutsummaryrefslogtreecommitdiff
path: root/lld/Common
AgeCommit message (Expand)AuthorFilesLines
2024-01-30[lld] [MinGW] Support targeting ARM64EC (#78911)Billy Laws1-1/+2
2024-01-21[ELF] Claim recognized -z options. NFCFangrui Song1-6/+5
2024-01-12[lld] Use StringRef::consume_front_insensitive (NFC)Kazu Hirata1-2/+2
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-1/+0
2023-10-05[LLD][COFF] Add support for `--time-trace` (#68236)Alexandre Ganea1-0/+2
2023-09-28[NFC][LLD] Refactor some copy-paste into the Common library (#67598)Matheus Izvekov1-0/+26
2023-09-25[cmake] Add LLVM_FORCE_VC_REVISION option (#67125)David Truby1-0/+2
2023-09-21[NFC] clang-format lld/COFF/Driver.cpp and lld/Common/Filesystem.cppMatheus Izvekov1-1/+1
2023-08-08[GlobPattern] Update invalid glob pattern diagnostic for unmatched '['Fangrui Song1-1/+1
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich2-0/+2
2023-06-19Re-land [LLD] Allow usage of LLD as a libraryAlexandre Ganea2-0/+204
2023-06-14Revert "[LLD] Allow usage of LLD as a library"Leonard Chan2-204/+0
2023-06-13[LLD] Allow usage of LLD as a libraryAlexandre Ganea2-0/+204
2023-06-05[lld] StringRef::{starts,ends}with => {starts,ends}_with. NFCFangrui Song3-5/+5
2023-05-16Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC)Kazu Hirata1-1/+1
2023-02-15[LLD] Add --lto-CGO[0-3] optionScott Linder1-5/+2
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-02-04[lld] fix comment typos to cycle botsNico Weber1-1/+1
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-03CodeGen/CommandFlags: Convert Optional to std::optionalFangrui Song1-1/+1
2022-12-03Convert Optional<CodeModel> to std::optional<CodeModel>Krzysztof Parzyszek1-1/+2
2022-11-27[lld] Change Optional to std::optionalFangrui Song1-6/+6
2022-11-03Link liblldCOFF against libatomic when necessarySam James1-7/+2
2022-07-30[lld] Change vector to SmallVector. NFCFangrui Song2-4/+5
2022-06-11[lld-macho] Add support for -wKeith Smiley1-0/+3
2022-03-16Cleanup codegen includesserge-sans-paille1-0/+1
2022-03-10Revert "Cleanup codegen includes"Nico Weber1-1/+0
2022-03-10Cleanup codegen includesserge-sans-paille1-0/+1
2022-02-17[lld] Make error handling functions opaqueFangrui Song1-0/+12
2022-02-16[lld-macho] Don't include CommandFlags.h in CommonLinkerContext.hJez Ng1-1/+7
2022-02-10[MLIR][GPU][lld] Use LLD bundled in ROCm, removing workaroundKrzysztof Drewniak1-9/+0
2022-02-08[MLIR] Temporary workaround for calling the LLD ELF driver as-a-libAlexandre Ganea1-0/+9
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