[all-commits] [llvm/llvm-project] f821a5: tsan: add intrusive doubly-linked list

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Thu Jul 29 08:07:42 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f821a55c5e7847edd0b3bf70543b318d6bcbcd0a
      https://github.com/llvm/llvm-project/commit/f821a55c5e7847edd0b3bf70543b318d6bcbcd0a
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M compiler-rt/lib/tsan/CMakeLists.txt
    A compiler-rt/lib/tsan/rtl/tsan_ilist.h
    M compiler-rt/lib/tsan/tests/unit/CMakeLists.txt
    A compiler-rt/lib/tsan/tests/unit/tsan_ilist_test.cpp

  Log Message:
  -----------
  tsan: add intrusive doubly-linked list

Add intrusive doubly-linked list container template, IList.
It will be used in the new tsan runtime.

Reviewed By: melver

Differential Revision: https://reviews.llvm.org/D107050




More information about the All-commits mailing list