This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1067c966a6d [RABasic] Properly update the LiveRegMatrix when LR splitti [...] new 95f9057a26a InitializePasses: Sort initializer list (by ASCII) new 3310b59ffc8 RegisterScavenging: Add ScavengerTest pass new b72c01108db [Statepoint] Be consistent about using deopt naming [NFCI] new f6a51e432dc Change code formatting to look like the surrounding code new cb453a0d29f Revert "[SLP] Improve comments and naming of functions/vari [...]
The 5 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/IR/Statepoint.h | 16 +-- include/llvm/InitializePasses.h | 13 +- lib/CodeGen/RegisterScavenging.cpp | 38 +++++- lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 2 +- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 6 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 150 +++++++++++++--------- test/CodeGen/PowerPC/scavenging.mir | 149 +++++++++++++++++++++ test/CodeGen/X86/scavenger.mir | 54 ++++++++ tools/llc/llc.cpp | 3 + 9 files changed, 353 insertions(+), 78 deletions(-) create mode 100644 test/CodeGen/PowerPC/scavenging.mir create mode 100644 test/CodeGen/X86/scavenger.mir