This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from be7ae28b635 [x86/SLH] Teach SLH to harden indirect branches and switche [...] new 81a94dc6378 Do not leak the Mach host port in sys::getHostCPUName() new 2ec0ce0cc30 [x86/SLH] Teach SLH to harden against the "ret2spec" attack [...]
The 2 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/SpeculativeLoadHardening.md | 7 +- lib/Support/Host.cpp | 4 +- lib/Target/X86/X86SpeculativeLoadHardening.cpp | 183 ++++++-- .../X86/speculative-load-hardening-call-and-ret.ll | 485 +++++++++++++++++++++ .../X86/speculative-load-hardening-indirect.ll | 62 ++- test/CodeGen/X86/speculative-load-hardening.ll | 191 ++++++-- 6 files changed, 840 insertions(+), 92 deletions(-) create mode 100644 test/CodeGen/X86/speculative-load-hardening-call-and-ret.ll