This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 584a18cd273 [Hexagon] Remove unused validSubtarget TSFlags new 033d5060aaa [Hexagon] Formatting changes, NFC new 32526ea5c1a [Hexagon] Don't ignore mult-cycle latency information new e77118b4a6e [Hexagon] Add extenders for GD_PLT_B22_PCREL and LD_PLT_B22_PCREL
The 3 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/Support/ELFRelocs/Hexagon.def | 4 + lib/Target/Hexagon/HexagonISelLowering.cpp | 7 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 12 +-- lib/Target/Hexagon/HexagonMCInstLower.cpp | 2 +- lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 29 ++++-- lib/Target/Hexagon/HexagonVLIWPacketizer.h | 4 + .../Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 14 ++- .../MCTargetDesc/HexagonELFObjectWriter.cpp | 8 ++ .../Hexagon/MCTargetDesc/HexagonFixupKinds.h | 4 + .../Hexagon/MCTargetDesc/HexagonMCChecker.cpp | 10 +- lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h | 3 +- .../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 19 +++- .../Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp | 6 ++ .../Hexagon/MCTargetDesc/HexagonShuffler.cpp | 2 +- test/CodeGen/Hexagon/multi-cycle.ll | 103 +++++++++++++++++++++ test/CodeGen/Hexagon/plt-rel.ll | 37 ++++++++ test/MC/Hexagon/plt-rel.s | 13 +++ 17 files changed, 249 insertions(+), 28 deletions(-) create mode 100644 test/CodeGen/Hexagon/multi-cycle.ll create mode 100644 test/CodeGen/Hexagon/plt-rel.ll create mode 100644 test/MC/Hexagon/plt-rel.s