OSDN Git Service

android: [NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/
[android-x86/external-llvm-project.git] / debuginfo-tests /
2021-01-19 OCHyams[DebugInfo][dexter] Tweak dexter test for merged values
2021-01-19 OCHyams[DebugInfo][dexter] Add dexter tests for merged values
2021-01-07 Mehdi AminiFix check-gdb-mlir-support build after MLIR API changed...
2021-01-07 Mehdi AminiFix include path for check-gdb-mlir-support to include...
2021-01-07 Fangrui Song[debuginfo-test] Fix -Wunused-value
2020-12-04 Krzysztof ParzyszekInclude BuiltinAttributes.h in llvm-prettyprinters...
2020-12-04 River Riddle[mlir][Types][NFC] Move all of the builtin Type classes...
2020-11-19 Moritz SichertAdded GDB pretty printer for StringMap
2020-11-06 Jonas Devlieghere[debuginfo-tests] Skip optnone-loops.cpp on Darwin
2020-11-06 Louis Dionne[debuginfo-tests] NFC: Move test that was committed...
2020-11-04 Nabeel Omer[Dexter] add visual studio 2019 debugger support
2020-10-28 Tom Weaver[debuginfo-tests][dexter] add requires lldb to two...
2020-10-28 Nabeel Omer[debuginfo-tests][dexter] Add two new debug experience...
2020-10-26 OCHyams[DebugInfo][dexter] Add dexter tests for escaped locals
2020-10-19 Nabeel Omer[Dexter][NFC] Add Missing Commands to Commands.md Contents
2020-09-30 Christian SiggAdd GDB prettyprinters for a few more MLIR types.
2020-09-03 OCHyamsRevert "Adding GDB PrettyPrinter for mlir::Identifier."
2020-09-03 Christian SiggAdding GDB PrettyPrinter for mlir::Identifier.
2020-07-16 serge-sans-pailleHarmonize Python shebang
2020-06-26 Fangrui Song[CMake] Add check-debuginfo-* targets
2020-06-26 Fangrui Song[CMake] Add optional lldb dependency to DEBUGINFO_TEST_DEPS
2020-06-26 Fangrui Song[CMake] Add optional asan & safestack dependencies...
2020-06-26 Fangrui Song[debuginfo-tests] Require "lldb" for some dexter tests
2020-06-25 Fangrui Song[CMake] Add llvm-config to DEBUGINFO_TEST_DEPS
2020-06-18 Tobias Bosch[Dexter] Add --source-dir-root flag
2020-06-09 Mehdi AminiChange filecheck default to dump input on failure
2020-06-05 Tom Weaver[Dexter] Add DexLimitSteps command and ConditionalContr...
2020-06-03 Tom WeaverRevert "[Dexter] Add DexLimitSteps command and Conditio...
2020-06-02 Tom Weaver[Dexter] Add DexLimitSteps command and ConditionalContr...
2020-06-02 Tom Weaver[Dexter] Add os.path.normcase(...) transform to test...
2020-05-14 Christian SiggOnly run pretty-printer tests for builds with debug...
2020-05-13 Christopher TetreaultEnsure that CMake tries to find Python3 before processing
2020-04-30 Jonas Devlieghere[debuginfo-tests] Update Python variable in lit.site...
2020-04-29 Jonas Devlieghere[debuginfo-tests] Update Python CMake variable
2020-04-23 Djordje Todorovic[dexter] Require python >= 3.6
2020-04-21 Tom Weaver[Dexter] Fix failing clang-opt-bisect sub tool test
2020-04-20 Tom Weaver[Dexter][NFC] Add Debugger Controller To Dexter
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-03-31 Tom Weaver[Dexter] Add support for Windows to regression test...
2020-03-27 Davide ItalianoRevert "[Dexter] Add support for Windows to regression...
2020-03-27 Tom Weaver[Dexter] Add support for Windows to regression test...
2020-03-16 Tom Weaver[DexTer] Add step.UNKNOWN check for NoneType line numbers.
2020-03-16 Jonas Devlieghere[debuginfo-tests] Update test for double-dash long...
2020-03-11 Christian SiggChange to individual pretty printer classes, remove...
2020-03-03 Pierre-vh[debuginfo-tests][dexter] Add --builder gcc support...
2020-02-28 Pierre-vh[debuginfo-tests][dexter] Add a test tool --calculate...
2020-02-25 Jeremy Morse[debuginfo-tests] Warn, not error, if we can't delete...
2020-02-25 Shoaib Meenai[arcconfig] Delete subproject arcconfigs
2020-02-13 Jeremy Morse[debuginfo-tests][Dexter] Fix some Windows-unfriendly...
2020-02-13 Jeremy Morse[debuginfo-tests] Fix Dexter process creation failure...
2020-02-07 Adrian PrantlReplace CHECK-NEXT with CHECK-DAG. The order isn't...
2020-02-07 Jason MolendaChange first test to be CHECK: to make the test run.
2020-02-07 Sourabh Singh Tomar[DebugInfo]: Fix the debuginfo-tests/llgdb-tests/apple...
2020-02-07 Christian SiggRename prettyprinters test to llvm-support.
2020-01-30 Christian SiggAdd GDB pretty printers for llvm::ilist, llvm::simple_i...
2020-01-27 Christian SiggAdd pretty printers for llvm::PointerIntPair and llvm...
2020-01-11 Christian SiggAdd test for GDB pretty printers.
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-11-11 Jonas Devlieghere[debuginfo] Update test to account for missing __debug_...
2019-11-08 Adrian PrantlDon't attempt to upgrade debug-info-tests to Python3.
2019-11-05 Reid Kleckner[dexter] Fix feature tests on Windows
2019-11-05 Reid Kleckner[dexter] Remove lit check for python 3
2019-11-01 Reid Kleckner[debuginfo-tests] Don't look for Python 3 if we already...
2019-11-01 Jeremy Morse[Dexter] Continue sprinking no-location fixes
2019-11-01 Jeremy Morse[Dexter] Account for another no-lineno scenario
2019-11-01 Jeremy Morse[Dexter] Cope better with empty source locations
2019-11-01 Jeremy MorseUnmask dexter debuginfo tests on Darwin
2019-11-01 Jeremy MorseFix a brain-fail with debuginfo-tests/dexter internal...
2019-10-31 Reid KlecknerQuote path to Python 3 executable in case it contains...
2019-10-31 Reid KlecknerFix undefined variable bug in debuginfotests lit.cfg.py
2019-10-31 Adrian PrantlXFAIL dexter tests on Darwin.
2019-10-31 Jeremy MorseReapply "Import Dexter to debuginfo-tests""
2019-10-31 Jeremy MorseRevert "Import Dexter to debuginfo-tests"
2019-10-31 Jeremy MorseImport Dexter to debuginfo-tests
2019-06-27 Adrian PrantlMake nrvo-string test more robust.
2019-06-26 Adrian PrantlMake nrvo-string test more robust.
2019-06-25 Jonas Devlieghere[Python 3] Decode check_ouput result as UTF-8
2019-06-20 Amy HuangStore a pointer to the return value in a static alloca...
2019-06-17 Adrian Prantlllgdb.py: Make sure to clean up the debugger on exit.
2019-06-06 Amy HuangAdd cdb test for global constants
2019-06-03 Reid KlecknerAdd cdb test for inline line tables
2019-05-29 Reid KlecknerMove the pybool logic from CMake to Python for simplicity
2019-05-28 Reid KlecknerAdd debuginfo-tests that use cdb on Windows
2018-11-06 Reid KlecknerSet config.lit_tools_dir, which is needed by lit.llvm...
2018-11-03 Fangrui Song[debuginfo-tests] commands.getoutput -> subprocess...
2018-11-03 Reid KlecknerUpdate debuginfo tests lit for r341135
2018-11-03 Reid Kleckner[debuginfo-tests] Avoid "import commands" which was...
2018-08-20 Vedant KumarRevert "(Retry) Add a basic integration test for C...
2018-08-20 Vedant Kumar(Retry) Add a basic integration test for C++ smart...
2018-08-18 Bruno Cardoso LopesRevert "Add a basic integration test for C++ smart...
2018-08-16 Vedant KumarAdd a basic integration test for C++ smart pointers
2018-08-14 Vlad TsyrklevichSafeStack: Disable Darwin support
2018-08-04 Vedant KumarDisable the asan-deque.cpp integration test for AppleLL...
2018-07-31 Wolfgang Pieb[DWARF] Change a test to ensure the creation of a __deb...
2018-07-31 Tim Northover[debuginfo-tests] tweak new test to be compatible with...
2018-07-26 Vedant Kumar[DebugInfo] LowerDbgDeclare: Add derefs when handling...
2018-07-18 Vedant KumarRevert "[CMake] Sort dependency list and add safestack...
2018-07-18 Vedant Kumar[CMake] Sort dependency list and add safestack to it
2018-06-10 Ahmed Bougacha[debuginfo-tests] Always use the system python to invok...
2018-02-26 Davide Italiano[Darwin] Specify DWARF 2/4 when running apple accelerat...
next