aboutsummaryrefslogtreecommitdiff
path: root/lib/libtsan
AgeCommit message (Collapse)Author
2025-10-29remove all IBM AIX and z/OS supportAlex Rønne Petersen
As with Solaris (dba1bf935390ddb0184a4dc72245454de6c06fd2), we have no way to actually audit contributions for these OSs. IBM also makes it even harder than Oracle to actually obtain these OSs. closes #23695 closes #23694 closes #3655 closes #23693
2025-10-26tsan: fix cross build for FreeBSD by using direct syscalls instead of libsysRajiv Singh
This patch can hopefully be dropped in the future; see #24989. closes #24885 closes #24896 Co-authored-by: Alex Rønne Petersen <alex@alexrp.com>
2025-08-30libtsan: update to LLVM 21Alex Rønne Petersen
2025-08-14tsan: remove usage of libnvmm and libncurses headers on netbsdAlex Rønne Petersen
https://github.com/llvm/llvm-project/pull/153534
2025-08-14Merge pull request #24825 from alexrp/freebsd-fixesAlex Rønne Petersen
2025-08-13tsan: remove usage of libcrypt and libncurses headersAlex Rønne Petersen
https://github.com/llvm/llvm-project/pull/153351 Closes #24736.
2025-08-11tsan: remove interceptors for termioDavid Rubin
2025-05-12libtsan: Backport llvm/llvm-project#120036.Alex Rønne Petersen
https://github.com/llvm/llvm-project/pull/120036
2025-04-11tsan: Rename lib/tsan to lib/libtsan.Alex Rønne Petersen
For consistency with other vendored C/C++ libraries.