This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2fd5434 Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add [...] new 744cc49 [Hexagon] Optimize addressing modes for load/store
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/CMakeLists.txt | 1 + lib/Target/Hexagon/Hexagon.td | 26 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 26 ++ lib/Target/Hexagon/HexagonInstrInfo.h | 5 + lib/Target/Hexagon/HexagonOptAddrMode.cpp | 694 ++++++++++++++++++++++++++++ lib/Target/Hexagon/HexagonTargetMachine.cpp | 7 + lib/Target/Hexagon/RDFLiveness.cpp | 86 ++++ lib/Target/Hexagon/RDFLiveness.h | 4 + test/CodeGen/Hexagon/opt-addr-mode.ll | 107 +++++ test/CodeGen/Hexagon/tls_pic.ll | 6 +- test/CodeGen/Hexagon/tls_static.ll | 2 +- test/CodeGen/Hexagon/zextloadi1.ll | 21 +- 12 files changed, 972 insertions(+), 13 deletions(-) create mode 100644 lib/Target/Hexagon/HexagonOptAddrMode.cpp create mode 100644 test/CodeGen/Hexagon/opt-addr-mode.ll