This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a47a91a7f34 [GISel]: Provide standard interface to observe changes in G [...] new 2ea1ed5fdbc [Hexagon] Foundation of support 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: include/llvm/BinaryFormat/ELF.h | 2 + .../Hexagon/Disassembler/HexagonDisassembler.cpp | 16 +++++ lib/Target/Hexagon/Hexagon.td | 19 ++++- lib/Target/Hexagon/HexagonBitTracker.cpp | 15 ++-- lib/Target/Hexagon/HexagonDepArch.h | 2 +- lib/Target/Hexagon/HexagonDepArch.td | 10 +-- lib/Target/Hexagon/HexagonDepITypes.h | 84 +++++++++++----------- lib/Target/Hexagon/HexagonDepITypes.td | 84 +++++++++++----------- lib/Target/Hexagon/HexagonRegisterInfo.cpp | 3 + lib/Target/Hexagon/HexagonRegisterInfo.td | 64 ++++++++++------- lib/Target/Hexagon/HexagonSubtarget.cpp | 1 + lib/Target/Hexagon/HexagonSubtarget.h | 8 +++ .../Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp | 26 +++++-- .../Hexagon/MCTargetDesc/HexagonShuffler.cpp | 16 ++++- lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h | 3 +- 15 files changed, 228 insertions(+), 125 deletions(-)