This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e2a16fd Re-commit: [mips][fastisel] Handle 0-4 arguments without Sele [...] new 4f328be [Hexagon] Implement DFA based hazard recognizer new 6b032c6 Add missing files to r277143
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/CMakeLists.txt | 1 + lib/Target/Hexagon/HexagonHazardRecognizer.cpp | 138 +++++++++++++++++++++++++ lib/Target/Hexagon/HexagonHazardRecognizer.h | 75 ++++++++++++++ lib/Target/Hexagon/HexagonInstrInfo.cpp | 13 ++- 4 files changed, 224 insertions(+), 3 deletions(-) create mode 100644 lib/Target/Hexagon/HexagonHazardRecognizer.cpp create mode 100644 lib/Target/Hexagon/HexagonHazardRecognizer.h