This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3220c51b4c3 [hwasan] Inline instrumentation & fixed shadow. new f09cbb97742 Remove unnecessary includes; NFC new fa621d294f1 Rename LiveIntervalAnalysis.h to LiveIntervals.h
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/{LiveIntervalAnalysis.h => LiveIntervals.h} | 8 ++++---- include/llvm/CodeGen/TailDuplicator.h | 4 ---- include/llvm/CodeGen/TargetInstrInfo.h | 2 +- lib/CodeGen/CMakeLists.txt | 2 +- lib/CodeGen/CalcSpillWeights.cpp | 2 +- lib/CodeGen/InlineSpiller.cpp | 2 +- lib/CodeGen/InterferenceCache.cpp | 2 +- lib/CodeGen/LiveDebugVariables.cpp | 2 +- lib/CodeGen/LiveInterval.cpp | 2 +- lib/CodeGen/{LiveIntervalAnalysis.cpp => LiveIntervals.cpp} | 4 ++-- lib/CodeGen/LiveRangeCalc.cpp | 2 +- lib/CodeGen/LiveRangeEdit.cpp | 2 +- lib/CodeGen/LiveRegMatrix.cpp | 2 +- lib/CodeGen/LiveStackAnalysis.cpp | 2 +- lib/CodeGen/MachineBasicBlock.cpp | 2 +- lib/CodeGen/MachinePipeliner.cpp | 2 +- lib/CodeGen/MachineScheduler.cpp | 2 +- lib/CodeGen/MachineVerifier.cpp | 2 +- lib/CodeGen/PHIElimination.cpp | 2 +- lib/CodeGen/RegAllocBase.cpp | 2 +- lib/CodeGen/RegAllocBasic.cpp | 2 +- lib/CodeGen/RegAllocGreedy.cpp | 2 +- lib/CodeGen/RegAllocPBQP.cpp | 2 +- lib/CodeGen/RegisterCoalescer.cpp | 2 +- lib/CodeGen/RegisterPressure.cpp | 2 +- lib/CodeGen/RenameIndependentSubregs.cpp | 2 +- lib/CodeGen/ScheduleDAGInstrs.cpp | 2 +- lib/CodeGen/SplitKit.cpp | 2 +- lib/CodeGen/StackSlotColoring.cpp | 2 +- lib/CodeGen/TailDuplication.cpp | 2 ++ lib/CodeGen/TwoAddressInstructionPass.cpp | 2 +- lib/CodeGen/VirtRegMap.cpp | 2 +- lib/Target/AArch64/AArch64PBQPRegAlloc.cpp | 2 +- lib/Target/AMDGPU/GCNIterativeScheduler.cpp | 2 +- lib/Target/AMDGPU/GCNRegPressure.cpp | 2 +- lib/Target/AMDGPU/GCNRegPressure.h | 2 +- lib/Target/AMDGPU/SIFixWWMLiveness.cpp | 2 +- lib/Target/AMDGPU/SIFoldOperands.cpp | 2 +- lib/Target/AMDGPU/SILowerControlFlow.cpp | 2 +- lib/Target/AMDGPU/SILowerI1Copies.cpp | 2 +- lib/Target/AMDGPU/SIMachineScheduler.cpp | 2 +- lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp | 2 +- lib/Target/AMDGPU/SIWholeQuadMode.cpp | 2 +- lib/Target/Hexagon/HexagonExpandCondsets.cpp | 2 +- lib/Target/Hexagon/HexagonGatherPacketize.cpp | 1 + lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 1 + lib/Target/PowerPC/PPCInstrInfo.cpp | 2 +- lib/Target/PowerPC/PPCTLSDynamicCall.cpp | 2 +- lib/Target/PowerPC/PPCVSXFMAMutate.cpp | 2 +- lib/Target/SystemZ/SystemZInstrInfo.cpp | 2 +- lib/Target/SystemZ/SystemZRegisterInfo.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp | 4 ++-- lib/Target/WebAssembly/WebAssemblyPrepareForLiveIntervals.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyRegColoring.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyStoreResults.cpp | 2 +- unittests/MI/LiveIntervalTest.cpp | 2 +- 58 files changed, 63 insertions(+), 63 deletions(-) rename include/llvm/CodeGen/{LiveIntervalAnalysis.h => LiveIntervals.h} (98%) rename lib/CodeGen/{LiveIntervalAnalysis.cpp => LiveIntervals.cpp} (99%)