aboutsummaryrefslogtreecommitdiff
path: root/cross-project-tests
AgeCommit message (Expand)AuthorFilesLines
2026-02-12[cross-project-tests] Fix lldb version regex (#180204)David Stenberg1-6/+6
2026-02-11[TEST][FIX] Fix typo in tool name: 'llvm-ar'Dunbobbin1-2/+2
2026-02-11[DTLTO][Windows] Expand short 8.3 form paths in ThinLTO module IDs (#178303)Ben Dunbobbin2-1/+106
2026-02-10[cross-project-tests][lldb] Further relax llvm::Expected test assertionsMichael Buch1-1/+1
2026-02-10[cross-project-tests][lldb] Relax llvm::Expected checkMichael Buch1-1/+1
2026-02-10[DebugInfo] Fix an assertion in DWARFTypePrinter (#178986)Peter Rong1-0/+9
2026-02-09Fix LLDB data formatter for llvm::Expected<T> with non-reference types (#179294)jeffreytan814-3/+102
2026-01-28[DTLTO] support distributing bitcode from FatLTO objects (#176928)Rose Hudson1-0/+55
2026-01-26[DTLTO] Make temporary file handling consistent (#176807)Ben Dunbobbin6-55/+325
2026-01-22[DTLTO][NFC] Minor cleanups and improvements to DTLTO tests (#177282)Ben Dunbobbin5-56/+61
2026-01-15[DTLTO] Fix handling of multi-module bitcode inputs (#174624)Ben Dunbobbin1-0/+42
2026-01-13[cross-project-tests][formatters] Add test for printing dynamic pointer type ...Michael Buch2-0/+34
2026-01-12[llvm][formatters] Add LLDB formatter for llvm::PointerUnion (#175218)Michael Buch3-0/+116
2026-01-09Update veclib-sincos.c test checks (NFC) (#175221)Benjamin Maxwell1-2/+2
2026-01-08[cross-project-tests][formatters] Remove redundant CHECK statementMichael Buch1-4/+2
2026-01-08[cross-project-tests][lit] Account for Apple LLDB version in compatibility checkMichael Buch1-22/+41
2026-01-07Reland "[llvm][formatters] Add LLDB data-formatter for llvm::PointerIntPair"Michael Buch3-0/+104
2026-01-07[cross-project-tests][formatters] Add a LIT feature that tests for a compatib...Michael Buch1-0/+45
2026-01-07[cross-project-tests][formatters] Factor out setting the LLDB test options in...Michael Buch1-4/+10
2026-01-07[cross-project-tests] Unset _FORTIFY_SOURCE when building the LLDB formatter ...Michael Buch1-1/+2
2026-01-07[cross-project-tests][formatters] Move LLDB test setup into it's own CMakeLis...Michael Buch2-6/+11
2026-01-07[Dexter] Replace DAP "initialized" timeout with a warning (#174198)Stephen Tozer1-7/+8
2026-01-07Revert "[llvm][formatters] Add LLDB data-formatter for llvm::PointerIntPair" ...Michael Buch3-104/+0
2026-01-06[llvm][formatters] Add LLDB data-formatter for llvm::PointerIntPair (#173261)Michael Buch3-0/+104
2026-01-06[cross-project] Add tests for LLDB data-formatters for llvm::ArrayRef (#173238)Michael Buch4-0/+46
2025-12-31[DTLTO][ELF][COFF] Add archive support for DTLTO. (#157043)Konstantin Belochapka3-0/+170
2025-12-17[DTLTO] Remove temporary files on abnormal exit, e.g. CTRL-C (#172280)Ben Dunbobbin1-0/+89
2025-12-09[Dexter] Adjust launch sequencing to align closer with DAP spec (#170523)Stephen Tozer1-9/+25
2025-11-26[lldb-dap] Add breakpoints after debugger initialization in DExTer (#169744)Janet Yang1-8/+15
2025-11-20[llvm][DebugInfo] Unwrap template parameters that are typedefs when reconstru...Michael Buch1-1/+0
2025-11-19[llvm][DebugInfo] Add support for _BitInt in DWARFTypePrinter (#168382)Michael Buch1-2/+6
2025-11-19[cross-project-tests][DebugInfo] Make simplified-template-names test runnable...Michael Buch4-360/+287
2025-11-18Fixed 2 tests that failed on MacOS (#168482)Katya Romanova2-6/+6
2025-11-18Improve error response message parsing for DAP evaluate requests. (#168430)John Harrison1-2/+12
2025-11-17[DTLTO] [LLVM] Initial DTLTO cache implementation (#156433)Katya Romanova2-0/+159
2025-11-14RuntimeLibcalls: Move VectorLibrary handling into TargetOptions (#167996)Matt Arsenault3-0/+30
2025-10-13Wasm fmuladd relaxed (#163177)Sam Parker1-2/+2
2025-10-06[Dexter] Allow retries on all dexter tests to avoid lldb-dap flakiness (#161847)Orlando Cazalet-Hyams2-0/+6
2025-09-23[cross-project-tests] Add a couple of missing testing dependencies (#159750)Andrew Ng1-0/+2
2025-09-15[Dexter] llvm-lit: Always log DAP messages to stderr (#158586)Orlando Cazalet-Hyams3-5/+18
2025-09-11[Dexter] Add `-v` to lit dexter substitutions (#158025)Orlando Cazalet-Hyams1-2/+2
2025-09-09[Dexter] Make lldb-dap _post_step_hook more stable (#157663)Orlando Cazalet-Hyams1-1/+8
2025-09-09Revert "[Dexter] llvm-lit: always log DAP messages" (#157679)Orlando Cazalet-Hyams1-4/+2
2025-09-09Revert "[Dexter] Temporarily print DAP logs on specific exception" (#157677)Orlando Cazalet-Hyams82-94/+83
2025-09-08[Dexter] Temporarily print DAP logs on specific exception (#157130)Orlando Cazalet-Hyams82-83/+94
2025-09-08[Dexter] llvm-lit: always log DAP messages (#157145)Orlando Cazalet-Hyams1-2/+4
2025-09-04[Dexter] Only increment step index if we record the step (#156832)Orlando Cazalet-Hyams3-4/+4
2025-09-03[Dexter] Use continue when resuming lldb execution to reach breakpoint (#156481)Stephen Tozer1-2/+2
2025-09-01[Dexter] Implement DexStepFunction and DexContinue (#152721)Orlando Cazalet-Hyams6-41/+314
2025-08-29[Dexter] Update Dexter lit substitutions, making lldb-dap the default (#155838)Stephen Tozer40-100/+68