Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-26[CMake] Add check-debuginfo-* targetsFangrui Song
2020-06-26[CMake] Add optional lldb dependency to DEBUGINFO_TEST_DEPSFangrui Song
2020-06-26[CMake] Add optional asan & safestack dependencies to DEBUGINFO_TEST_DEPSFangrui Song
2020-06-26[debuginfo-tests] Require "lldb" for some dexter testsFangrui Song
2020-06-26[CMake] Add llvm-config to DEBUGINFO_TEST_DEPSFangrui Song
2020-06-18[Dexter] Add --source-dir-root flagTobias Bosch
2020-06-09Change filecheck default to dump input on failureMehdi Amini
2020-06-05[Dexter] Add DexLimitSteps command and ConditionalControllerTom Weaver
2020-06-03Revert "[Dexter] Add DexLimitSteps command and ConditionalController"Tom Weaver
2020-06-02[Dexter] Add DexLimitSteps command and ConditionalControllerTom Weaver
2020-06-02[Dexter] Add os.path.normcase(...) transform to test path early.Tom Weaver
2020-05-14Only run pretty-printer tests for builds with debug-info.Christian Sigg
2020-05-13Ensure that CMake tries to find Python3 before processingChristopher Tetreault
2020-04-30[debuginfo-tests] Update Python variable in lit.site.cfg.pyJonas Devlieghere
2020-04-29[debuginfo-tests] Update Python CMake variableJonas Devlieghere
2020-04-23[dexter] Require python >= 3.6Djordje Todorovic
2020-04-21[Dexter] Fix failing clang-opt-bisect sub tool testTom Weaver
2020-04-20[Dexter][NFC] Add Debugger Controller To DexterTom Weaver
2020-03-31[Dexter] Add support for Windows to regression test suite.Tom Weaver
2020-03-27Revert "[Dexter] Add support for Windows to regression test suite."Davide Italiano
2020-03-27[Dexter] Add support for Windows to regression test suite.Tom Weaver
2020-03-16[DexTer] Add step.UNKNOWN check for NoneType line numbers.Tom Weaver
2020-03-16[debuginfo-tests] Update test for double-dash long-option.Jonas Devlieghere
2020-03-11Change to individual pretty printer classes, remove generic `make_printer`.Christian Sigg
2020-03-03[debuginfo-tests][dexter] Add --builder gcc support for POSIXPierre-vh
2020-02-28[debuginfo-tests][dexter] Add a test tool --calculate-average optionPierre-vh
2020-02-25[debuginfo-tests] Warn, not error, if we can't delete working directoryJeremy Morse
2020-02-25[arcconfig] Delete subproject arcconfigsShoaib Meenai
2020-02-13[debuginfo-tests][Dexter] Fix some Windows-unfriendly Dexter behavioursJeremy Morse
2020-02-13[debuginfo-tests] Fix Dexter process creation failure on WindowsJeremy Morse
2020-02-08Replace CHECK-NEXT with CHECK-DAG. The order isn't relevant we justAdrian Prantl
2020-02-08Change first test to be CHECK: to make the test run.Jason Molenda
2020-02-07[DebugInfo]: Fix the debuginfo-tests/llgdb-tests/apple-accel.cpp testSourabh Singh Tomar
2020-02-07Rename prettyprinters test to llvm-support.Christian Sigg
2020-01-30Add GDB pretty printers for llvm::ilist, llvm::simple_ilist, and llvm::ilist_...Christian Sigg
2020-01-27Add pretty printers for llvm::PointerIntPair and llvm::PointerUnion.Christian Sigg
2020-01-11Add test for GDB pretty printers.Christian Sigg
2019-11-11[debuginfo] Update test to account for missing __debug_macinfoJonas Devlieghere
2019-11-09Don't attempt to upgrade debug-info-tests to Python3.Adrian Prantl
2019-11-05[dexter] Fix feature tests on WindowsReid Kleckner
2019-11-05[dexter] Remove lit check for python 3Reid Kleckner
2019-11-01[debuginfo-tests] Don't look for Python 3 if we already have itReid Kleckner
2019-11-01[Dexter] Continue sprinking no-location fixesJeremy Morse
2019-11-01[Dexter] Account for another no-lineno scenarioJeremy Morse
2019-11-01[Dexter] Cope better with empty source locationsJeremy Morse
2019-11-01Unmask dexter debuginfo tests on DarwinJeremy Morse
2019-11-01Fix a brain-fail with debuginfo-tests/dexter internal testsJeremy Morse
2019-11-01Quote path to Python 3 executable in case it contains spacesReid Kleckner
2019-11-01Fix undefined variable bug in debuginfotests lit.cfg.pyReid Kleckner
2019-10-31XFAIL dexter tests on Darwin.Adrian Prantl