This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 21233a7d673 tests: loosen restriction new b9225559092 Revert r352985 "[X86] Print %st(0) as %st to match what gcc [...] new 7b41f567a7c [X86] Regenerate test to drop 'End function' comments some [...] new 7425230ea1d [X86] Print %st(0) as %st when its implicit to the instruct [...]
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: 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/X86InstrFPStack.td | 46 +++++------ lib/Target/X86/X86InstrInfo.td | 14 ++-- lib/Target/X86/X86RegisterInfo.td | 3 + test/CodeGen/X86/2007-09-27-LDIntrinsics.ll | 2 +- test/CodeGen/X86/avx512-regcall-NoMask.ll | 18 ++--- test/CodeGen/X86/finite-libcalls.ll | 6 +- test/CodeGen/X86/fmf-flags.ll | 2 +- test/CodeGen/X86/fp-cvt.ll | 4 +- test/CodeGen/X86/fp128-cast.ll | 2 +- test/CodeGen/X86/inline-asm-fpstack.ll | 30 ++++---- test/CodeGen/X86/pr33349.ll | 4 +- test/CodeGen/X86/pr34080.ll | 4 +- test/CodeGen/X86/pr34177.ll | 10 +-- test/CodeGen/X86/scalar-fp-to-i64.ll | 12 +-- test/CodeGen/X86/select.ll | 30 ++++---- test/CodeGen/X86/sibcall.ll | 4 +- test/CodeGen/X86/x87-schedule.ll | 88 +++++++++++----------- test/MC/Disassembler/X86/fp-stack.txt | 80 ++++++++++---------- test/MC/Disassembler/X86/x86-16.txt | 12 +-- test/MC/X86/intel-syntax.s | 52 ++++++------- test/MC/X86/x86-16.s | 24 +++--- test/MC/X86/x86-32.s | 24 +++--- test/MC/X86/x86-64.s | 6 +- test/tools/llvm-mca/X86/Atom/resources-x87.s | 24 +++--- test/tools/llvm-mca/X86/BdVer2/resources-x87.s | 24 +++--- test/tools/llvm-mca/X86/Broadwell/resources-x87.s | 24 +++--- test/tools/llvm-mca/X86/BtVer2/resources-x87.s | 24 +++--- test/tools/llvm-mca/X86/Generic/resources-x87.s | 24 +++--- test/tools/llvm-mca/X86/Haswell/resources-x87.s | 24 +++--- test/tools/llvm-mca/X86/SLM/resources-x87.s | 24 +++--- .../tools/llvm-mca/X86/SandyBridge/resources-x87.s | 24 +++--- .../llvm-mca/X86/SkylakeClient/resources-x87.s | 24 +++--- .../llvm-mca/X86/SkylakeServer/resources-x87.s | 24 +++--- test/tools/llvm-mca/X86/Znver1/resources-x87.s | 24 +++--- utils/TableGen/X86RecognizableInstr.cpp | 2 + 39 files changed, 398 insertions(+), 369 deletions(-)