This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 36d678978c9 [InstCombine] try to turn shuffle into insertelement new 467c30721bb [llvm-mca] Move namespace mca inside llvm::
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: tools/llvm-mca/CodeRegion.cpp | 2 ++ tools/llvm-mca/CodeRegion.h | 2 ++ tools/llvm-mca/PipelinePrinter.cpp | 2 ++ tools/llvm-mca/PipelinePrinter.h | 2 ++ tools/llvm-mca/Views/DispatchStatistics.cpp | 4 ++-- tools/llvm-mca/Views/DispatchStatistics.h | 2 ++ tools/llvm-mca/Views/InstructionInfoView.cpp | 4 ++-- tools/llvm-mca/Views/InstructionInfoView.h | 2 ++ tools/llvm-mca/Views/RegisterFileStatistics.cpp | 4 ++-- tools/llvm-mca/Views/RegisterFileStatistics.h | 2 ++ tools/llvm-mca/Views/ResourcePressureView.cpp | 4 ++-- tools/llvm-mca/Views/ResourcePressureView.h | 2 ++ tools/llvm-mca/Views/RetireControlUnitStatistics.cpp | 4 ++-- tools/llvm-mca/Views/RetireControlUnitStatistics.h | 2 ++ tools/llvm-mca/Views/SchedulerStatistics.cpp | 4 ++-- tools/llvm-mca/Views/SchedulerStatistics.h | 2 ++ tools/llvm-mca/Views/SummaryView.cpp | 4 ++-- tools/llvm-mca/Views/SummaryView.h | 2 ++ tools/llvm-mca/Views/TimelineView.cpp | 4 ++-- tools/llvm-mca/Views/TimelineView.h | 2 ++ tools/llvm-mca/Views/View.cpp | 2 ++ tools/llvm-mca/Views/View.h | 2 ++ tools/llvm-mca/include/Context.h | 2 ++ tools/llvm-mca/include/HWEventListener.h | 2 ++ tools/llvm-mca/include/HardwareUnits/HardwareUnit.h | 2 ++ tools/llvm-mca/include/HardwareUnits/LSUnit.h | 2 ++ tools/llvm-mca/include/HardwareUnits/RegisterFile.h | 2 ++ tools/llvm-mca/include/HardwareUnits/ResourceManager.h | 2 ++ tools/llvm-mca/include/HardwareUnits/RetireControlUnit.h | 2 ++ tools/llvm-mca/include/HardwareUnits/Scheduler.h | 2 ++ tools/llvm-mca/include/InstrBuilder.h | 2 ++ tools/llvm-mca/include/Instruction.h | 2 ++ tools/llvm-mca/include/Pipeline.h | 2 ++ tools/llvm-mca/include/SourceMgr.h | 2 ++ tools/llvm-mca/include/Stages/DispatchStage.h | 2 ++ tools/llvm-mca/include/Stages/ExecuteStage.h | 2 ++ tools/llvm-mca/include/Stages/FetchStage.h | 2 ++ tools/llvm-mca/include/Stages/InstructionTables.h | 2 ++ tools/llvm-mca/include/Stages/RetireStage.h | 2 ++ tools/llvm-mca/include/Stages/Stage.h | 2 ++ tools/llvm-mca/include/Support.h | 2 ++ tools/llvm-mca/lib/Context.cpp | 4 ++-- tools/llvm-mca/lib/HWEventListener.cpp | 2 ++ tools/llvm-mca/lib/HardwareUnits/HardwareUnit.cpp | 2 ++ tools/llvm-mca/lib/HardwareUnits/LSUnit.cpp | 4 ++-- tools/llvm-mca/lib/HardwareUnits/RegisterFile.cpp | 4 ++-- tools/llvm-mca/lib/HardwareUnits/ResourceManager.cpp | 4 ++-- tools/llvm-mca/lib/HardwareUnits/RetireControlUnit.cpp | 4 ++-- tools/llvm-mca/lib/HardwareUnits/Scheduler.cpp | 4 ++-- tools/llvm-mca/lib/InstrBuilder.cpp | 4 ++-- tools/llvm-mca/lib/Instruction.cpp | 4 ++-- tools/llvm-mca/lib/Pipeline.cpp | 4 ++-- tools/llvm-mca/lib/Stages/DispatchStage.cpp | 4 ++-- tools/llvm-mca/lib/Stages/ExecuteStage.cpp | 4 ++-- tools/llvm-mca/lib/Stages/FetchStage.cpp | 2 ++ tools/llvm-mca/lib/Stages/InstructionTables.cpp | 4 ++-- tools/llvm-mca/lib/Stages/RetireStage.cpp | 2 ++ tools/llvm-mca/lib/Stages/Stage.cpp | 2 ++ tools/llvm-mca/lib/Support.cpp | 4 ++-- 59 files changed, 118 insertions(+), 42 deletions(-)