[all-commits] [llvm/llvm-project] 5c2b48: tsan: add new vector clock
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Mon Aug 2 04:45:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c2b48fdb0a6f8dd7fb3fc24bdd3c028a2e3a51a
https://github.com/llvm/llvm-project/commit/5c2b48fdb0a6f8dd7fb3fc24bdd3c028a2e3a51a
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-08-02 (Mon, 02 Aug 2021)
Changed paths:
M compiler-rt/lib/tsan/CMakeLists.txt
M compiler-rt/lib/tsan/rtl/tsan_defs.h
M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
A compiler-rt/lib/tsan/rtl/tsan_vector_clock.cpp
A compiler-rt/lib/tsan/rtl/tsan_vector_clock.h
M compiler-rt/lib/tsan/tests/unit/CMakeLists.txt
A compiler-rt/lib/tsan/tests/unit/tsan_vector_clock_test.cpp
Log Message:
-----------
tsan: add new vector clock
Add new fixed-size vector clock for the new tsan runtime.
For now it's unused.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D107167
More information about the All-commits
mailing list