This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c7efa3cd92a [Hexagon] Give better error messages for solo instruction errors new 57b9206670a [Hexagon] Improving error reporting for writing to read onl [...] new 1b0acac191f [Hexagon] Replace CVI_VM_CUR_LD type with CVI_VM_LD
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/HexagonDepITypes.h | 1 - lib/Target/Hexagon/HexagonDepITypes.td | 1 - lib/Target/Hexagon/HexagonDepInstrInfo.td | 272 +++++++++++++-------- lib/Target/Hexagon/HexagonInstrFormats.td | 3 + lib/Target/Hexagon/HexagonInstrFormatsV60.td | 6 - lib/Target/Hexagon/HexagonRegisterInfo.td | 2 +- lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h | 5 +- .../Hexagon/MCTargetDesc/HexagonMCChecker.cpp | 32 ++- lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h | 1 + .../Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp | 5 + .../Hexagon/MCTargetDesc/HexagonMCInstrInfo.h | 1 + .../Hexagon/MCTargetDesc/HexagonShuffler.cpp | 3 - test/MC/Hexagon/PacketRules/registers_readonly.s | 5 + test/MC/Hexagon/registers_readonly.s | 7 + test/MC/Hexagon/ro-c9.s | 6 + test/MC/Hexagon/ro-cc9.s | 7 + 16 files changed, 235 insertions(+), 122 deletions(-) create mode 100644 test/MC/Hexagon/PacketRules/registers_readonly.s create mode 100644 test/MC/Hexagon/registers_readonly.s create mode 100644 test/MC/Hexagon/ro-c9.s create mode 100644 test/MC/Hexagon/ro-cc9.s