aboutsummaryrefslogtreecommitdiff
path: root/cross-project-tests/debuginfo-tests
AgeCommit message (Expand)AuthorFilesLines
2022-09-22[Pipelines] Introduce DAE after ArgumentPromotionPavel Samolysov1-2/+4
2022-09-02Revert "[debuginfo-tests] Un-XFAIL no passing unused-merged-value.c test"Adrian Prantl1-4/+2
2022-08-25[debuginfo-tests] Un-XFAIL no passing unused-merged-value.c testMichael Buch1-2/+4
2022-08-24[cross-project] Disable debug-types-section tests on Apple systemsFelipe de Azevedo Piovezan3-1/+3
2022-07-28[Clang] Diagnose ill-formed constant expression when setting a non fixed enum...Shafik Yaghmour1-2/+2
2022-07-12Pretty printer test fixesDavid Blaikie1-5/+5
2022-07-12Add missing include for std::size_tDavid Blaikie1-0/+1
2022-06-13[Dexter] Remove debugger-dependent test from windowsStephen Tozer1-1/+3
2022-06-13[Dexter] Fix incorrect test expectations for floating point testsStephen Tozer2-2/+2
2022-06-13[Dexter] Allow Dexter watch commands to specify a range of acceptable FP valuesStephen Tozer10-10/+159
2022-06-08[Dexter] Use PurePath to compare paths in Dexter commandsStephen Tozer3-7/+8
2022-06-08[Dexter] Catch value error when encountering invalid addressStephen Tozer1-4/+6
2022-04-20Speculatively fix build botsAaron Ballman1-0/+1
2022-04-11[Dexter] Collate penalties of the same type into a single line for eachStephen Tozer2-5/+43
2022-04-08DebugInfo: Consider the type of NTTP when simplifying template namesDavid Blaikie1-0/+5
2022-03-25DebugInfo: Don't allow type units to references types in the CUDavid Blaikie1-0/+18
2022-03-24DebugInfo: Classify noreturn function types as non-reconstructibleDavid Blaikie1-0/+2
2022-03-22llvm-dwarfdump: Including calling convention attribute in pretty printed type...David Blaikie1-0/+2
2022-03-01[Dexter] Optimize breakpoint deletion in Visual Studiogbtozers5-30/+40
2022-02-16DebugInfo: fix a couple of spurious spaces in simplified template name rebuil...David Blaikie1-0/+2
2022-02-15DebugInfo: Disable simplified template names for -gmlt and belowDavid Blaikie1-0/+3
2022-02-15DebugInfo: Don't simplify template names using _BitInt(N)David Blaikie1-0/+2
2022-02-11[dexter] Don't generate results files by defaultOCHyams5-60/+93
2022-02-10DebugInfo: Don't simplify names referencing local enumsDavid Blaikie1-0/+11
2022-02-10DebugInfo: Don't simplify any template referencing a lambdaDavid Blaikie2-0/+41
2022-02-10[cross-project-tests] REQUIRES: system-darwin in llgdb-tests/asan-deque.cppOCHyams1-4/+4
2022-02-10[cross-project-tests] Add REQUIRES: compiler-rt to tests that use asanOCHyams7-12/+13
2022-02-09[cross-project-tests] XFAIL llgdb-tests when gdb can't read clang's DWARFOCHyams9-13/+19
2022-01-26[Dexter] Remove false requirement of lldb for dexter regression tests on WindowsOCHyams37-76/+47
2022-01-12[mlir] Finish removing Identifier from the C++ APIRiver Riddle1-2/+1
2022-01-10[Dexter] Allow DexUnreachable in supplementary .dex filesJeremy Morse7-4/+98
2022-01-10[Dexter] Allow tests to specify command line optionsJeremy Morse10-15/+120
2022-01-08Fix GDB printers testChristian Sigg4-57/+71
2022-01-06Update mlir GDB printersChristian Sigg1-62/+94
2022-01-05DebugInfo: Rebuild varargs function types correctlyDavid Blaikie1-0/+2
2021-12-29Fix build of llvm-prettyprinters/gdb/mlir-support.cpp testMehdi Amini1-2/+4
2021-12-08[dexter] Fix source-root-dir unittests on WindowsTom Weaver1-13/+20
2021-12-01[Dexter] Fix address_printing test by requiring lldbStephen Tozer1-1/+1
2021-12-01[Dexter] Add DexDeclareAddress command and address functionStephen Tozer16-7/+481
2021-11-22[NFC][clang] Inclusive language: rename master variable to controller in debu...Quinn Pham1-4/+4
2021-11-09llvm-dwarfdump: Lookup type units when prettyprinting typesDavid Blaikie1-1/+5
2021-11-05DebugInfo: Simplified Template Names: drop unneeded space in arraysDavid Blaikie1-2/+2
2021-11-05DWARF Simplified Template Names: Narrow down the handling for operator overloadsDavid Blaikie1-2/+93
2021-11-05Add some support for pretty printing Twines containing std::string in gdbDavid Blaikie2-3/+3
2021-11-04Fix some issues with the gdb pretty printers for llvm::TwineDavid Blaikie2-2/+7
2021-10-28Migrate the roundtrip tests to work similar to the llgdb testsDavid Blaikie2-2/+4
2021-10-28Adjust test to only compile and not linkDavid Blaikie1-4/+2
2021-10-28[dexter] XFAIL feature_test source-root-dir.cppOCHyams1-0/+3
2021-10-27Add "REQUIRES: native" to test.Douglas Yung1-0/+1
2021-10-27[dexter] Fix failing regression testsOCHyams4-4/+4