This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7541255d534 [llvm-rc] Try again to fix errors on big endian systems. new 3b8950a6d6b Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
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/Analysis/InlineCost.h | 2 +- .../{OptimizationDiagnosticInfo.h => OptimizationRemarkEmitter.h} | 2 +- include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h | 2 +- include/llvm/Transforms/Vectorize/LoopVectorize.h | 2 +- lib/Analysis/CMakeLists.txt | 2 +- lib/Analysis/InstructionSimplify.cpp | 2 +- lib/Analysis/LoopAccessAnalysis.cpp | 2 +- .../{OptimizationDiagnosticInfo.cpp => OptimizationRemarkEmitter.cpp} | 4 ++-- lib/Analysis/ValueTracking.cpp | 2 +- lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 +- lib/CodeGen/RegAllocGreedy.cpp | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 +- lib/CodeGen/StackProtector.cpp | 2 +- lib/Passes/PassBuilder.cpp | 2 +- lib/Transforms/IPO/Inliner.cpp | 2 +- lib/Transforms/IPO/PartialInlining.cpp | 2 +- lib/Transforms/IPO/SampleProfile.cpp | 2 +- lib/Transforms/IPO/WholeProgramDevirt.cpp | 2 +- lib/Transforms/InstCombine/InstructionCombining.cpp | 2 +- lib/Transforms/Instrumentation/IndirectCallPromotion.cpp | 2 +- lib/Transforms/Instrumentation/PGOInstrumentation.cpp | 2 +- lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp | 2 +- lib/Transforms/Scalar/GVN.cpp | 2 +- lib/Transforms/Scalar/LICM.cpp | 2 +- lib/Transforms/Scalar/LoopDataPrefetch.cpp | 2 +- lib/Transforms/Scalar/LoopDistribute.cpp | 2 +- lib/Transforms/Scalar/LoopInterchange.cpp | 2 +- lib/Transforms/Scalar/LoopUnrollPass.cpp | 2 +- lib/Transforms/Scalar/TailRecursionElimination.cpp | 2 +- lib/Transforms/Utils/LoopUnroll.cpp | 2 +- lib/Transforms/Utils/SimplifyInstructions.cpp | 2 +- lib/Transforms/Utils/SimplifyLibCalls.cpp | 2 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 2 +- 33 files changed, 34 insertions(+), 34 deletions(-) rename include/llvm/Analysis/{OptimizationDiagnosticInfo.h => OptimizationRemarkEm [...] rename lib/Analysis/{OptimizationDiagnosticInfo.cpp => OptimizationRemarkEmitter.c [...]