This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3d785e7419e [DebugInfo] Don't insert DEBUG_VALUE after terminators new 828c10a9a2b [Hexagon] Express calling conventions via .td file instead [...] new 9c095c46d42 Remove some unnecessary REQUIRES: shell from a couple of ll [...]
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/Hexagon.td | 1 + lib/Target/Hexagon/HexagonCallingConv.td | 134 +++++ lib/Target/Hexagon/HexagonISelLowering.cpp | 650 ++++----------------- test/CodeGen/Hexagon/vec-vararg-align.ll | 2 +- .../llvm-symbolizer-split-dwarf-empty.test | 1 - ...lvm-symbolizer-split-dwarf-no-skel-address.test | 1 - test/MC/Hexagon/inst_select.ll | 8 +- 8 files changed, 260 insertions(+), 538 deletions(-) create mode 100644 lib/Target/Hexagon/HexagonCallingConv.td