aboutsummaryrefslogtreecommitdiff
path: root/cross-project-tests
AgeCommit message (Expand)AuthorFilesLines
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 asanOCHyams8-12/+16
2022-02-09[cross-project-tests] Make GDB version string parsing more robustOCHyams1-4/+4
2022-02-09[cross-project-tests] XFAIL llgdb-tests when gdb can't read clang's DWARFOCHyams10-13/+68
2022-01-26[Dexter] Remove false requirement of lldb for dexter regression tests on WindowsOCHyams38-87/+63
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-16[Dexter] Remove the Windows dependency on lld from CMakeOCHyams2-63/+72
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 testsOCHyams5-8/+13
2021-10-26Add cross-project-test for simplified template name rebuildingDavid Blaikie2-0/+218
2021-10-25llvm pretty printers: Fix StringRef and workaround StringMap in Python 2David Blaikie1-2/+3
2021-10-22[Dexter] Add DexFinishTest command to conditionally early-exit a test programStephen Tozer13-2/+294
2021-10-08[Dexter] Add option to pass a Visual Studio solution instead of a binaryStephen Tozer7-22/+52
2021-09-24Reapply "[Dexter] Improve performance by evaluating expressions only when nee...Stephen Tozer7-25/+78
2021-09-17[Dexter] Mutually exclusive argument group for --builder and --binaryTozer2-11/+8
2021-09-14Revert "[Dexter] Improve performance by evaluating expressions only when needed"Stephen Tozer7-79/+26
2021-09-14[Dexter] Improve performance by evaluating expressions only when neededStephen Tozer7-26/+79
2021-06-28[cross-project-tests] Add/update check-* targets for cross-project-testsJames Henderson1-2/+10
2021-06-28[cross-project-tests] Make clang optional if not in LLVM_ENABLE_PROJECTSJames Henderson3-2/+8
2021-06-28[cross-project-tests] Add lld as a dependency if in LLVM_ENABLE_PROJECTSJames Henderson3-3/+7
2021-06-28[cross-project-tests] Rename vars to make sense for new directory nameJames Henderson3-26/+22
2021-06-28[RFC][debuginfo-test] Rename debug-info lit tests for general purposesJames Henderson224-0/+13853