This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bd91b7fe65a [ARM] Create relocations for beq.w branches to ARM function syms. new 3a93e4af816 [X86] Add support for "probe-stack" attribute new 4c45e36dd83 [InstCombine] reverse bitcast + bitwise-logic canonicalizat [...]
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: include/llvm/Target/TargetLowering.h | 6 ++++ lib/Target/X86/X86FrameLowering.cpp | 32 ++++++++++------------ lib/Target/X86/X86ISelLowering.cpp | 22 ++++++++++++++- lib/Target/X86/X86ISelLowering.h | 2 ++ lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 26 +++++++----------- lib/Transforms/InstCombine/InstCombineCasts.cpp | 12 ++++++++ test/CodeGen/X86/stack-probe-red-zone.ll | 21 ++++++++++++++ test/CodeGen/X86/stack-probes.ll | 29 ++++++++++++++++++++ test/Transforms/InstCombine/bitcast-bigendian.ll | 18 ++++++------ test/Transforms/InstCombine/bitcast.ll | 26 +++++++++--------- test/Transforms/InstCombine/icmp-xor-signbit.ll | 21 ++++---------- test/Transforms/InstCombine/logical-select.ll | 4 +-- 12 files changed, 145 insertions(+), 74 deletions(-) create mode 100644 test/CodeGen/X86/stack-probe-red-zone.ll create mode 100644 test/CodeGen/X86/stack-probes.ll