This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 19263d1daaa [llvm-ar] Flatten thin archives. new f806f42158f [opaque pointer types] Update CallInst creation APIs to con [...] new 7a5d86473a5 [opaque pointer types] Update InvokeInst creation APIs to c [...] new 4ed9d9e7977 [opaque pointer types] Update LoadInst creation APIs to con [...] new 14bebff7f26 [opaque pointer types] Update GetElementPtr creation APIs t [...] new ec124e9d4d5 [CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors
The 5 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-c/Core.h | 38 + include/llvm/IR/IRBuilder.h | 200 ++- include/llvm/IR/Instructions.h | 359 ++-- include/llvm/IR/Module.h | 5 + lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 12 + lib/CodeGen/SelectionDAG/TargetLowering.cpp | 20 +- lib/IR/Core.cpp | 98 +- lib/IR/Instructions.cpp | 100 +- lib/Target/X86/X86TargetTransformInfo.cpp | 7 + test/Analysis/CostModel/X86/arith-usat.ll | 121 +- test/CodeGen/X86/usub_sat.ll | 40 +- test/CodeGen/X86/usub_sat_vec.ll | 2229 +++++++----------------- 12 files changed, 1308 insertions(+), 1921 deletions(-)