This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bff50588326 [DAGCombine] Refactor common addcarry pattern. new b8a22cca728 Remove ISD::SETCC match from combineX86ADD. It's done impro [...] new 0247f749b82 Do not legalize large setcc with setcce, introduce setcccar [...]
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/CodeGen/ISDOpcodes.h | 12 +++- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 15 +++++ lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 70 +++++++++++++++-------- lib/CodeGen/SelectionDAG/LegalizeTypes.h | 1 + lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 + lib/CodeGen/TargetLoweringBase.cpp | 1 + lib/Target/X86/X86ISelLowering.cpp | 29 +++++++++- lib/Target/X86/X86ISelLowering.h | 1 + 8 files changed, 103 insertions(+), 27 deletions(-)