summaryrefslogtreecommitdiff
path: root/lld/Common
AgeCommit message (Expand)Author
2025-10-25[ADT] Deprecate StringSwitch Cases with 3+ args. NFC. (#165119)Jakub Kuderski
2025-09-08[LLD] Recognize 'mipspe' as a PE target name (#157305)Hervé Poussineau
2025-07-10[LLD][MinGW] Support machine:arm64x when invoked in MinGW mode. (#145343)WhatAmISupposedToPutHere
2025-06-03[lld][macho] Strip .__uniq. and .llvm. hashes in -order_file (#140670)SharonXSharon
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata
2025-01-27[lld-macho] Refactor BPSectionOrderer with CRTP. NFCFangrui Song
2025-01-25[ELF] Disable error handling script if disableOutputFangrui Song
2025-01-15[lld] Initialize SingleStringMatcher::ExactMatch (#123138)Vitaly Buka
2025-01-10[lld-macho,NFC] Switch to increasing prioritiesFangrui Song
2025-01-05[lld-macho] Remove redundant hasValidData. NFCFangrui Song
2024-12-18[lld] Move BPSectionOrderer from MachO to Common for reuse in ELF (#117514)Max
2024-12-02[lld] Move handling of message separator to reportDiagnostic()Alexander Richardson
2024-11-24[ELF] Simplif reportUndefinedSymbol. NFCFangrui Song
2024-11-23[ELF] Simplify reportMissingFeature. NFCFangrui Song
2024-11-17[ELF] Change Msg to respect stdoutOSFangrui Song
2024-11-16[lld] Use context-aware outs() and errs()Fangrui Song
2024-11-16[lld] Use context-aware outs() and errs()Fangrui Song
2024-11-16[ELF] Make checkError context-awareFangrui Song
2024-11-16[ELF] Replace message(...) with Msg(ctx)Fangrui Song
2024-11-06[ELF] Add context-aware diagnostic functions (#112319)Fangrui Song
2024-09-22[lld] Use StringRef idioms (NFC) (#109584)Kazu Hirata
2024-08-05[Symbolizer] Support for Missing Line Numbers. (#82240)Amit Kumar Pandey
2024-07-09[LLD] Fix preprocessor condition when getting lld version (#98137)Momchil Velikov
2024-07-02[lld][ELF] Support LLVM repository and LLVM revision information (#97323)Hongyu Chen
2024-01-30[lld] [MinGW] Support targeting ARM64EC (#78911)Billy Laws
2024-01-21[ELF] Claim recognized -z options. NFCFangrui Song
2024-01-12[lld] Use StringRef::consume_front_insensitive (NFC)Kazu Hirata
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea
2023-10-05[LLD][COFF] Add support for `--time-trace` (#68236)Alexandre Ganea
2023-09-28[NFC][LLD] Refactor some copy-paste into the Common library (#67598)Matheus Izvekov
2023-09-25[cmake] Add LLVM_FORCE_VC_REVISION option (#67125)David Truby
2023-09-21[NFC] clang-format lld/COFF/Driver.cpp and lld/Common/Filesystem.cppMatheus Izvekov
2023-08-08[GlobPattern] Update invalid glob pattern diagnostic for unmatched '['Fangrui Song
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich
2023-06-19Re-land [LLD] Allow usage of LLD as a libraryAlexandre Ganea
2023-06-14Revert "[LLD] Allow usage of LLD as a library"Leonard Chan
2023-06-13[LLD] Allow usage of LLD as a libraryAlexandre Ganea
2023-06-05[lld] StringRef::{starts,ends}with => {starts,ends}_with. NFCFangrui Song
2023-05-16Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitive (NFC)Kazu Hirata
2023-02-15[LLD] Add --lto-CGO[0-3] optionScott Linder
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-02-04[lld] fix comment typos to cycle botsNico Weber
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott
2022-12-03CodeGen/CommandFlags: Convert Optional to std::optionalFangrui Song
2022-12-03Convert Optional<CodeModel> to std::optional<CodeModel>Krzysztof Parzyszek
2022-11-27[lld] Change Optional to std::optionalFangrui Song
2022-11-03Link liblldCOFF against libatomic when necessarySam James
2022-07-30[lld] Change vector to SmallVector. NFCFangrui Song
2022-06-11[lld-macho] Add support for -wKeith Smiley
2022-03-16Cleanup codegen includesserge-sans-paille