This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e697f3e7176 [llvm-ar] Support N [count] modifier new 5425f5c42b5 [SelectionDAG] Handle unary SelectPatternFlavor for ABS cas [...]
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: lib/Analysis/ValueTracking.cpp | 4 + lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 30 ------- lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 26 ++++++ lib/CodeGen/SelectionDAG/LegalizeTypes.h | 2 + lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 1 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 39 ++++++-- lib/Target/ARM/ARMISelLowering.cpp | 54 +++++++++++ lib/Target/ARM/ARMISelLowering.h | 2 + lib/Target/PowerPC/PPCISelLowering.cpp | 3 +- lib/Target/X86/X86ISelLowering.cpp | 104 ++++++++-------------- test/CodeGen/AArch64/iabs.ll | 12 +-- 11 files changed, 167 insertions(+), 110 deletions(-)