This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6e06ef3 In dag-optnone.ll, use varargs instead of win64 to fast SDIsel. new 733cec8 [Hexagon] Improve patterns with stack-based addressing
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/Hexagon/HexagonISelDAGToDAG.cpp | 20 + lib/Target/Hexagon/HexagonInstrInfo.cpp | 26 +- lib/Target/Hexagon/HexagonInstrInfo.td | 64 ++-- lib/Target/Hexagon/HexagonInstrInfoV4.td | 566 ++++++++++++++++------------- lib/Target/Hexagon/HexagonOperands.td | 70 ---- test/CodeGen/Hexagon/clr_set_toggle.ll | 17 +- test/CodeGen/Hexagon/memops-stack.ll | 147 ++++++++ test/CodeGen/Hexagon/memops.ll | 126 +++++++ 8 files changed, 683 insertions(+), 353 deletions(-) create mode 100644 test/CodeGen/Hexagon/memops-stack.ll