This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3dd50d3 fix indentation new a992667 [AArch64] Restore codegen for AArch64 Cortex-A72/A73 after NFCI new 86a9578 [AArch64] Change the preferred alignment for char and short t [...] new 8d600b5 [StackProtector] Fix computation of GSCookieOffset and EHCook [...]
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: include/llvm/CodeGen/WinEHFuncInfo.h | 1 + include/llvm/IR/IntrinsicsX86.td | 3 ++ lib/CodeGen/AsmPrinter/WinException.cpp | 37 +++++++++++++++++++--- lib/Target/AArch64/AArch64.td | 22 +++++++++++-- lib/Target/AArch64/AArch64Subtarget.cpp | 2 ++ lib/Target/AArch64/AArch64Subtarget.h | 2 ++ lib/Target/AArch64/AArch64TargetMachine.cpp | 4 +-- lib/Target/X86/X86ISelLowering.cpp | 20 ++++++++++++ lib/Target/X86/X86WinEHState.cpp | 48 ++++++++++++++++++++++++----- test/CodeGen/AArch64/preferred-alignment.ll | 28 +++++++++++++++++ test/CodeGen/X86/win32-eh.ll | 48 ++++++++++++++++++++++++++++- 11 files changed, 198 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/AArch64/preferred-alignment.ll