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

Florian Mayer via All-commits all-commits at lists.llvm.org
Tue Jul 20 02:06:53 PDT 2021


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

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp
    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