This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2ea1ed5fdbc [Hexagon] Foundation of support for Hexagon V66 new 017a6411af8 [Hexagon] Add instruction definitions for Hexagon V66
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/Hexagon.td | 2 +- lib/Target/Hexagon/HexagonDepIICHVX.td | 701 ++++++++++ lib/Target/Hexagon/HexagonDepIICScalar.td | 1342 ++++++++++++++++---- lib/Target/Hexagon/HexagonDepInstrFormats.td | 136 +- lib/Target/Hexagon/HexagonDepInstrInfo.td | 989 +++++++++++---- lib/Target/Hexagon/HexagonDepMappings.td | 4 + lib/Target/Hexagon/HexagonDepTimingClasses.h | 12 +- lib/Target/Hexagon/HexagonISelLowering.cpp | 18 +- lib/Target/Hexagon/HexagonPatterns.td | 7 + lib/Target/Hexagon/HexagonPseudo.td | 4 +- lib/Target/Hexagon/HexagonSchedule.td | 7 + lib/Target/Hexagon/HexagonScheduleV60.td | 2 +- lib/Target/Hexagon/HexagonScheduleV62.td | 2 +- lib/Target/Hexagon/HexagonScheduleV65.td | 2 +- ...HexagonScheduleV65.td => HexagonScheduleV66.td} | 23 +- lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h | 2 +- test/CodeGen/Hexagon/dfp.ll | 19 + test/CodeGen/Hexagon/mnaci_v66.ll | 15 + test/MC/Hexagon/quad_regs.s | 5 + test/MC/Hexagon/v66.s | 17 + test/MC/Hexagon/z-instructions.s | 17 + 21 files changed, 2811 insertions(+), 515 deletions(-) copy lib/Target/Hexagon/{HexagonScheduleV65.td => HexagonScheduleV66.td} (64%) create mode 100644 test/CodeGen/Hexagon/dfp.ll create mode 100644 test/CodeGen/Hexagon/mnaci_v66.ll create mode 100644 test/MC/Hexagon/quad_regs.s create mode 100644 test/MC/Hexagon/v66.s create mode 100644 test/MC/Hexagon/z-instructions.s