This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6d9292403bd [Sanitizer] Add 'dispatch' feature to be used in compiler-rt tests new 6821da24b7c [PowerPC] Run clang format to avoid compiling warning. new 863ea8c618b Delete x86_64 ShadowCallStack support new fb5cf37fba7 [GN] Remove DataLayoutTest.cpp from IR Unittests.
The 3 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/PowerPC/PPCISelDAGToDAG.cpp | 9 +- lib/Target/X86/CMakeLists.txt | 1 - lib/Target/X86/ShadowCallStack.cpp | 321 ------------------------ lib/Target/X86/X86.h | 6 - lib/Target/X86/X86TargetMachine.cpp | 2 - test/CodeGen/X86/O0-pipeline.ll | 1 - test/CodeGen/X86/O3-pipeline.ll | 1 - test/CodeGen/X86/shadow-call-stack.mir | 212 ---------------- utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn | 1 - utils/gn/secondary/llvm/unittests/IR/BUILD.gn | 1 - 10 files changed, 4 insertions(+), 551 deletions(-) delete mode 100644 lib/Target/X86/ShadowCallStack.cpp delete mode 100644 test/CodeGen/X86/shadow-call-stack.mir