This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a950eb976c7 [ThinLTO] Move -lto-use-new-pm to llvm-lto2, and change it [...] new ce3608ab255 Fix 2 more -Wreorder warnings. new ff49b831bda [CodeGen] Fix some Clang-tidy modernize-use-using and Inclu [...]
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/MachineRegionInfo.h | 130 +++++++++++------------ include/llvm/CodeGen/MachineRegisterInfo.h | 98 ++++++++--------- include/llvm/CodeGen/MachineScheduler.h | 11 +- include/llvm/CodeGen/PBQP/CostAllocator.h | 61 ++++++----- include/llvm/CodeGen/PBQP/Graph.h | 99 +++++++++-------- include/llvm/CodeGen/PBQP/Math.h | 22 ++-- include/llvm/CodeGen/PBQP/ReductionRules.h | 36 ++++--- include/llvm/CodeGen/PBQP/Solution.h | 2 +- include/llvm/CodeGen/PBQPRAConstraint.h | 22 ++-- include/llvm/CodeGen/RegAllocPBQP.h | 41 ++++--- include/llvm/CodeGen/ScheduleDAGInstrs.h | 66 ++++++++---- lib/CodeGen/MachineRegionInfo.cpp | 46 ++++---- lib/CodeGen/RegAllocPBQP.cpp | 40 +++---- lib/CodeGen/ScheduleDAGInstrs.cpp | 80 +++++++++----- lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp | 8 +- lib/Target/AArch64/AArch64PBQPRegAlloc.h | 7 +- 16 files changed, 423 insertions(+), 346 deletions(-)