aboutsummaryrefslogtreecommitdiff
path: root/cross-project-tests
AgeCommit message (Expand)AuthorFilesLines
2023-05-26[Dexter] XFAIL Dexter tests for Apple Silicon (arm64)Jonas Devlieghere3-1/+3
2023-05-26[Dexter] Don't hardcode x86_64 as the default architectureJonas Devlieghere1-1/+2
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta91-3232/+3929
2023-05-18[WebAssembly] Add wasm_simd128.h intrinsics for relaxed SIMDThomas Lively1-1/+122
2023-03-22[Dexter] Add timeout optionsStephen Tozer4-6/+82
2023-03-15[Dexter] Add a simple logging class to DexterStephen Tozer9-32/+71
2023-03-15[Dexter] Add target_run_args optionStephen Tozer6-1/+45
2023-03-01[Dexter] Use non-blocking resume when debugging Visual StudioStephen Tozer1-3/+3
2023-02-17[AMDGPU] Add cross-project-tests for WMMA builtinsDiana Picus5-1/+151
2023-02-03Walk back an overly-aggressive unXFAIL.Adrian Prantl1-0/+1
2023-02-03UnXFAIL test.Adrian Prantl1-3/+0
2023-02-03Upgrade llgdb script for Python 3 compatibility.Adrian Prantl1-47/+33
2023-02-03Update llgdb to use python3.Adrian Prantl1-2/+1
2023-01-19[Dexter] Add on_line parameter to DexExpectStepOrder commandBen Mudd5-9/+29
2023-01-14[cross-project-tests] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-3/+2
2023-01-04[llgdb-tests] Convert test to check 'target=...'Paul Robinson1-1/+1
2022-12-10[cross-project-tests] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata1-1/+2
2022-10-26[dexter-tests] Add attribute optnone to main functionGuozhi Wei1-0/+1
2022-10-26[dexter] Temporary disable optnone-simple-functionsJonas Devlieghere1-1/+1
2022-10-12[Dexter] Ignore step information in __libc_start_call_mainOCHyams1-1/+1
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-27[cross-project-tests] Add split-file as dependencyArthur Eubanks1-1/+2
2022-07-12Pretty printer test fixesDavid Blaikie1-5/+5
2022-07-12Add missing include for std::size_tDavid Blaikie1-0/+1
2022-07-11Revert "Rebase: [Facebook] Add clang driver options to test debug info and BOLT"spupyrev2-17/+1
2022-07-11Rebase: [Facebook] Add clang driver options to test debug info and BOLTAmir Ayupov2-1/+17
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-05-19[lit] Fix setup of sanitizer environmentVitaly Buka1-5/+0
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-17[WebAssembly] Add end-to-end codegen tests for wasm_simd128.hThomas Lively5-2/+1287
2022-03-16Use lit_config.substitute instead of foo % lit_config.params everywhereSam McCall1-12/+2
2022-03-11[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEPetr Hosek1-1/+1
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