summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/tsan/go
AgeCommit message (Expand)Author
2025-08-25[tsan][riscv] add Go race detector support for RISC-V sv39 VMA (#154701)Joel Sing
2025-02-28[tsan][RISCV] Add Go support for linux/riscv64 (#127295)Meng Zhuo
2025-01-27[tsan] Add support for linux/riscv64 in lib/tsan/go/buildgo.sh (#124557)Meng Zhuo
2023-12-28[tsan] Add support for linux/loongarch64 in lib/tsan/go/buildgo.sh (#72819)abner chenc
2023-05-17tsan: fix string comparison in Go build scriptDmitry Vyukov
2023-05-17tsan: allow to cross-build Go runtimeDmitry Vyukov
2022-10-10[tsan][go] Fix string equal operatorKai Luo
2022-09-06[tsan][go] Fix buildgo.sh when GOAMD64 undefinedVitaly Buka
2022-08-24tsan: add ability to compile for different Go subarch values.Keith Randall
2022-08-10tsan: update Go rules to use -std=c++17Fangrui Song
2022-07-26tsan: capture shadow map start/end on init and reuse in resetThan McIntosh
2022-07-11tsan: update Go x86 build rules to back off to sse3Than McIntosh
2022-04-25[compiler-rt][NFC] Inclusive language: remove use of sanity check/testQuinn Pham
2021-12-21tsan: remove old vector clocksDmitry Vyukov
2021-12-13tsan: new runtime (v3)Dmitry Vyukov
2021-12-09Revert "tsan: new runtime (v3)"Jonas Devlieghere
2021-12-09tsan: new runtime (v3)Dmitry Vyukov
2021-12-01Revert "tsan: new runtime (v3)"Dmitry Vyukov
2021-11-25tsan: new runtime (v3)Dmitry Vyukov
2021-11-23Revert "tsan: new runtime (v3)"Weverything
2021-11-23tsan: new runtime (v3)Dmitry Vyukov
2021-11-22Revert "tsan: new runtime (v3)"Dmitry Vyukov
2021-11-22tsan: new runtime (v3)Dmitry Vyukov
2021-11-18[NFC][sanitizer] Move inline implementation of StackStore into cppVitaly Buka
2021-11-12Revert "tsan: new runtime (v3)"Dmitry Vyukov
2021-11-12tsan: new runtime (v3)Dmitry Vyukov
2021-10-28tsan: move memory access functions to a separate fileDmitry Vyukov
2021-10-08[NFC][sanitizer] Remove sanitizer_persistent_allocator.cppVitaly Buka
2021-08-16[tsan] Another attempt to fix GCC 8.3 build after D107911Douglas Yung
2021-08-05tsan: pass thr/pc to MemoryResetRangeDmitry Vyukov
2021-08-05tsan: qualify autosDmitry Vyukov
2021-08-03tsan: new MemoryAccess interfaceDmitry Vyukov
2021-07-31tsan: introduce Tid and StackID typedefsDmitry Vyukov
2021-07-30tsan: introduce New/Alloc/Free helpersDmitry Vyukov
2021-07-29tsan: switch from SSE3 to SSE4.2Dmitry Vyukov
2021-07-28tsan: remove mblock typesDmitry Vyukov
2021-07-28tsan: remove unused pc argumentsDmitry Vyukov
2021-07-23tsan: switch to the new sanitizer_common mutexDmitry Vyukov
2021-07-20tsan: remove the stats subsystemDmitry Vyukov
2021-07-20tsan: add pragma line to buildgo.shDmitry Vyukov
2021-07-19tsan: remove duplicate arch switch in buildgo.shDmitry Vyukov
2021-07-16sanitizer_common: add SemaphoreDmitry Vyukov
2021-07-15[TSan] Add SystemZ SANITIZER_GO supportIlya Leoshkevich
2021-02-22[sanitizers] Pass CMAKE_C_FLAGS into TSan buildgo scriptJoachim Protze
2021-02-21Revert "[sanitizers] Pass CMAKE_C_FLAGS into TSan buildgo script"Nico Weber
2021-02-17[sanitizers] Pass CMAKE_C_FLAGS into TSan buildgo scriptJoachim Protze
2020-10-30tsan: add Go race detector support for macOS/ARM64Dmitry Vyukov
2020-10-26tsan: add mips64 support in lib/tsan/go/buildgo.shDmitry Vyukov
2020-10-20[Sanitizers] Remove OpenBSD support (new attempt)David Carlier
2020-10-19Revert "[Sanitizers] Remove OpenBSD support" + 1Evgenii Stepanov