This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0d362a25a44 [NewGVN] Fix the case where we have a phi-of-ops which goes away. new f6eeaf64bbd [GlobalISel] Make GlobalISel a non-optional library. new 4bcb1039534 DAG: Provide access to Pass instance from SelectionDAG
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: CMakeLists.txt | 5 --- include/llvm/CodeGen/SelectionDAG.h | 6 +++- lib/CodeGen/GlobalISel/CMakeLists.txt | 39 ++++++++--------------- lib/CodeGen/GlobalISel/GlobalISel.cpp | 8 ----- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 ++- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 +- lib/Target/AArch64/AArch64CallLowering.cpp | 4 --- lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 4 --- lib/Target/AArch64/AArch64InstructionSelector.cpp | 4 --- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 4 --- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 4 --- lib/Target/AArch64/AArch64Subtarget.cpp | 8 ----- lib/Target/AArch64/AArch64TargetMachine.cpp | 4 --- lib/Target/AArch64/CMakeLists.txt | 28 ++++------------ lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 4 --- lib/Target/AMDGPU/AMDGPUGenRegisterBankInfo.def | 4 --- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 4 --- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 4 --- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 8 ----- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 5 --- lib/Target/AMDGPU/CMakeLists.txt | 26 +++------------ lib/Target/ARM/ARMCallLowering.cpp | 4 --- lib/Target/ARM/ARMInstructionSelector.cpp | 4 --- lib/Target/ARM/ARMLegalizerInfo.cpp | 4 --- lib/Target/ARM/ARMRegisterBankInfo.cpp | 4 --- lib/Target/ARM/ARMSubtarget.cpp | 10 ------ lib/Target/ARM/ARMTargetMachine.cpp | 4 --- lib/Target/ARM/CMakeLists.txt | 26 ++++----------- lib/Target/X86/CMakeLists.txt | 27 ++++------------ lib/Target/X86/X86CallLowering.cpp | 4 --- lib/Target/X86/X86GenRegisterBankInfo.def | 4 --- lib/Target/X86/X86InstructionSelector.cpp | 4 --- lib/Target/X86/X86LegalizerInfo.cpp | 4 --- lib/Target/X86/X86RegisterBankInfo.cpp | 4 --- lib/Target/X86/X86Subtarget.cpp | 10 ------ lib/Target/X86/X86TargetMachine.cpp | 4 --- tools/llvm-config/CMakeLists.txt | 6 +--- unittests/CodeGen/GlobalISel/CMakeLists.txt | 8 ++--- 38 files changed, 49 insertions(+), 261 deletions(-)