[PATCH] D81831: [SafeStack,NFC] Move StackLayout code
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 15 02:41:34 PDT 2020
vitalybuka created this revision.
vitalybuka added reviewers: eugenis, pcc.
Herald added subscribers: llvm-commits, hiraditya, mgorny.
Herald added a project: LLVM.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D81831
Files:
llvm/include/llvm/Analysis/StackLifetime.h
llvm/lib/Analysis/CMakeLists.txt
llvm/lib/Analysis/StackLifetime.cpp
llvm/lib/CodeGen/CMakeLists.txt
llvm/lib/CodeGen/SafeStack.cpp
llvm/lib/CodeGen/SafeStackColoring.cpp
llvm/lib/CodeGen/SafeStackColoring.h
llvm/lib/CodeGen/SafeStackLayout.cpp
llvm/lib/CodeGen/SafeStackLayout.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81831.270691.patch
Type: text/x-patch
Size: 8333 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200615/fbff95f4/attachment.bin>
More information about the llvm-commits
mailing list