This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f884f5a Add some testcases for bitfields with illegal widths. new 193856a [Fuchsia] Use thread-pointer ABI slots for stack-protector an [...]
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: lib/Target/AArch64/AArch64ISelLowering.cpp | 51 ++++++++++++---------- lib/Target/AArch64/AArch64Subtarget.h | 1 + lib/Target/X86/X86ISelDAGToDAG.cpp | 3 +- lib/Target/X86/X86ISelLowering.cpp | 60 +++++++++++++++----------- lib/Target/X86/X86Subtarget.h | 1 + test/CodeGen/AArch64/stack-protector-target.ll | 8 ++++ test/CodeGen/X86/safestack.ll | 5 +++ test/CodeGen/X86/safestack_ssp.ll | 7 +++ test/Transforms/SafeStack/AArch64/abi_ssp.ll | 7 +-- test/Transforms/SafeStack/X86/abi_ssp.ll | 3 ++ 10 files changed, 96 insertions(+), 50 deletions(-)