This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ee9345b6593 Minor no-op cmake file style fix. new 484fd96051f Add the ShadowCallStack pass
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/X86/CMakeLists.txt | 1 + lib/Target/X86/ShadowCallStack.cpp | 325 +++++++++++++++++++++++++++++++++ lib/Target/X86/X86.h | 5 + lib/Target/X86/X86TargetMachine.cpp | 3 + test/CodeGen/X86/O0-pipeline.ll | 1 + test/CodeGen/X86/O3-pipeline.ll | 1 + test/CodeGen/X86/shadow-call-stack.mir | 204 +++++++++++++++++++++ 7 files changed, 540 insertions(+) create mode 100644 lib/Target/X86/ShadowCallStack.cpp create mode 100644 test/CodeGen/X86/shadow-call-stack.mir