[all-commits] [llvm/llvm-project] 12268f: [hwasan] Use stack safety analysis.

Florian Mayer via All-commits all-commits at lists.llvm.org
Mon Jul 19 03:55:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 12268fe14a1a65d4b62f0b6e5beab46ba8501ae7
      https://github.com/llvm/llvm-project/commit/12268fe14a1a65d4b62f0b6e5beab46ba8501ae7
  Author: Florian Mayer <fmayer at google.com>
  Date:   2021-07-19 (Mon, 19 Jul 2021)

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp
    A clang/test/CodeGen/hwasan-stack-safety-analysis-asm.c
    A clang/test/CodeGen/hwasan-stack-safety-analysis.c
    M llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h
    M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
    A llvm/test/Instrumentation/HWAddressSanitizer/stack-safety-analysis.ll

  Log Message:
  -----------
  [hwasan] Use stack safety analysis.

This avoids unnecessary instrumentation.

Reviewed By: eugenis, vitalybuka

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




More information about the All-commits mailing list