This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7c6a88df285 Reland "Change the X86 datalayout to add three address spac [...] new 52caba8a247 Update ReleaseNotes: add enabling of MemorySSA. new 2b4a4312b83 [AArch64][GlobalISel] Support sibling calls with mismatched [...]
The 2 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/ReleaseNotes.rst | 1 + include/llvm/CodeGen/GlobalISel/CallLowering.h | 18 ++++++ lib/CodeGen/GlobalISel/CallLowering.cpp | 69 ++++++++++++++++++++++ lib/Target/AArch64/AArch64CallLowering.cpp | 61 ++++++++++++++----- lib/Target/AArch64/AArch64CallLowering.h | 11 +++- .../GlobalISel/call-translator-tail-call.ll | 7 +-- test/CodeGen/AArch64/tailcall-ccmismatch.ll | 1 + 7 files changed, 145 insertions(+), 23 deletions(-)