This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1c3c1bee722 [Coverage] Improve readability by using a struct. NFC. new ea42b4f0bdf [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/GlobalISel/CallLowering.h | 40 ++++++++++------- include/llvm/CodeGen/GlobalISel/IRTranslator.h | 30 ++++++++----- .../llvm/CodeGen/GlobalISel/InstructionSelector.h | 15 ++++--- include/llvm/CodeGen/GlobalISel/LegalizerInfo.h | 37 +++++++-------- include/llvm/CodeGen/GlobalISel/RegBankSelect.h | 52 ++++++++++++++-------- include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 44 +++++++++++------- include/llvm/CodeGen/GlobalISel/Types.h | 12 ++--- include/llvm/CodeGen/MachinePassRegistry.h | 37 +++++---------- include/llvm/CodeGen/MachineValueType.h | 24 +++++++--- include/llvm/CodeGen/MacroFusion.h | 23 +++++++--- include/llvm/CodeGen/TargetPassConfig.h | 42 +++++++++-------- include/llvm/CodeGen/ValueTypes.h | 18 ++++---- lib/CodeGen/GlobalISel/IRTranslator.cpp | 47 ++++++++++++++++--- lib/CodeGen/GlobalISel/InstructionSelector.cpp | 20 +++++---- lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 29 ++++++------ lib/CodeGen/GlobalISel/RegBankSelect.cpp | 47 ++++++++++++------- lib/CodeGen/MacroFusion.cpp | 27 ++++++----- lib/CodeGen/TargetPassConfig.cpp | 36 +++++++++------ 18 files changed, 354 insertions(+), 226 deletions(-)