[all-commits] [llvm/llvm-project] 5b1c70: [StackSafety] Pass summary into codegen
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Jun 10 21:03:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5b1c70a48d97513563ced9f39c631f302c071c75
https://github.com/llvm/llvm-project/commit/5b1c70a48d97513563ced9f39c631f302c071c75
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
M llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h
M llvm/include/llvm/Analysis/StackSafetyAnalysis.h
M llvm/include/llvm/InitializePasses.h
M llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
M llvm/lib/Analysis/StackSafetyAnalysis.cpp
M llvm/lib/LTO/LTOBackend.cpp
Log Message:
-----------
[StackSafety] Pass summary into codegen
Summary:
The patch wraps ThinLTO index into immutable
pass which can be used by StackSafety analysis.
Reviewers: eugenis, pcc
Reviewed By: eugenis
Subscribers: hiraditya, steven_wu, dexonsmith, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D80985
More information about the All-commits
mailing list