This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 12c27f5b539 [MCA] Avoid an InstrDesc copy in mca::LSUnit::reserve. new ee571f2b410 CodeGen: Cleanup regmask construction; NFC new b94181c027c InitializePasses: Sort declarations; NFC new 663f587f45b CodeGen.cpp: Sort initializers; NFC new 3a7b5a66665 RegUsageInfo: Cleanup; NFC
The 4 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/MachineFunction.h | 8 +--- include/llvm/CodeGen/MachineOperand.h | 5 +++ include/llvm/CodeGen/RegisterUsageInfo.h | 22 ++++------- include/llvm/InitializePasses.h | 32 ++++++++------- lib/CodeGen/CodeGen.cpp | 6 ++- lib/CodeGen/MIRParser/MIParser.cpp | 8 +--- lib/CodeGen/MachineFunction.cpp | 8 ++++ lib/CodeGen/RegUsageInfoCollector.cpp | 45 ++++++++++----------- lib/CodeGen/RegUsageInfoPropagate.cpp | 68 ++++++++++++++++---------------- lib/CodeGen/RegisterUsageInfo.cpp | 28 ++++++------- lib/CodeGen/StackMapLivenessAnalysis.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 6 +-- 12 files changed, 117 insertions(+), 121 deletions(-)