This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9e7ee784265 [ADT] Rewrite mapped_iterator in terms of iterator_adaptor_base. new 9911901fcd0 Allow separation of declarations and definitions in <Target [...] new 38f2fbe008c [Hexagon] Create HexagonISelDAGToDAG.h, NFC
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: lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 112 +----------------------- lib/Target/Hexagon/HexagonISelDAGToDAG.h | 136 +++++++++++++++++++++++++++++ utils/TableGen/DAGISelEmitter.cpp | 10 +++ utils/TableGen/DAGISelMatcherEmitter.cpp | 119 +++++++++++++++++++++---- 4 files changed, 251 insertions(+), 126 deletions(-) create mode 100644 lib/Target/Hexagon/HexagonISelDAGToDAG.h