This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 42c46c1f3b7 [PredicateInfo] Add comment about why we require stable sort new e847ec4e7e7 Don't #include MemoryBuffer.h from Host.h. new e3a9b4ce3ac Fix a bunch more layering of CodeGen headers that are in Target
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/ADT/StringExtras.h | 1 + include/llvm/CodeGen/BasicTTIImpl.h | 4 ++-- include/llvm/CodeGen/CallingConvLower.h | 2 +- include/llvm/{Target => CodeGen}/CostTable.h | 7 +++---- include/llvm/CodeGen/FastISel.h | 2 +- include/llvm/CodeGen/FunctionLoweringInfo.h | 2 +- include/llvm/CodeGen/GlobalISel/CallLowering.h | 2 +- include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h | 4 ++-- include/llvm/CodeGen/GlobalISel/LegalizerInfo.h | 6 +++--- include/llvm/CodeGen/LiveIntervalAnalysis.h | 2 +- include/llvm/CodeGen/LivePhysRegs.h | 2 +- include/llvm/CodeGen/LiveRangeEdit.h | 2 +- include/llvm/CodeGen/LiveRegUnits.h | 2 +- include/llvm/CodeGen/LiveVariables.h | 2 +- include/llvm/CodeGen/MachineInstr.h | 2 +- include/llvm/CodeGen/MachineRegisterInfo.h | 4 ++-- include/llvm/CodeGen/RegisterClassInfo.h | 2 +- include/llvm/CodeGen/RegisterPressure.h | 2 +- include/llvm/CodeGen/ResourcePriorityQueue.h | 2 +- include/llvm/CodeGen/ScheduleDAG.h | 2 +- include/llvm/CodeGen/ScheduleDAGInstrs.h | 2 +- include/llvm/CodeGen/SelectionDAGISel.h | 2 +- include/llvm/CodeGen/TailDuplicator.h | 2 +- include/llvm/{Target => CodeGen}/TargetCallingConv.h | 8 ++++---- include/llvm/CodeGen/TargetFrameLowering.h | 2 +- include/llvm/{Target => CodeGen}/TargetLowering.h | 10 +++++----- include/llvm/{Target => CodeGen}/TargetLoweringObjectFile.h | 8 ++++---- include/llvm/CodeGen/TargetLoweringObjectFileImpl.h | 2 +- include/llvm/{Target => CodeGen}/TargetOpcodes.def | 2 +- include/llvm/{Target => CodeGen}/TargetOpcodes.h | 8 ++++---- include/llvm/{Target => CodeGen}/TargetRegisterInfo.h | 8 ++++---- include/llvm/CodeGen/TargetSchedule.h | 2 +- include/llvm/{Target => CodeGen}/TargetSubtargetInfo.h | 8 ++++---- include/llvm/CodeGen/VirtRegMap.h | 2 +- include/llvm/DebugInfo/PDB/Native/NativeSession.h | 1 + include/llvm/MC/MCFragment.h | 1 + include/llvm/Support/CodeGenCoverage.h | 1 + include/llvm/Support/Host.h | 1 - include/llvm/module.modulemap | 4 +--- lib/CodeGen/AggressiveAntiDepBreaker.cpp | 4 ++-- lib/CodeGen/AggressiveAntiDepBreaker.h | 2 +- lib/CodeGen/Analysis.cpp | 4 ++-- lib/CodeGen/AsmPrinter/ARMException.cpp | 4 ++-- lib/CodeGen/AsmPrinter/AddressPool.cpp | 2 +- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 10 +++++----- lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 4 ++-- lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 4 ++-- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 12 ++++++------ lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp | 6 +++--- lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 2 +- lib/CodeGen/AsmPrinter/DwarfCFIException.cpp | 6 +++--- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 10 +++++----- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 6 +++--- lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 2 +- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 6 +++--- lib/CodeGen/AsmPrinter/EHStreamer.cpp | 2 +- lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp | 2 +- lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp | 4 ++-- lib/CodeGen/AsmPrinter/WinException.cpp | 10 +++++----- lib/CodeGen/AtomicExpandPass.cpp | 4 ++-- lib/CodeGen/BasicTargetTransformInfo.cpp | 2 +- lib/CodeGen/BranchFolding.cpp | 6 +++--- lib/CodeGen/BranchRelaxation.cpp | 4 ++-- lib/CodeGen/CalcSpillWeights.cpp | 4 ++-- lib/CodeGen/CallingConvLower.cpp | 6 +++--- lib/CodeGen/CodeGenPrepare.cpp | 4 ++-- lib/CodeGen/CriticalAntiDepBreaker.cpp | 4 ++-- lib/CodeGen/DFAPacketizer.cpp | 2 +- lib/CodeGen/DeadMachineInstructionElim.cpp | 2 +- lib/CodeGen/DetectDeadLanes.cpp | 4 ++-- lib/CodeGen/DwarfEHPrepare.cpp | 4 ++-- lib/CodeGen/EarlyIfConversion.cpp | 4 ++-- lib/CodeGen/ExecutionDepsFix.cpp | 2 +- lib/CodeGen/ExpandISelPseudos.cpp | 4 ++-- lib/CodeGen/ExpandMemCmp.cpp | 4 ++-- lib/CodeGen/ExpandPostRAPseudos.cpp | 4 ++-- lib/CodeGen/FEntryInserter.cpp | 2 +- lib/CodeGen/GCRootLowering.cpp | 4 ++-- lib/CodeGen/GlobalISel/CallLowering.cpp | 2 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 8 ++++---- lib/CodeGen/GlobalISel/InstructionSelect.cpp | 4 ++-- lib/CodeGen/GlobalISel/InstructionSelector.cpp | 2 +- lib/CodeGen/GlobalISel/Legalizer.cpp | 4 ++-- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 4 ++-- lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 2 +- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 4 ++-- lib/CodeGen/GlobalISel/RegBankSelect.cpp | 8 ++++---- lib/CodeGen/GlobalISel/RegisterBank.cpp | 2 +- lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 6 +++--- lib/CodeGen/GlobalISel/Utils.cpp | 2 +- lib/CodeGen/GlobalMerge.cpp | 4 ++-- lib/CodeGen/IfConversion.cpp | 6 +++--- lib/CodeGen/ImplicitNullChecks.cpp | 6 +++--- lib/CodeGen/InlineSpiller.cpp | 6 +++--- lib/CodeGen/InterferenceCache.cpp | 2 +- lib/CodeGen/InterleavedAccessPass.cpp | 4 ++-- lib/CodeGen/LLVMTargetMachine.cpp | 2 +- lib/CodeGen/LiveDebugValues.cpp | 6 +++--- lib/CodeGen/LiveDebugVariables.cpp | 6 +++--- lib/CodeGen/LiveInterval.cpp | 2 +- lib/CodeGen/LiveIntervalAnalysis.cpp | 4 ++-- lib/CodeGen/LiveIntervalUnion.cpp | 2 +- lib/CodeGen/LiveRangeCalc.cpp | 2 +- lib/CodeGen/LiveRangeShrink.cpp | 4 ++-- lib/CodeGen/LiveRegMatrix.cpp | 4 ++-- lib/CodeGen/LiveRegUnits.cpp | 2 +- lib/CodeGen/LiveStackAnalysis.cpp | 4 ++-- lib/CodeGen/LocalStackSlotAllocation.cpp | 8 ++++---- lib/CodeGen/LowerEmuTLS.cpp | 2 +- lib/CodeGen/MIRParser/MIParser.cpp | 4 ++-- lib/CodeGen/MIRPrinter.cpp | 4 ++-- lib/CodeGen/MachineBasicBlock.cpp | 4 ++-- lib/CodeGen/MachineBlockPlacement.cpp | 4 ++-- lib/CodeGen/MachineCSE.cpp | 6 +++--- lib/CodeGen/MachineCombiner.cpp | 4 ++-- lib/CodeGen/MachineCopyPropagation.cpp | 4 ++-- lib/CodeGen/MachineFrameInfo.cpp | 4 ++-- lib/CodeGen/MachineFunction.cpp | 8 ++++---- lib/CodeGen/MachineInstr.cpp | 4 ++-- lib/CodeGen/MachineInstrBundle.cpp | 4 ++-- lib/CodeGen/MachineLICM.cpp | 6 +++--- lib/CodeGen/MachineModuleInfo.cpp | 2 +- lib/CodeGen/MachineOutliner.cpp | 4 ++-- lib/CodeGen/MachinePipeliner.cpp | 6 +++--- lib/CodeGen/MachineRegisterInfo.cpp | 4 ++-- lib/CodeGen/MachineSSAUpdater.cpp | 4 ++-- lib/CodeGen/MachineScheduler.cpp | 6 +++--- lib/CodeGen/MachineSink.cpp | 4 ++-- lib/CodeGen/MachineTraceMetrics.cpp | 4 ++-- lib/CodeGen/MachineVerifier.cpp | 6 +++--- lib/CodeGen/OptimizePHIs.cpp | 4 ++-- lib/CodeGen/PHIElimination.cpp | 6 +++--- lib/CodeGen/PatchableFunction.cpp | 2 +- lib/CodeGen/PeepholeOptimizer.cpp | 6 +++--- lib/CodeGen/PostRAHazardRecognizer.cpp | 2 +- lib/CodeGen/PostRASchedulerList.cpp | 6 +++--- lib/CodeGen/ProcessImplicitDefs.cpp | 2 +- lib/CodeGen/PrologEpilogInserter.cpp | 6 +++--- lib/CodeGen/RegAllocBase.cpp | 2 +- lib/CodeGen/RegAllocBasic.cpp | 2 +- lib/CodeGen/RegAllocFast.cpp | 6 +++--- lib/CodeGen/RegAllocGreedy.cpp | 4 ++-- lib/CodeGen/RegAllocPBQP.cpp | 4 ++-- lib/CodeGen/RegisterClassInfo.cpp | 6 +++--- lib/CodeGen/RegisterCoalescer.cpp | 6 +++--- lib/CodeGen/RegisterPressure.cpp | 4 ++-- lib/CodeGen/RegisterScavenging.cpp | 4 ++-- lib/CodeGen/RegisterUsageInfo.cpp | 6 +++--- lib/CodeGen/SafeStack.cpp | 4 ++-- lib/CodeGen/ScalarizeMaskedMemIntrin.cpp | 2 +- lib/CodeGen/ScheduleDAG.cpp | 4 ++-- lib/CodeGen/ScheduleDAGInstrs.cpp | 4 ++-- lib/CodeGen/ScheduleDAGPrinter.cpp | 2 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +++--- lib/CodeGen/SelectionDAG/FastISel.cpp | 4 ++-- lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 6 +++--- lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 4 ++-- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 6 +++--- lib/CodeGen/SelectionDAG/LegalizeTypes.h | 2 +- lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 2 +- lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp | 4 ++-- lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp | 2 +- lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 8 ++++---- lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 6 +++--- lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp | 4 ++-- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 +++--- lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 8 ++++---- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 6 +++--- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 6 +++--- lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | 2 +- lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 4 ++-- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 8 ++++---- lib/CodeGen/ShrinkWrap.cpp | 4 ++-- lib/CodeGen/SplitKit.cpp | 6 +++--- lib/CodeGen/StackColoring.cpp | 2 +- lib/CodeGen/StackMapLivenessAnalysis.cpp | 2 +- lib/CodeGen/StackMaps.cpp | 6 +++--- lib/CodeGen/StackProtector.cpp | 6 +++--- lib/CodeGen/StackSlotColoring.cpp | 4 ++-- lib/CodeGen/TailDuplicator.cpp | 4 ++-- lib/CodeGen/TargetFrameLoweringImpl.cpp | 6 +++--- lib/CodeGen/TargetInstrInfo.cpp | 4 ++-- lib/CodeGen/TargetLoweringBase.cpp | 8 ++++---- lib/CodeGen/TargetOptionsImpl.cpp | 4 ++-- lib/CodeGen/TargetRegisterInfo.cpp | 6 +++--- lib/CodeGen/TargetSchedule.cpp | 4 ++-- lib/CodeGen/TargetSubtargetInfo.cpp | 2 +- lib/CodeGen/TwoAddressInstructionPass.cpp | 6 +++--- lib/CodeGen/VirtRegMap.cpp | 6 +++--- lib/CodeGen/XRayInstrumentation.cpp | 2 +- lib/DebugInfo/PDB/PDB.cpp | 1 + lib/LTO/LTOCodeGenerator.cpp | 6 +++--- lib/LTO/LTOModule.cpp | 8 ++++---- lib/LTO/UpdateCompilerUsed.cpp | 4 ++-- lib/Support/CodeGenCoverage.cpp | 1 + lib/Target/AArch64/AArch64AsmPrinter.cpp | 2 +- lib/Target/AArch64/AArch64CallLowering.cpp | 4 ++-- lib/Target/AArch64/AArch64CollectLOH.cpp | 2 +- lib/Target/AArch64/AArch64CondBrTuning.cpp | 4 ++-- lib/Target/AArch64/AArch64ConditionOptimizer.cpp | 2 +- lib/Target/AArch64/AArch64ConditionalCompares.cpp | 4 ++-- lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp | 2 +- lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp | 2 +- lib/Target/AArch64/AArch64FalkorHWPFFix.cpp | 2 +- lib/Target/AArch64/AArch64FrameLowering.cpp | 4 ++-- lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +- lib/Target/AArch64/AArch64ISelLowering.h | 2 +- lib/Target/AArch64/AArch64InstrInfo.cpp | 4 ++-- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 +- lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 2 +- lib/Target/AArch64/AArch64MCInstLower.cpp | 2 +- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 6 +++--- lib/Target/AArch64/AArch64Subtarget.h | 2 +- lib/Target/AArch64/AArch64TargetMachine.cpp | 2 +- lib/Target/AArch64/AArch64TargetObjectFile.h | 2 +- lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 4 ++-- lib/Target/AArch64/AArch64VectorByElementOpt.cpp | 2 +- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 2 +- lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 +- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 2 +- lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp | 4 ++-- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 4 ++-- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 +- lib/Target/AMDGPU/GCNRegPressure.cpp | 2 +- lib/Target/AMDGPU/R600InstrInfo.cpp | 4 ++-- lib/Target/AMDGPU/SIFixSGPRCopies.cpp | 2 +- lib/Target/AMDGPU/SIFixWWMLiveness.cpp | 2 +- lib/Target/AMDGPU/SIISelLowering.cpp | 4 ++-- lib/Target/AMDGPU/SIInstrInfo.cpp | 4 ++-- lib/Target/AMDGPU/SILowerControlFlow.cpp | 2 +- lib/Target/AMDGPU/SIMachineScheduler.cpp | 2 +- lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 2 +- lib/Target/AMDGPU/SIWholeQuadMode.cpp | 2 +- lib/Target/ARC/ARCAsmPrinter.cpp | 2 +- lib/Target/ARC/ARCFrameLowering.cpp | 2 +- lib/Target/ARC/ARCISelDAGToDAG.cpp | 2 +- lib/Target/ARC/ARCISelLowering.h | 2 +- lib/Target/ARC/ARCRegisterInfo.h | 2 +- lib/Target/ARC/ARCSubtarget.h | 2 +- lib/Target/ARM/A15SDOptimizer.cpp | 4 ++-- lib/Target/ARM/ARMBaseInstrInfo.cpp | 2 +- lib/Target/ARM/ARMBaseRegisterInfo.cpp | 2 +- lib/Target/ARM/ARMBaseRegisterInfo.h | 2 +- lib/Target/ARM/ARMCallLowering.cpp | 4 ++-- lib/Target/ARM/ARMComputeBlockSize.cpp | 2 +- lib/Target/ARM/ARMFastISel.cpp | 6 +++--- lib/Target/ARM/ARMFrameLowering.cpp | 6 +++--- lib/Target/ARM/ARMHazardRecognizer.cpp | 2 +- lib/Target/ARM/ARMISelDAGToDAG.cpp | 4 ++-- lib/Target/ARM/ARMISelLowering.cpp | 8 ++++---- lib/Target/ARM/ARMISelLowering.h | 2 +- lib/Target/ARM/ARMLegalizerInfo.cpp | 2 +- lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 6 +++--- lib/Target/ARM/ARMRegisterBankInfo.cpp | 2 +- lib/Target/ARM/ARMSubtarget.h | 2 +- lib/Target/ARM/ARMTargetMachine.cpp | 6 +++--- lib/Target/ARM/ARMTargetTransformInfo.cpp | 2 +- lib/Target/ARM/MLxExpansionPass.cpp | 2 +- lib/Target/ARM/Thumb1FrameLowering.cpp | 4 ++-- lib/Target/ARM/Thumb2InstrInfo.cpp | 4 ++-- lib/Target/ARM/ThumbRegisterInfo.h | 2 +- lib/Target/AVR/AVRAsmPrinter.cpp | 4 ++-- lib/Target/AVR/AVRExpandPseudoInsts.cpp | 2 +- lib/Target/AVR/AVRISelLowering.h | 2 +- lib/Target/AVR/AVRRegisterInfo.h | 2 +- lib/Target/AVR/AVRRelaxMemOperations.cpp | 2 +- lib/Target/AVR/AVRSubtarget.h | 2 +- lib/Target/BPF/BPFISelLowering.h | 2 +- lib/Target/BPF/BPFRegisterInfo.h | 2 +- lib/Target/BPF/BPFSubtarget.h | 2 +- lib/Target/Hexagon/BitTracker.cpp | 2 +- lib/Target/Hexagon/Hexagon.h | 2 +- lib/Target/Hexagon/HexagonAsmPrinter.cpp | 4 ++-- lib/Target/Hexagon/HexagonBitSimplify.cpp | 2 +- lib/Target/Hexagon/HexagonBitTracker.cpp | 2 +- lib/Target/Hexagon/HexagonBlockRanges.cpp | 2 +- lib/Target/Hexagon/HexagonCFGOptimizer.cpp | 2 +- lib/Target/Hexagon/HexagonConstPropagation.cpp | 4 ++-- lib/Target/Hexagon/HexagonCopyToCombine.cpp | 2 +- lib/Target/Hexagon/HexagonEarlyIfConv.cpp | 2 +- lib/Target/Hexagon/HexagonExpandCondsets.cpp | 4 ++-- lib/Target/Hexagon/HexagonFrameLowering.cpp | 2 +- lib/Target/Hexagon/HexagonGenInsert.cpp | 2 +- lib/Target/Hexagon/HexagonGenPredicate.cpp | 2 +- lib/Target/Hexagon/HexagonHardwareLoops.cpp | 2 +- lib/Target/Hexagon/HexagonISelLowering.cpp | 2 +- lib/Target/Hexagon/HexagonISelLowering.h | 2 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 6 +++--- lib/Target/Hexagon/HexagonMachineScheduler.cpp | 6 +++--- lib/Target/Hexagon/HexagonMachineScheduler.h | 2 +- lib/Target/Hexagon/HexagonNewValueJump.cpp | 6 +++--- lib/Target/Hexagon/HexagonOptAddrMode.cpp | 2 +- lib/Target/Hexagon/HexagonPeephole.cpp | 2 +- lib/Target/Hexagon/HexagonRegisterInfo.h | 2 +- lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp | 2 +- lib/Target/Hexagon/HexagonSplitDouble.cpp | 2 +- lib/Target/Hexagon/HexagonSubtarget.h | 2 +- lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 4 ++-- lib/Target/Hexagon/HexagonVectorPrint.cpp | 2 +- lib/Target/Hexagon/RDFCopy.cpp | 4 ++-- lib/Target/Hexagon/RDFGraph.cpp | 6 +++--- lib/Target/Hexagon/RDFLiveness.cpp | 4 ++-- lib/Target/Hexagon/RDFRegisters.cpp | 2 +- lib/Target/Hexagon/RDFRegisters.h | 2 +- lib/Target/Lanai/LanaiISelLowering.cpp | 2 +- lib/Target/Lanai/LanaiISelLowering.h | 2 +- lib/Target/Lanai/LanaiRegisterInfo.h | 2 +- lib/Target/Lanai/LanaiSubtarget.h | 4 ++-- lib/Target/Lanai/LanaiTargetTransformInfo.h | 2 +- lib/Target/MSP430/MSP430ISelDAGToDAG.cpp | 2 +- lib/Target/MSP430/MSP430ISelLowering.h | 2 +- lib/Target/MSP430/MSP430RegisterInfo.h | 2 +- lib/Target/MSP430/MSP430Subtarget.h | 2 +- lib/Target/Mips/Mips16InstrInfo.cpp | 2 +- lib/Target/Mips/MipsAsmPrinter.cpp | 4 ++-- lib/Target/Mips/MipsDelaySlotFiller.cpp | 4 ++-- lib/Target/Mips/MipsFastISel.cpp | 2 +- lib/Target/Mips/MipsISelLowering.cpp | 2 +- lib/Target/Mips/MipsISelLowering.h | 2 +- lib/Target/Mips/MipsInstrInfo.cpp | 4 ++-- lib/Target/Mips/MipsLongBranch.cpp | 2 +- lib/Target/Mips/MipsMachineFunction.cpp | 2 +- lib/Target/Mips/MipsOptimizePICCall.cpp | 6 +++--- lib/Target/Mips/MipsRegisterInfo.cpp | 6 +++--- lib/Target/Mips/MipsSEFrameLowering.cpp | 4 ++-- lib/Target/Mips/MipsSEISelLowering.cpp | 2 +- lib/Target/Mips/MipsSubtarget.h | 2 +- lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 6 +++--- lib/Target/NVPTX/NVPTXISelLowering.cpp | 4 ++-- lib/Target/NVPTX/NVPTXISelLowering.h | 2 +- lib/Target/NVPTX/NVPTXPeephole.cpp | 2 +- lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp | 6 +++--- lib/Target/NVPTX/NVPTXRegisterInfo.h | 2 +- lib/Target/NVPTX/NVPTXSubtarget.h | 2 +- lib/Target/NVPTX/NVPTXTargetObjectFile.h | 2 +- lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp | 4 ++-- lib/Target/NVPTX/NVPTXTargetTransformInfo.h | 2 +- lib/Target/Nios2/Nios2RegisterInfo.h | 2 +- lib/Target/Nios2/Nios2Subtarget.h | 2 +- lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp | 2 +- lib/Target/PowerPC/PPCBranchCoalescing.cpp | 2 +- lib/Target/PowerPC/PPCBranchSelector.cpp | 2 +- lib/Target/PowerPC/PPCFastISel.cpp | 2 +- lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 2 +- lib/Target/PowerPC/PPCISelLowering.cpp | 4 ++-- lib/Target/PowerPC/PPCISelLowering.h | 2 +- lib/Target/PowerPC/PPCMCInstLower.cpp | 4 ++-- lib/Target/PowerPC/PPCMachineFunctionInfo.h | 2 +- lib/Target/PowerPC/PPCQPXLoadSplat.cpp | 2 +- lib/Target/PowerPC/PPCSubtarget.h | 2 +- lib/Target/PowerPC/PPCTargetMachine.cpp | 2 +- lib/Target/PowerPC/PPCTargetObjectFile.h | 2 +- lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 4 ++-- lib/Target/PowerPC/PPCTargetTransformInfo.h | 2 +- lib/Target/RISCV/RISCVISelLowering.h | 2 +- lib/Target/RISCV/RISCVRegisterInfo.h | 2 +- lib/Target/RISCV/RISCVSubtarget.h | 2 +- lib/Target/Sparc/DelaySlotFiller.cpp | 2 +- lib/Target/Sparc/SparcISelLowering.h | 2 +- lib/Target/Sparc/SparcRegisterInfo.h | 2 +- lib/Target/Sparc/SparcSubtarget.h | 4 ++-- lib/Target/Sparc/SparcTargetObjectFile.cpp | 2 +- lib/Target/SystemZ/SystemZElimCompare.cpp | 4 ++-- lib/Target/SystemZ/SystemZISelLowering.h | 2 +- lib/Target/SystemZ/SystemZInstrInfo.cpp | 2 +- lib/Target/SystemZ/SystemZLDCleanup.cpp | 2 +- lib/Target/SystemZ/SystemZRegisterInfo.h | 2 +- lib/Target/SystemZ/SystemZShortenInst.cpp | 2 +- lib/Target/SystemZ/SystemZSubtarget.h | 2 +- lib/Target/SystemZ/SystemZTargetMachine.cpp | 2 +- lib/Target/SystemZ/SystemZTargetTransformInfo.cpp | 4 ++-- lib/Target/TargetLoweringObjectFile.cpp | 6 +++--- lib/Target/TargetMachine.cpp | 6 +++--- lib/Target/TargetMachineC.cpp | 2 +- .../WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyISelLowering.h | 2 +- lib/Target/WebAssembly/WebAssemblySubtarget.h | 2 +- lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp | 2 +- lib/Target/X86/X86CallFrameOptimization.cpp | 2 +- lib/Target/X86/X86CallLowering.cpp | 2 +- lib/Target/X86/X86CmovConversion.cpp | 4 ++-- lib/Target/X86/X86DomainReassignment.cpp | 2 +- lib/Target/X86/X86FloatingPoint.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 2 +- lib/Target/X86/X86ISelLowering.h | 2 +- lib/Target/X86/X86InstructionSelector.cpp | 4 ++-- lib/Target/X86/X86LegalizerInfo.cpp | 2 +- lib/Target/X86/X86MCInstLower.cpp | 2 +- lib/Target/X86/X86MachineFunctionInfo.cpp | 2 +- lib/Target/X86/X86OptimizeLEAs.cpp | 4 ++-- lib/Target/X86/X86RegisterBankInfo.cpp | 2 +- lib/Target/X86/X86RegisterInfo.h | 2 +- lib/Target/X86/X86SelectionDAGInfo.cpp | 2 +- lib/Target/X86/X86Subtarget.h | 2 +- lib/Target/X86/X86TargetMachine.cpp | 4 ++-- lib/Target/X86/X86TargetObjectFile.cpp | 2 +- lib/Target/X86/X86TargetObjectFile.h | 2 +- lib/Target/X86/X86TargetTransformInfo.cpp | 4 ++-- lib/Target/X86/X86TargetTransformInfo.h | 2 +- lib/Target/X86/X86VZeroUpper.cpp | 2 +- lib/Target/XCore/XCoreAsmPrinter.cpp | 2 +- lib/Target/XCore/XCoreFrameLowering.cpp | 4 ++-- lib/Target/XCore/XCoreISelDAGToDAG.cpp | 2 +- lib/Target/XCore/XCoreISelLowering.h | 2 +- lib/Target/XCore/XCoreMachineFunctionInfo.cpp | 2 +- lib/Target/XCore/XCoreRegisterInfo.h | 2 +- lib/Target/XCore/XCoreSubtarget.h | 2 +- lib/Target/XCore/XCoreTargetTransformInfo.h | 2 +- lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp | 2 +- tools/llc/llc.cpp | 3 +-- tools/llvm-mt/llvm-mt.cpp | 1 + tools/llvm-rc/ResourceFileWriter.cpp | 1 + tools/llvm-rc/ResourceFileWriter.h | 3 +++ tools/llvm-rc/llvm-rc.cpp | 1 + unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp | 2 +- unittests/CodeGen/MachineInstrTest.cpp | 4 ++-- unittests/MI/LiveIntervalTest.cpp | 2 +- utils/TableGen/CodeGenTarget.cpp | 2 +- utils/TableGen/RegisterInfoEmitter.cpp | 2 +- 421 files changed, 710 insertions(+), 703 deletions(-) rename include/llvm/{Target => CodeGen}/CostTable.h (94%) rename include/llvm/{Target => CodeGen}/TargetCallingConv.h (97%) rename include/llvm/{Target => CodeGen}/TargetLowering.h (99%) rename include/llvm/{Target => CodeGen}/TargetLoweringObjectFile.h (97%) rename include/llvm/{Target => CodeGen}/TargetOpcodes.def (99%) rename include/llvm/{Target => CodeGen}/TargetOpcodes.h (86%) rename include/llvm/{Target => CodeGen}/TargetRegisterInfo.h (99%) rename include/llvm/{Target => CodeGen}/TargetSubtargetInfo.h (98%)