This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f49c8ae0e54 [MCA] Use references to LSUnitBase in class Scheduler and a [...] new 87ec03dde56 [NewPM] Port MachineModuleInfo to the new pass manager.
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/CodeGen/MachineModuleInfo.h | 52 +++++++++++++++++--- include/llvm/InitializePasses.h | 2 +- include/llvm/Target/TargetMachine.h | 28 ++++++----- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 5 +- lib/CodeGen/BranchFolding.cpp | 7 +-- lib/CodeGen/CodeGen.cpp | 2 +- lib/CodeGen/GCRootLowering.cpp | 4 +- lib/CodeGen/IfConversion.cpp | 12 +++-- lib/CodeGen/LLVMTargetMachine.cpp | 32 ++++++------ lib/CodeGen/MachineBlockPlacement.cpp | 3 +- lib/CodeGen/MachineFunctionPass.cpp | 6 +-- lib/CodeGen/MachineModuleInfo.cpp | 83 +++++++++++++++++++++++--------- lib/CodeGen/MachineOutliner.cpp | 8 +-- lib/CodeGen/UnreachableBlockElim.cpp | 3 +- lib/Passes/PassBuilder.cpp | 1 + lib/Target/X86/X86InsertPrefetch.cpp | 2 +- lib/Target/X86/X86RetpolineThunks.cpp | 6 +-- tools/llc/llc.cpp | 13 ++--- tools/llvm-exegesis/lib/Assembler.cpp | 22 ++++----- unittests/MI/LiveIntervalTest.cpp | 6 +-- 20 files changed, 192 insertions(+), 105 deletions(-)