[all-commits] [llvm/llvm-project] dc603b: [NFC][sanitizer] Add basic hash test

Vitaly Buka via All-commits all-commits at lists.llvm.org
Tue Oct 5 21:30:37 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dc603b0e53053772f48f13e1f8a3186f1e9990c7
      https://github.com/llvm/llvm-project/commit/dc603b0e53053772f48f13e1f8a3186f1e9990c7
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
    A compiler-rt/lib/sanitizer_common/tests/sanitizer_hash_test.cpp

  Log Message:
  -----------
  [NFC][sanitizer] Add basic hash test

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


  Commit: 5ae9a3e4bf9351b0bc596bd4a9ec8e881377924d
      https://github.com/llvm/llvm-project/commit/5ae9a3e4bf9351b0bc596bd4a9ec8e881377924d
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_hash.h
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_hash_test.cpp

  Log Message:
  -----------
  [NFC][sanitizer] Add MurMur2Hash64Builder

Depends on D111176.

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


  Commit: 3129aa5caf1f9b5c48ab708f43cb3fc5173dd021
      https://github.com/llvm/llvm-project/commit/3129aa5caf1f9b5c48ab708f43cb3fc5173dd021
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_chained_origin_depot.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_chained_origin_depot.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stackdepotbase.h

  Log Message:
  -----------
  [NFC][sanitizers] Add StackDepotBase Node::hash_type

Depends on D111177.

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


Compare: https://github.com/llvm/llvm-project/compare/02c018394e8a...3129aa5caf1f


More information about the All-commits mailing list