This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ccb1e749592 [DAGCombiner] Add node to the worklist in topological order [...] new 0c28ee7b1c4 [DAG][X86] Convert isNegatibleForFree/GetNegatedExpression [...]
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 | 12 ++ lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 308 +++------------------------- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 240 ++++++++++++++++++++++ lib/Target/X86/X86ISelLowering.cpp | 135 ++++++++++-- lib/Target/X86/X86ISelLowering.h | 11 + test/CodeGen/X86/recip-fastmath.ll | 16 +- test/CodeGen/X86/recip-fastmath2.ll | 112 +++++----- 7 files changed, 477 insertions(+), 357 deletions(-)