This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f3722eec2c5 [X86][3DNow] Add instruction itinerary and scheduling class [...] new accb337c76e [CodeGen] Rename functions PrintReg* to printReg*
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/TargetRegisterInfo.h | 10 +- lib/CodeGen/AllocationOrder.cpp | 2 +- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 6 +- lib/CodeGen/DetectDeadLanes.cpp | 2 +- lib/CodeGen/EarlyIfConversion.cpp | 2 +- lib/CodeGen/GlobalISel/Localizer.cpp | 2 +- lib/CodeGen/GlobalISel/RegBankSelect.cpp | 2 +- lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 8 +- lib/CodeGen/InlineSpiller.cpp | 4 +- lib/CodeGen/LiveDebugValues.cpp | 2 +- lib/CodeGen/LiveInterval.cpp | 2 +- lib/CodeGen/LiveIntervalAnalysis.cpp | 8 +- lib/CodeGen/LiveIntervalUnion.cpp | 2 +- lib/CodeGen/LivePhysRegs.cpp | 2 +- lib/CodeGen/LiveRangeCalc.cpp | 4 +- lib/CodeGen/LiveRangeEdit.cpp | 2 +- lib/CodeGen/LiveRegMatrix.cpp | 12 +- lib/CodeGen/MIRPrinter.cpp | 30 ++--- lib/CodeGen/MachineBasicBlock.cpp | 2 +- lib/CodeGen/MachineFunction.cpp | 4 +- lib/CodeGen/MachineInstr.cpp | 8 +- lib/CodeGen/MachineRegisterInfo.cpp | 8 +- lib/CodeGen/MachineScheduler.cpp | 4 +- lib/CodeGen/MachineTraceMetrics.cpp | 4 +- lib/CodeGen/MachineVerifier.cpp | 12 +- lib/CodeGen/PHIElimination.cpp | 4 +- lib/CodeGen/RegAllocFast.cpp | 30 ++--- lib/CodeGen/RegAllocGreedy.cpp | 38 +++--- lib/CodeGen/RegAllocPBQP.cpp | 8 +- lib/CodeGen/RegisterClassInfo.cpp | 2 +- lib/CodeGen/RegisterCoalescer.cpp | 46 ++++---- lib/CodeGen/RegisterPressure.cpp | 4 +- lib/CodeGen/RegisterScavenging.cpp | 4 +- lib/CodeGen/RenameIndependentSubregs.cpp | 6 +- lib/CodeGen/ScheduleDAG.cpp | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 2 +- lib/CodeGen/SplitKit.cpp | 2 +- lib/CodeGen/TargetRegisterInfo.cpp | 14 +-- lib/CodeGen/VirtRegMap.cpp | 6 +- lib/Target/AArch64/AArch64FalkorHWPFFix.cpp | 4 +- lib/Target/AArch64/AArch64FrameLowering.cpp | 4 +- lib/Target/AArch64/AArch64PBQPRegAlloc.cpp | 8 +- lib/Target/AMDGPU/AMDGPUArgumentUsageInfo.cpp | 2 +- lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp | 128 ++++++++++----------- lib/Target/AMDGPU/GCNRegPressure.cpp | 10 +- lib/Target/AMDGPU/SIMachineScheduler.cpp | 6 +- lib/Target/AMDGPU/SIOptimizeExecMasking.cpp | 2 +- lib/Target/ARC/ARCInstrInfo.cpp | 4 +- lib/Target/ARC/ARCRegisterInfo.cpp | 4 +- lib/Target/ARM/A15SDOptimizer.cpp | 4 +- lib/Target/ARM/ARMFrameLowering.cpp | 14 +-- lib/Target/Hexagon/BitTracker.cpp | 12 +- lib/Target/Hexagon/HexagonBitSimplify.cpp | 14 +-- lib/Target/Hexagon/HexagonBitTracker.cpp | 2 +- lib/Target/Hexagon/HexagonBlockRanges.cpp | 2 +- lib/Target/Hexagon/HexagonConstExtenders.cpp | 6 +- lib/Target/Hexagon/HexagonConstPropagation.cpp | 12 +- lib/Target/Hexagon/HexagonEarlyIfConv.cpp | 2 +- lib/Target/Hexagon/HexagonExpandCondsets.cpp | 4 +- lib/Target/Hexagon/HexagonFrameLowering.cpp | 10 +- lib/Target/Hexagon/HexagonGenInsert.cpp | 20 ++-- lib/Target/Hexagon/HexagonGenPredicate.cpp | 6 +- lib/Target/Hexagon/HexagonHardwareLoops.cpp | 2 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 4 +- lib/Target/Hexagon/HexagonSplitDouble.cpp | 10 +- lib/Target/Hexagon/RDFLiveness.cpp | 2 +- lib/Target/Hexagon/RDFRegisters.cpp | 2 +- 67 files changed, 306 insertions(+), 306 deletions(-)