This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 86bfc787f13 [Object] Fix some Clang-tidy modernize and Include What You [...] new 0749000e144 X86FrameLowering: Fix getFrameIndexReference() for 'fixed' objects new a716933950c Refresh the statepoint docs a bit new 6b92d164d6c Temporarily revert r299221 to fix nondeterminism in ThinLTO [...]
The 3 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: docs/Statepoints.rst | 151 ++++++++++++++++++------------ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 36 +------ lib/Target/X86/X86FrameLowering.cpp | 9 +- lib/Target/X86/X86RegisterInfo.h | 5 + test/CodeGen/X86/dbg-baseptr.ll | 75 +++++++++++++++ test/CodeGen/X86/known-signbits-vector.ll | 28 +++--- 6 files changed, 193 insertions(+), 111 deletions(-) create mode 100644 test/CodeGen/X86/dbg-baseptr.ll