This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 96e2a9955b7 GlobalsModRef: Ensure optnone+readonly/readnone attributes [...] new 643c0a43677 [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/DFAPacketizer.h | 37 ++++++------ include/llvm/CodeGen/ExecutionDepsFix.h | 42 ++++++++------ include/llvm/CodeGen/FastISel.h | 37 ++++++++++-- include/llvm/CodeGen/FunctionLoweringInfo.h | 33 ++++++----- include/llvm/CodeGen/GCMetadata.h | 38 ++++++------- include/llvm/CodeGen/GCMetadataPrinter.h | 25 +++++---- include/llvm/CodeGen/GCStrategy.h | 2 +- include/llvm/CodeGen/LexicalScopes.h | 3 +- include/llvm/CodeGen/RegAllocRegistry.h | 17 +++--- include/llvm/CodeGen/StackProtector.h | 11 ++-- include/llvm/CodeGen/TailDuplicator.h | 37 +++++++----- include/llvm/CodeGen/TargetSchedule.h | 3 +- lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp | 21 ++++--- lib/CodeGen/DFAPacketizer.cpp | 81 +++++++++++++-------------- lib/CodeGen/GCMetadata.cpp | 16 ++++-- lib/CodeGen/GCMetadataPrinter.cpp | 7 ++- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 15 +++-- lib/CodeGen/StackProtector.cpp | 4 +- lib/CodeGen/TailDuplication.cpp | 14 +++-- lib/CodeGen/TailDuplicator.cpp | 38 ++++++++----- 20 files changed, 286 insertions(+), 195 deletions(-)