summaryrefslogtreecommitdiff
path: root/lld/Common/ErrorHandler.cpp
AgeCommit message (Expand)Author
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata
2025-01-25[ELF] Disable error handling script if disableOutputFangrui Song
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
2023-02-04[lld] fix comment typos to cycle botsNico Weber
2022-06-11[lld-macho] Add support for -wKeith Smiley
2022-02-17[lld] Make error handling functions opaqueFangrui Song
2022-01-28[lld] Add module name to LTO inline asm diagnosticFangrui Song
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea
2021-11-02[lld/mac] Write -v output to stderrNico Weber
2021-09-09[lld] Buffer writes when composing a single diagnosticFangrui Song
2020-11-12[LLD][COFF] When using LLD-as-a-library, always prevent re-entrance on failuresAlexandre Ganea
2020-11-09[lld] Provide a hook to customize undefined symbols error handlingserge-sans-paille
2020-11-03Fix 'default label in switch which covers all enumeration values' warningserge-sans-paille
2020-11-03Provide a hook to customize missing library error handlingserge-sans-paille
2020-09-24[LLD][COFF] Cover usage of LLD-as-a-library in testsAlexandre Ganea
2020-05-05[Support] Move LLD's parallel algorithm wrappers to supportReid Kleckner
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-28[LLD] Avoid exiting with a locked mutex NFCAndrew Ng
2020-01-10[Support] ThreadPoolExecutor fixes for Windows/MinGWAndrew Ng
2019-11-21LLD: Don't use the stderrOS stream in link before it's reassigned.James Y Knight
2019-11-18Make it possible to redirect not only errs() but also outs()Rui Ueyama
2019-08-09[ELF] For VS-style diagnostics, prefer printing full paths in the header.Igor Kudrin
2019-08-07[ELF] Fix splitting messages for duplicate symbols.Igor Kudrin
2019-08-07Simplify error message output. NFC.Rui Ueyama
2019-08-07Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama
2019-08-02Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama
2019-08-02Add an assert() to catch possible regexp errors.Rui Ueyama
2019-08-02Add a comment for --vs-diagnostics.Rui Ueyama
2019-08-02Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama
2019-08-01[ELF] With --vs-diagnostics, print a separate message for each location of a ...Igor Kudrin
2019-08-01[ELF] Fix finding locations in messages for undefined hidden symbols.Igor Kudrin
2019-07-24[LLD] Do not print additional newlines after reaching error limitAlexander Richardson
2019-07-17[lld] Add Visual Studio compatible diagnosticsChris Jackson
2019-07-11[Coding style change][lld] Rename variables for non-ELF portsRui Ueyama
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-24[Common] Discard the temp file while keeping the memory mapping open, on errorsMartin Storsjo
2018-07-02[LTO] Errors in LLVM backend should manifest as lld errorsSam Clegg
2018-05-22Code cleanup in preparation for adding LTO for wasm. NFC.Sam Clegg
2017-12-11Use ErrorOS for log messages as well as errorSam Clegg
2017-11-13Try harder to delete the temporary file.Rafael Espindola