This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0922b28 [PGO] IRPGO pre-cleanup pass changes new 14fc45e [CodeGen] Take a MachineMemOperand::Flags in MachineFunction: [...] new b2d6ad7 [SelectionDAG] Get rid of bool parameters in SelectionDAG::ge [...]
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: include/llvm/CodeGen/MachineFunction.h | 5 +- include/llvm/CodeGen/SelectionDAG.h | 42 ++- lib/CodeGen/MIRParser/MIParser.cpp | 8 +- lib/CodeGen/MachineFunction.cpp | 13 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 189 +++++------ lib/CodeGen/SelectionDAG/FastISel.cpp | 2 +- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 216 +++++------- lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 32 +- lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 57 ++-- lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 7 +- lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp | 32 +- lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 33 +- lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 176 ++++------ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 142 ++++---- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 73 ++-- lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 6 +- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 118 +++---- lib/CodeGen/TargetInstrInfo.cpp | 2 +- lib/CodeGen/TargetLoweringBase.cpp | 2 +- lib/Target/AArch64/AArch64FastISel.cpp | 6 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 75 ++-- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 66 ++-- lib/Target/AMDGPU/R600ISelLowering.cpp | 22 +- lib/Target/AMDGPU/SIISelLowering.cpp | 20 +- lib/Target/ARM/ARMBaseInstrInfo.cpp | 4 +- lib/Target/ARM/ARMFastISel.cpp | 5 +- lib/Target/ARM/ARMISelLowering.cpp | 195 +++++------ lib/Target/ARM/ARMInstrInfo.cpp | 4 +- lib/Target/ARM/ARMSelectionDAGInfo.cpp | 5 +- lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 8 +- lib/Target/Hexagon/HexagonISelLowering.cpp | 58 ++-- lib/Target/Hexagon/HexagonSplitDouble.cpp | 2 +- lib/Target/MSP430/MSP430ISelLowering.cpp | 18 +- lib/Target/Mips/MipsISelLowering.cpp | 50 ++- lib/Target/Mips/MipsISelLowering.h | 8 +- lib/Target/Mips/MipsInstrInfo.cpp | 7 +- lib/Target/Mips/MipsInstrInfo.h | 2 +- lib/Target/Mips/MipsSEISelLowering.cpp | 32 +- lib/Target/NVPTX/NVPTXISelLowering.cpp | 55 ++- lib/Target/PowerPC/PPCISelLowering.cpp | 396 ++++++++++------------ lib/Target/Sparc/SparcISelLowering.cpp | 181 ++++------ lib/Target/SystemZ/SystemZISelLowering.cpp | 78 ++--- lib/Target/SystemZ/SystemZInstrBuilder.h | 2 +- lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp | 19 +- lib/Target/X86/X86ISelDAGToDAG.cpp | 10 +- lib/Target/X86/X86ISelLowering.cpp | 343 ++++++++----------- lib/Target/X86/X86InstrBuilder.h | 2 +- lib/Target/X86/X86InstrInfo.cpp | 4 +- lib/Target/XCore/XCoreFrameLowering.cpp | 5 +- lib/Target/XCore/XCoreISelLowering.cpp | 126 +++---- 50 files changed, 1259 insertions(+), 1704 deletions(-)