This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c32b596 Put the move ctor for PassManager back for now, it breaks som [...] new 928f047 [Target] remove TargetRecip class; 2nd try
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 | 45 +++++-- lib/CodeGen/TargetLoweringBase.cpp | 206 +++++++++++++++++++++++++++--- 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, 331 insertions(+), 438 deletions(-) delete mode 100644 include/llvm/Target/TargetRecip.h delete mode 100644 lib/Target/TargetRecip.cpp