This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_80 in repository llvm.
from 2866159eec2 Merging r353551 and r353809: new 68c0fa1ba7a Merging r352607 r352608 r353015 r353061 r353138 r353141 r35 [...] new d8777df4586 Merging r353308 and r353383:
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: lib/Target/AArch64/AArch64InstrInfo.cpp | 41 ++ lib/Target/AArch64/AArch64InstrInfo.h | 4 + lib/Target/AArch64/AArch64RegisterInfo.td | 10 +- .../AArch64/Disassembler/AArch64Disassembler.cpp | 4 +- lib/Target/X86/AsmParser/X86AsmParser.cpp | 3 +- lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp | 11 + lib/Target/X86/InstPrinter/X86ATTInstPrinter.h | 1 + lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp | 11 + lib/Target/X86/InstPrinter/X86IntelInstPrinter.h | 1 + lib/Target/X86/X86ISelLowering.cpp | 8 + lib/Target/X86/X86InstrFPStack.td | 156 ++-- lib/Target/X86/X86InstrInfo.td | 46 +- lib/Target/X86/X86RegisterInfo.cpp | 3 + lib/Target/X86/X86RegisterInfo.td | 10 +- test/CodeGen/AArch64/cmpxchg-lse-even-regs.ll | 17 + test/CodeGen/AArch64/seqpaircopy.mir | 23 + test/CodeGen/MIR/X86/memory-operands.mir | 4 +- test/CodeGen/X86/and-su.ll | 2 +- test/CodeGen/X86/avx512-regcall-NoMask.ll | 18 +- test/CodeGen/X86/fcmove.ll | 2 +- test/CodeGen/X86/fmf-flags.ll | 4 +- test/CodeGen/X86/fp-cvt.ll | 8 +- test/CodeGen/X86/inline-asm-default-clobbers.ll | 8 + test/CodeGen/X86/inline-asm-fpstack.ll | 38 +- test/CodeGen/X86/ipra-reg-usage.ll | 2 +- test/CodeGen/X86/pr13577.ll | 2 +- test/CodeGen/X86/pr33349.ll | 16 +- test/CodeGen/X86/pr34080.ll | 18 +- test/CodeGen/X86/pr34177.ll | 16 +- test/CodeGen/X86/pr40529.ll | 43 ++ test/CodeGen/X86/scalar-fp-to-i64.ll | 24 +- test/CodeGen/X86/select.ll | 24 +- test/CodeGen/X86/sincos-opt.ll | 4 +- test/CodeGen/X86/x87-schedule.ll | 792 ++++++++++----------- test/MC/Disassembler/X86/fp-stack.txt | 416 +++++------ test/MC/Disassembler/X86/x86-16.txt | 4 +- test/MC/X86/PPRO-32.s | 32 +- test/MC/X86/PPRO-64.s | 32 +- test/MC/X86/X87-32.s | 48 +- test/MC/X86/X87-64.s | 46 +- test/MC/X86/intel-syntax-2.s | 12 +- test/MC/X86/intel-syntax.s | 96 +-- test/MC/X86/x86-16.s | 4 +- test/MC/X86/x86-32-coverage.s | 38 +- test/MC/X86/x86-32.s | 2 +- test/MC/X86/x86-64.s | 172 ++--- test/tools/llvm-mca/X86/Atom/resources-x87.s | 172 ++--- test/tools/llvm-mca/X86/BdVer2/resources-x87.s | 172 ++--- test/tools/llvm-mca/X86/Broadwell/resources-x87.s | 172 ++--- test/tools/llvm-mca/X86/BtVer2/resources-x87.s | 172 ++--- test/tools/llvm-mca/X86/Generic/resources-x87.s | 172 ++--- test/tools/llvm-mca/X86/Haswell/resources-x87.s | 172 ++--- test/tools/llvm-mca/X86/SLM/resources-x87.s | 172 ++--- .../tools/llvm-mca/X86/SandyBridge/resources-x87.s | 172 ++--- .../llvm-mca/X86/SkylakeClient/resources-x87.s | 172 ++--- .../llvm-mca/X86/SkylakeServer/resources-x87.s | 172 ++--- test/tools/llvm-mca/X86/Znver1/resources-x87.s | 172 ++--- utils/TableGen/X86RecognizableInstr.cpp | 2 + 58 files changed, 2175 insertions(+), 1995 deletions(-) create mode 100644 test/CodeGen/AArch64/cmpxchg-lse-even-regs.ll create mode 100644 test/CodeGen/AArch64/seqpaircopy.mir create mode 100644 test/CodeGen/X86/inline-asm-default-clobbers.ll create mode 100644 test/CodeGen/X86/pr40529.ll