This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e11fbd18ccb [PowerPC] auto-generate full checks and increase test coverage new e74c436b705 [CodeGen] Fix some Clang-tidy modernize-use-using and Inclu [...]
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/RegisterPressure.h | 10 +++- include/llvm/CodeGen/RegisterUsageInfo.h | 17 +++--- include/llvm/CodeGen/SchedulerRegistry.h | 17 +++--- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 72 +++++++++++++++++++----- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 51 +++++++++++------ lib/CodeGen/BranchFolding.cpp | 36 +++++++++--- lib/CodeGen/MIRParser/MIParser.cpp | 44 +++++++++++++-- lib/CodeGen/MIRParser/MIParser.h | 16 +++--- lib/CodeGen/MIRPrinter.cpp | 54 +++++++++++++----- lib/CodeGen/RegAllocGreedy.cpp | 96 ++++++++++++++++++++------------ lib/CodeGen/RegisterUsageInfo.cpp | 15 ++++- lib/CodeGen/TargetFrameLoweringImpl.cpp | 14 +++-- lib/CodeGen/XRayInstrumentation.cpp | 21 ++++--- lib/Target/ARM/Thumb2InstrInfo.cpp | 20 +++++-- 14 files changed, 339 insertions(+), 144 deletions(-)