[all-commits] [llvm/llvm-project] e7356f: [nfc] [hwasan] factor out logic to collect info ab...

Florian Mayer via All-commits all-commits at lists.llvm.org
Fri Feb 11 10:54:31 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7356fb3e2136cae2a9ae7dd0f956aa7828c69c6
      https://github.com/llvm/llvm-project/commit/e7356fb3e2136cae2a9ae7dd0f956aa7828c69c6
  Author: Florian Mayer <fmayer at google.com>
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/MemoryTaggingSupport.h
    M llvm/lib/Target/AArch64/AArch64StackTagging.cpp
    M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
    M llvm/lib/Transforms/Utils/MemoryTaggingSupport.cpp

  Log Message:
  -----------
  [nfc] [hwasan] factor out logic to collect info about stack

this is the first step in unifying some of the logic between hwasan and
mte stack tagging. this only moves around code, changes to converge
different implementations of the same logic follow later.

Reviewed By: eugenis

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




More information about the All-commits mailing list