This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 08bb504 [DAGCombiner] Add splatted vector support to (udiv x, (shl po [...] new 5800d6e [Target] remove TargetRecip class; move reciprocal estimate i [...]
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/Target/TargetLowering.h | 63 +++++++--- include/llvm/Target/TargetOptions.h | 1 - include/llvm/Target/TargetRecip.h | 71 ----------- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 41 ++++-- lib/CodeGen/TargetLoweringBase.cpp | 202 ++++++++++++++++++++++++++--- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 10 +- lib/Target/AMDGPU/AMDGPUISelLowering.h | 10 +- lib/Target/CMakeLists.txt | 1 - lib/Target/PowerPC/PPCISelLowering.cpp | 65 +++------- lib/Target/PowerPC/PPCISelLowering.h | 8 +- lib/Target/TargetRecip.cpp | 210 ------------------------------- lib/Target/X86/X86ISelLowering.cpp | 71 +++++------ lib/Target/X86/X86ISelLowering.h | 8 +- 13 files changed, 325 insertions(+), 436 deletions(-) delete mode 100644 include/llvm/Target/TargetRecip.h delete mode 100644 lib/Target/TargetRecip.cpp