This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e83d2eccefb Supported lowerInterleavedStore() in X86InterleavedAccess. new e4b1890fdaf Define behavior of "stack-probe-size" attribute when inlining. new c539eea7c6d Restrict the definition of loop preheader to avoid EH blocks
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/LangRef.rst | 15 +++++++++ include/llvm/Analysis/LoopInfoImpl.h | 9 +++-- include/llvm/CodeGen/MachineBasicBlock.h | 3 ++ include/llvm/IR/Attributes.td | 1 + include/llvm/IR/BasicBlock.h | 3 ++ lib/CodeGen/MachineBasicBlock.cpp | 6 ++++ lib/IR/Attributes.cpp | 30 +++++++++++++++-- lib/IR/BasicBlock.cpp | 13 +++++++ test/Transforms/Inline/inline-stack-probe-size.ll | 29 ++++++++++++++++ test/Transforms/LoopRotate/catchret.ll | 41 +++++++++++++++++++++++ 10 files changed, 146 insertions(+), 4 deletions(-) create mode 100644 test/Transforms/Inline/inline-stack-probe-size.ll create mode 100755 test/Transforms/LoopRotate/catchret.ll