This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4df351d [CFLAA] Remove modref queries from CFLAA. new 16082a3 [Hexagon] Generate vector printing instructions new 8be735f [DAGCombine] Make sext(setcc) combine respect getBooleanContents
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: include/llvm/Target/TargetLowering.h | 4 + lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 32 +++-- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 10 ++ lib/Target/Hexagon/CMakeLists.txt | 1 + lib/Target/Hexagon/HexagonTargetMachine.cpp | 7 ++ lib/Target/Hexagon/HexagonVectorPrint.cpp | 180 ++++++++++++++++++++++++++++ test/CodeGen/Hexagon/v6vec-vprint.ll | 31 +++++ test/CodeGen/X86/pr28504.ll | 37 ++++++ 8 files changed, 293 insertions(+), 9 deletions(-) create mode 100644 lib/Target/Hexagon/HexagonVectorPrint.cpp create mode 100644 test/CodeGen/Hexagon/v6vec-vprint.ll create mode 100644 test/CodeGen/X86/pr28504.ll