This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 10ccfa6a1e7 Align definition of DW_OP_plus with DWARF spec [1/3] new 329af083827 [Hexagon] Generate store-immediate instructions for stack objects new 90d2b4be843 Fix m_[Ord|Unord][FMin|FMax] matchers to correctly match ordering.
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/IR/PatternMatch.h | 36 +++++------ lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 15 +++++ lib/Target/Hexagon/HexagonPatterns.td | 14 +++-- test/CodeGen/Hexagon/store-imm-stack-object.ll | 86 ++++++++++++++++++++++++++ unittests/IR/PatternMatch.cpp | 77 ++++++++++++++++++----- 5 files changed, 190 insertions(+), 38 deletions(-) create mode 100644 test/CodeGen/Hexagon/store-imm-stack-object.ll