llvm/compiler-rt/test
Dmitry Vyukov 1d4d2cceda [TSan] Add a runtime flag to print full thread creation stacks up to the main thread
Currently, we only print how threads involved in data race are created from their parent threads.
Add a runtime flag 'print_full_thread_history' to print thread creation stacks for the threads involved in the data race and their ancestors up to the main thread.

Reviewed By: dvyukov

Differential Revision: https://reviews.llvm.org/D122131
2022-03-24 17:30:27 +01:00
..
asan [ASan] Add read to large_func_test.cpp to prevent optimization. 2022-03-16 17:00:32 +00:00
BlocksRuntime
builtins [compiler-rt] Remove mentions of AuroraUX in code comments and docs. 2022-03-21 22:05:58 +01:00
cfi
crt Revert "[Driver] Default CLANG_DEFAULT_PIE_ON_LINUX to ON" 2022-02-26 15:32:49 +01:00
dfsan [DFSan] Remove use of setarch in dfsan test. 2022-03-14 10:03:51 -07:00
fuzzer [CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE 2022-03-11 15:43:01 -08:00
gwp_asan
hwasan [NFC][hwasan] Check __GLIBCXX__ before checking _GLIBCXX_RELEASE in test 2022-03-01 09:39:26 +01:00
interception
lsan [lsan] Attempt to fix s390x after a63932a8 2022-03-15 18:02:03 -07:00
memprof [sanitizer] Check if directory exists before trying to create 2022-02-13 06:59:32 -08:00
msan Use-after-dtor detection for trivial base classes. 2022-03-16 18:20:27 -07:00
orc [ORC-RT] Add two new jit-dlopen testcases, and switch to .c for dlopen tests. 2022-02-10 14:11:46 +11:00
profile [InstrProf] Add single byte coverage mode 2022-01-27 17:38:55 -08:00
safestack
sanitizer_common [msan] Add interceptors for Linux 64-bit stat variants 2022-03-15 20:22:28 -07:00
scudo
shadowcallstack
tsan [TSan] Add a runtime flag to print full thread creation stacks up to the main thread 2022-03-24 17:30:27 +01:00
ubsan [Sanitizers][test] XFAIL long double tests on Solaris/sparc 2022-02-09 09:20:21 +01:00
ubsan_minimal
xray [compiler-rt][xray] Disable fdr-reinit test on Arm 2022-02-14 13:36:51 +00:00
.clang-format
.clang-tidy
CMakeLists.txt
lit.common.cfg.py
lit.common.configured.in Use lit_config.substitute instead of foo % lit_config.params everywhere 2022-03-16 09:57:41 +01:00