[all-commits] [llvm/llvm-project] 6754a0: [SafeStack, NFC] Move SafeStackColoring code
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Jun 17 01:08:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6754a0e2edde23eb7a58601fbf0c33a856dc837a
https://github.com/llvm/llvm-project/commit/6754a0e2edde23eb7a58601fbf0c33a856dc837a
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
A llvm/include/llvm/Analysis/StackLifetime.h
M llvm/lib/Analysis/CMakeLists.txt
A llvm/lib/Analysis/StackLifetime.cpp
M llvm/lib/CodeGen/CMakeLists.txt
M llvm/lib/CodeGen/SafeStack.cpp
R llvm/lib/CodeGen/SafeStackColoring.cpp
R llvm/lib/CodeGen/SafeStackColoring.h
M llvm/lib/CodeGen/SafeStackLayout.cpp
M llvm/lib/CodeGen/SafeStackLayout.h
Log Message:
-----------
[SafeStack,NFC] Move SafeStackColoring code
Summary:
This code is going to be used in StackSafety.
This patch is file move with minimal changes. Identifiers
will be fixed in the followup patch.
Reviewers: eugenis, pcc
Reviewed By: eugenis
Subscribers: mgorny, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D81831
More information about the All-commits
mailing list