This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 240f5828090 [X86] Lower ISD::UADDO to use the Z flag instead of C flag [...] new 09007689382 [X86] Print %st(0) as %st to match what gcc inline asm uses [...]
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: lib/Target/X86/AsmParser/X86AsmParser.cpp | 3 +- lib/Target/X86/X86InstrFPStack.td | 28 +- lib/Target/X86/X86InstrInfo.td | 16 +- lib/Target/X86/X86RegisterInfo.td | 2 +- test/CodeGen/X86/2007-09-27-LDIntrinsics.ll | 2 +- test/CodeGen/X86/avx512-regcall-NoMask.ll | 18 +- test/CodeGen/X86/fcmove.ll | 2 +- test/CodeGen/X86/finite-libcalls.ll | 6 +- test/CodeGen/X86/fmf-flags.ll | 2 +- test/CodeGen/X86/fp-cvt.ll | 12 +- test/CodeGen/X86/fp128-cast.ll | 2 +- test/CodeGen/X86/inline-asm-fpstack.ll | 76 ++-- test/CodeGen/X86/pr13577.ll | 2 +- test/CodeGen/X86/pr33349.ll | 20 +- test/CodeGen/X86/pr34080.ll | 12 +- test/CodeGen/X86/pr34177.ll | 18 +- test/CodeGen/X86/scalar-fp-to-i64.ll | 36 +- test/CodeGen/X86/select.ll | 38 +- test/CodeGen/X86/sibcall.ll | 4 +- test/CodeGen/X86/x87-schedule.ll | 396 ++++++++++----------- test/MC/Disassembler/X86/fp-stack.txt | 276 +++++++------- test/MC/Disassembler/X86/x86-16.txt | 12 +- test/MC/X86/PPRO-32.s | 32 +- test/MC/X86/PPRO-64.s | 32 +- test/MC/X86/X87-32.s | 24 +- test/MC/X86/X87-64.s | 24 +- test/MC/X86/intel-syntax.s | 66 ++-- test/MC/X86/x86-16.s | 24 +- test/MC/X86/x86-32-coverage.s | 16 +- test/MC/X86/x86-32.s | 24 +- test/MC/X86/x86-64.s | 108 +++--- test/tools/llvm-mca/X86/Atom/resources-x87.s | 108 +++--- test/tools/llvm-mca/X86/BdVer2/resources-x87.s | 108 +++--- test/tools/llvm-mca/X86/Broadwell/resources-x87.s | 108 +++--- test/tools/llvm-mca/X86/BtVer2/resources-x87.s | 108 +++--- test/tools/llvm-mca/X86/Generic/resources-x87.s | 108 +++--- test/tools/llvm-mca/X86/Haswell/resources-x87.s | 108 +++--- test/tools/llvm-mca/X86/SLM/resources-x87.s | 108 +++--- .../tools/llvm-mca/X86/SandyBridge/resources-x87.s | 108 +++--- .../llvm-mca/X86/SkylakeClient/resources-x87.s | 108 +++--- .../llvm-mca/X86/SkylakeServer/resources-x87.s | 108 +++--- test/tools/llvm-mca/X86/Znver1/resources-x87.s | 108 +++--- 42 files changed, 1255 insertions(+), 1266 deletions(-)