This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2391618 Fix build error with ambiguity of size_t. new 1f19a43 clean up; NFC new f9018a1 [Power9] Add support for -mcpu=pwr9 in the back end new 3024e44 [X86] Strengthen the setting of inline asm constraints. new 41c48e0 [X86] Update a regexp in a test case to resist register alloc [...] new 5db7dd2 Reapply [X86] Add a new LOW32_ADDR_ACCESS_RBP register class.
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: lib/Support/Host.cpp | 1 + lib/Target/PowerPC/PPC.td | 5 +++ lib/Target/PowerPC/PPCAsmPrinter.cpp | 4 ++- lib/Target/PowerPC/PPCHazardRecognizers.cpp | 7 ++-- lib/Target/PowerPC/PPCISelLowering.cpp | 4 ++- lib/Target/PowerPC/PPCInstrInfo.cpp | 4 +++ lib/Target/PowerPC/PPCSubtarget.cpp | 2 ++ lib/Target/PowerPC/PPCSubtarget.h | 1 + lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 5 +-- lib/Target/X86/X86ISelLowering.cpp | 41 +++++++++++++++++++++-- lib/Target/X86/X86RegisterInfo.cpp | 10 +++++- lib/Target/X86/X86RegisterInfo.td | 7 ++++ test/CodeGen/PowerPC/crypto_bifs.ll | 1 + test/CodeGen/X86/peephole-na-phys-copy-folding.ll | 17 +++++++--- test/CodeGen/X86/x86-64-stack-and-frame-ptr.ll | 6 ++-- test/Transforms/Inline/alloca_test.ll | 20 ++++++----- 16 files changed, 109 insertions(+), 26 deletions(-)