llvm-project/compiler-rt/lib/tsan
Daniel Fava 9b91bcf6c6 tsan: removing redundant loop in ThreadClock::release()
The removed loop clears reused for entries at the tail of a SyncClock.
The loop is redundant since those entries were already cleared by the
immediately preceding loop, which iterates over all entries in the
SyncClock (including the tail entries).
2020-02-19 17:30:00 +01:00
..
benchmarks compiler-rt: Rename .cc file in lib/tsan/{benchmarks,dd,go} to .cpp 2019-08-01 14:30:49 +00:00
dd compiler-rt: Rename .cc file in lib/tsan/{benchmarks,dd,go} to .cpp 2019-08-01 14:30:49 +00:00
go [tsan, go] fix Go windows build 2019-10-07 23:11:07 +00:00
rtl tsan: removing redundant loop in ThreadClock::release() 2020-02-19 17:30:00 +01:00
tests Remove NOLINTs from compiler-rt 2019-09-11 23:19:48 +00:00
.clang-format [sanitizer] Remove unneeded blank lines 2018-05-09 00:44:26 +00:00
CMakeLists.txt Rename tsan_interceptors.cpp into tsan_interceptors_posix.cpp 2019-10-01 00:58:26 +00:00
analyze_libtsan.sh
check_analyze.sh Stop counting pops in tsan/check_analyze.sh. 2019-06-17 20:47:16 +00:00
check_cmake.sh