This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 606c6844a4b [llvm-readelf] - Rework how we parse the .dynamic section. new 7883e760b4f [SDAG] Vector op legalization for overflow ops
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/CodeGen/TargetLowering.h | 10 + lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 74 +-- lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 38 ++ lib/CodeGen/SelectionDAG/TargetLowering.cpp | 74 +++ test/CodeGen/AArch64/addsubo-legalization.ll | 258 +++++++++ test/CodeGen/X86/sadd_sat_vec.ll | 632 ++++++++++----------- test/CodeGen/X86/ssub_sat_vec.ll | 752 ++++++++++++------------- test/CodeGen/X86/vec_saddo.ll | 102 ++-- test/CodeGen/X86/vec_ssubo.ll | 154 +++-- 9 files changed, 1179 insertions(+), 915 deletions(-) create mode 100644 test/CodeGen/AArch64/addsubo-legalization.ll