This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5ea3f52 [lanai] Add lowering for SETCCE i32. new 1f32c5f [Orc] Fix missing return in RPC move assignment operator. new 3993a48 [Orc] Add explicit move ops to OrcRemoteTargetRPCAPI for MSVC. new e7221e6 [SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to [...]
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: docs/LangRef.rst | 35 ++++++++ .../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 11 +++ include/llvm/ExecutionEngine/Orc/RPCUtils.h | 1 + include/llvm/IR/Intrinsics.td | 1 + include/llvm/Target/TargetLowering.h | 2 + lib/CodeGen/MachineCSE.cpp | 6 ++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 95 ++++++++++++---------- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 10 +-- lib/CodeGen/StackProtector.cpp | 61 ++++++++------ lib/Target/AArch64/AArch64ISelLowering.cpp | 4 +- lib/Target/X86/X86ISelLowering.cpp | 4 +- test/CodeGen/AArch64/stack-guard-remat-bitcast.ll | 6 +- test/CodeGen/ARM/warn-stack.ll | 2 +- test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll | 2 +- test/CodeGen/X86/StackColoring.ll | 4 +- test/CodeGen/X86/dynamic-allocas-VLAs.ll | 8 +- test/CodeGen/X86/fast-isel-stackcheck.ll | 8 +- test/CodeGen/X86/ssp-guard-spill.ll | 54 ++++++++++++ test/CodeGen/X86/warn-stack.ll | 2 +- test/DebugInfo/X86/vla.ll | 4 +- 20 files changed, 221 insertions(+), 99 deletions(-) create mode 100644 test/CodeGen/X86/ssp-guard-spill.ll