This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2b1b9e5ead1 Add visibility flag to Wasm symbol flags new a4d647d52ac XOR the frame pointer with the stack cookie when protecting [...]
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: include/llvm/CodeGen/TargetLowering.h | 11 ++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 13 +- lib/CodeGen/StackProtector.cpp | 6 +- lib/Target/X86/X86ISelLowering.cpp | 13 ++ lib/Target/X86/X86ISelLowering.h | 4 + lib/Target/X86/X86InstrCompiler.td | 9 ++ lib/Target/X86/X86InstrInfo.cpp | 15 +++ test/CodeGen/X86/stack-protector-msvc.ll | 154 ++++++++++++++++++++--- test/CodeGen/X86/stack-protector-weight.ll | 3 +- 9 files changed, 206 insertions(+), 22 deletions(-)