This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from acfacb0 [X86][SSE] Improve awareness of (v)cvtpd2ps implicit zeroing [...] new 327ae58 [statepoints][experimental] Add support for live-in semantics [...]
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/IR/Statepoint.h | 11 +- lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 40 ++++++- lib/CodeGen/TargetInstrInfo.cpp | 11 +- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 26 ++++ test/CodeGen/X86/statepoint-live-in.ll | 131 +++++++++++++++++++++ .../deopt-lowering-attrs.ll | 23 ++++ 6 files changed, 233 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/X86/statepoint-live-in.ll create mode 100644 test/Transforms/RewriteStatepointsForGC/deopt-lowering-attrs.ll