This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9fd7184f642 Reapply: Allow yaml2obj to order implicit sections for ELF new 48319238e40 Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to ma [...] new 0fa582d74a7 Convert FileOutputBuffer to Expected. NFC.
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: .../llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h | 2 +- include/llvm/CodeGen/ResourcePriorityQueue.h | 2 +- include/llvm/CodeGen/TailDuplicator.h | 4 ++-- include/llvm/{Target => CodeGen}/TargetInstrInfo.h | 2 +- include/llvm/Support/FileOutputBuffer.h | 4 ++-- lib/CodeGen/AggressiveAntiDepBreaker.cpp | 2 +- lib/CodeGen/Analysis.cpp | 2 +- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 4 ++-- lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 2 +- lib/CodeGen/BranchFolding.cpp | 2 +- lib/CodeGen/BranchRelaxation.cpp | 2 +- lib/CodeGen/CFIInstrInserter.cpp | 2 +- lib/CodeGen/CalcSpillWeights.cpp | 2 +- lib/CodeGen/CriticalAntiDepBreaker.cpp | 2 +- lib/CodeGen/DFAPacketizer.cpp | 2 +- lib/CodeGen/DeadMachineInstructionElim.cpp | 2 +- lib/CodeGen/DetectDeadLanes.cpp | 2 +- lib/CodeGen/EarlyIfConversion.cpp | 2 +- lib/CodeGen/ExecutionDepsFix.cpp | 2 +- lib/CodeGen/ExpandPostRAPseudos.cpp | 2 +- lib/CodeGen/FEntryInserter.cpp | 4 ++-- lib/CodeGen/GCRootLowering.cpp | 4 ++-- lib/CodeGen/GlobalISel/Legalizer.cpp | 2 +- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 2 +- lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 2 +- lib/CodeGen/GlobalISel/Utils.cpp | 2 +- lib/CodeGen/IfConversion.cpp | 2 +- lib/CodeGen/ImplicitNullChecks.cpp | 2 +- lib/CodeGen/InlineSpiller.cpp | 2 +- lib/CodeGen/LiveDebugValues.cpp | 4 ++-- lib/CodeGen/LiveDebugVariables.cpp | 2 +- lib/CodeGen/LiveRangeEdit.cpp | 2 +- lib/CodeGen/LiveVariables.cpp | 2 +- lib/CodeGen/MIRCanonicalizerPass.cpp | 4 ++-- lib/CodeGen/MIRParser/MIParser.cpp | 6 +++--- lib/CodeGen/MIRPrinter.cpp | 12 ++++++------ lib/CodeGen/MachineBasicBlock.cpp | 2 +- lib/CodeGen/MachineBlockPlacement.cpp | 2 +- lib/CodeGen/MachineCSE.cpp | 2 +- lib/CodeGen/MachineCombiner.cpp | 2 +- lib/CodeGen/MachineCopyPropagation.cpp | 2 +- lib/CodeGen/MachineFrameInfo.cpp | 4 ++-- lib/CodeGen/MachineInstr.cpp | 2 +- lib/CodeGen/MachineInstrBundle.cpp | 2 +- lib/CodeGen/MachineLICM.cpp | 2 +- lib/CodeGen/MachineOutliner.cpp | 2 +- lib/CodeGen/MachinePipeliner.cpp | 2 +- lib/CodeGen/MachineRegisterInfo.cpp | 2 +- lib/CodeGen/MachineSSAUpdater.cpp | 2 +- lib/CodeGen/MachineScheduler.cpp | 2 +- lib/CodeGen/MachineSink.cpp | 2 +- lib/CodeGen/MachineVerifier.cpp | 2 +- lib/CodeGen/MacroFusion.cpp | 2 +- lib/CodeGen/OptimizePHIs.cpp | 2 +- lib/CodeGen/PHIElimination.cpp | 2 +- lib/CodeGen/PatchableFunction.cpp | 2 +- lib/CodeGen/PeepholeOptimizer.cpp | 2 +- lib/CodeGen/PostRAHazardRecognizer.cpp | 2 +- lib/CodeGen/PostRASchedulerList.cpp | 2 +- lib/CodeGen/ProcessImplicitDefs.cpp | 2 +- lib/CodeGen/PrologEpilogInserter.cpp | 4 ++-- lib/CodeGen/PseudoSourceValue.cpp | 2 +- lib/CodeGen/RegAllocFast.cpp | 2 +- lib/CodeGen/RegAllocGreedy.cpp | 2 +- lib/CodeGen/RegisterCoalescer.cpp | 4 ++-- lib/CodeGen/RegisterScavenging.cpp | 4 ++-- lib/CodeGen/RenameIndependentSubregs.cpp | 2 +- lib/CodeGen/ScheduleDAG.cpp | 2 +- lib/CodeGen/ScoreboardHazardRecognizer.cpp | 2 +- lib/CodeGen/SelectionDAG/FastISel.cpp | 2 +- lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 4 ++-- lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 2 +- lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp | 2 +- lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 2 +- lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 2 +- lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 4 ++-- lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 4 ++-- lib/CodeGen/ShrinkWrap.cpp | 6 +++--- lib/CodeGen/SlotIndexes.cpp | 2 +- lib/CodeGen/SplitKit.cpp | 2 +- lib/CodeGen/StackSlotColoring.cpp | 2 +- lib/CodeGen/TailDuplicator.cpp | 6 +++--- lib/CodeGen/TargetInstrInfo.cpp | 4 ++-- lib/CodeGen/TargetSchedule.cpp | 2 +- lib/CodeGen/TargetSubtargetInfo.cpp | 2 +- lib/CodeGen/TwoAddressInstructionPass.cpp | 2 +- lib/CodeGen/UnreachableBlockElim.cpp | 2 +- lib/CodeGen/VirtRegMap.cpp | 2 +- lib/CodeGen/XRayInstrumentation.cpp | 2 +- lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 5 ++--- lib/Support/FileOutputBuffer.cpp | 18 +++++++++--------- lib/Target/AArch64/AArch64A53Fix835769.cpp | 2 +- lib/Target/AArch64/AArch64CallingConvention.h | 2 +- lib/Target/AArch64/AArch64CondBrTuning.cpp | 2 +- lib/Target/AArch64/AArch64ConditionOptimizer.cpp | 2 +- lib/Target/AArch64/AArch64ConditionalCompares.cpp | 2 +- .../AArch64/AArch64DeadRegisterDefinitionsPass.cpp | 2 +- lib/Target/AArch64/AArch64FrameLowering.cpp | 2 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +- lib/Target/AArch64/AArch64InstrInfo.h | 2 +- lib/Target/AArch64/AArch64MacroFusion.cpp | 2 +- lib/Target/AArch64/AArch64StorePairSuppress.cpp | 2 +- lib/Target/AArch64/AArch64VectorByElementOpt.cpp | 2 +- lib/Target/AMDGPU/AMDGPUInstrInfo.h | 2 +- lib/Target/AMDGPU/SIMachineFunctionInfo.h | 4 ++-- lib/Target/ARC/ARCBranchFinalize.cpp | 2 +- lib/Target/ARC/ARCInstrInfo.h | 2 +- lib/Target/ARM/ARMBaseInstrInfo.cpp | 2 +- lib/Target/ARM/ARMBaseInstrInfo.h | 2 +- lib/Target/ARM/ARMBaseRegisterInfo.cpp | 2 +- lib/Target/ARM/ARMCallingConv.h | 2 +- lib/Target/ARM/ARMFastISel.cpp | 2 +- lib/Target/ARM/ARMFrameLowering.cpp | 2 +- lib/Target/ARM/ARMISelLowering.cpp | 2 +- lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 6 +++--- lib/Target/ARM/ARMMacroFusion.cpp | 2 +- lib/Target/ARM/Thumb1FrameLowering.cpp | 2 +- lib/Target/ARM/Thumb2SizeReduction.cpp | 2 +- lib/Target/AVR/AVRInstrInfo.h | 2 +- lib/Target/BPF/BPFInstrInfo.h | 2 +- lib/Target/BPF/BPFRegisterInfo.cpp | 4 ++-- lib/Target/Hexagon/HexagonCFGOptimizer.cpp | 2 +- lib/Target/Hexagon/HexagonFixupHwLoops.cpp | 2 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 2 +- lib/Target/Hexagon/HexagonInstrInfo.h | 2 +- lib/Target/Hexagon/HexagonMachineScheduler.cpp | 2 +- lib/Target/Hexagon/HexagonMachineScheduler.h | 2 +- lib/Target/Hexagon/HexagonPeephole.cpp | 2 +- lib/Target/Hexagon/HexagonRegisterInfo.cpp | 2 +- lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp | 2 +- lib/Target/Hexagon/RDFGraph.cpp | 2 +- lib/Target/Lanai/LanaiDelaySlotFiller.cpp | 2 +- lib/Target/Lanai/LanaiInstrInfo.h | 2 +- lib/Target/Lanai/LanaiMemAluCombiner.cpp | 2 +- lib/Target/Lanai/LanaiRegisterInfo.cpp | 4 ++-- lib/Target/MSP430/MSP430InstrInfo.h | 2 +- lib/Target/Mips/Mips16ISelLowering.cpp | 2 +- lib/Target/Mips/Mips16RegisterInfo.cpp | 4 ++-- lib/Target/Mips/MipsFastISel.cpp | 2 +- lib/Target/Mips/MipsISelLowering.cpp | 6 +++--- lib/Target/Mips/MipsInstrInfo.h | 2 +- lib/Target/Mips/MipsOptimizePICCall.cpp | 2 +- lib/Target/Mips/MipsSEFrameLowering.cpp | 2 +- lib/Target/Mips/MipsSEISelLowering.cpp | 2 +- lib/Target/Mips/MipsSERegisterInfo.cpp | 4 ++-- lib/Target/NVPTX/NVPTXFrameLowering.cpp | 2 +- lib/Target/NVPTX/NVPTXInstrInfo.h | 2 +- lib/Target/NVPTX/NVPTXPeephole.cpp | 2 +- lib/Target/NVPTX/NVPTXRegisterInfo.cpp | 2 +- lib/Target/Nios2/Nios2InstrInfo.h | 2 +- lib/Target/PowerPC/PPCBranchCoalescing.cpp | 4 ++-- lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 2 +- lib/Target/PowerPC/PPCISelLowering.cpp | 2 +- lib/Target/PowerPC/PPCInstrInfo.h | 2 +- lib/Target/PowerPC/PPCRegisterInfo.cpp | 4 ++-- lib/Target/RISCV/RISCVInstrInfo.h | 2 +- lib/Target/RISCV/RISCVRegisterInfo.cpp | 4 ++-- lib/Target/Sparc/DelaySlotFiller.cpp | 2 +- lib/Target/Sparc/SparcInstrInfo.h | 2 +- lib/Target/Sparc/SparcRegisterInfo.cpp | 2 +- lib/Target/SystemZ/SystemZInstrInfo.cpp | 2 +- lib/Target/SystemZ/SystemZInstrInfo.h | 2 +- lib/Target/SystemZ/SystemZLDCleanup.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyInstrInfo.h | 2 +- lib/Target/X86/X86CallFrameOptimization.cpp | 2 +- lib/Target/X86/X86CallLowering.cpp | 2 +- lib/Target/X86/X86CmovConversion.cpp | 2 +- lib/Target/X86/X86FixupBWInsts.cpp | 2 +- lib/Target/X86/X86FixupLEAs.cpp | 2 +- lib/Target/X86/X86FloatingPoint.cpp | 2 +- lib/Target/X86/X86InstrInfo.h | 2 +- lib/Target/X86/X86MacroFusion.cpp | 2 +- lib/Target/X86/X86PadShortFunction.cpp | 2 +- lib/Target/X86/X86RegisterInfo.cpp | 4 ++-- lib/Target/X86/X86VZeroUpper.cpp | 2 +- lib/Target/X86/X86WinAllocaExpander.cpp | 2 +- lib/Target/XCore/XCoreInstrInfo.h | 2 +- tools/llvm-cvtres/llvm-cvtres.cpp | 2 +- tools/llvm-mt/llvm-mt.cpp | 4 ++-- tools/llvm-objcopy/llvm-objcopy.cpp | 4 ++-- unittests/CodeGen/MachineInstrTest.cpp | 4 ++-- 183 files changed, 234 insertions(+), 235 deletions(-) rename include/llvm/{Target => CodeGen}/TargetInstrInfo.h (99%)