This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 18c82e623e0 [Intrinsic] Unsigned Fixed Point Multiplication Intrinsic new 20d8d429313 [WebAssembly] Remove redundant namespaces qualifiers. NFC. new b5d50917cab [X86] Print all register forms of x87 fadd/fsub/fdiv/fmul a [...] new 96488ce2b07 [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_
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: include/llvm/BinaryFormat/Wasm.h | 10 +- include/llvm/BinaryFormat/WasmRelocs.def | 22 +-- include/llvm/Object/RelocVisitor.h | 22 +-- lib/MC/WasmObjectWriter.cpp | 68 ++++---- lib/Object/WasmObjectFile.cpp | 32 ++-- .../MCTargetDesc/WebAssemblyWasmObjectWriter.cpp | 22 +-- lib/Target/X86/X86InstrFPStack.td | 34 ++-- lib/Target/X86/X86InstrInfo.td | 52 +++--- test/CodeGen/X86/and-su.ll | 2 +- test/CodeGen/X86/fmf-flags.ll | 4 +- test/CodeGen/X86/inline-asm-fpstack.ll | 6 +- test/CodeGen/X86/pr34080.ll | 8 +- test/CodeGen/X86/sincos-opt.ll | 4 +- test/MC/Disassembler/X86/fp-stack.txt | 192 ++++++++++----------- test/MC/Disassembler/X86/x86-16.txt | 4 +- test/MC/WebAssembly/assembler-binary.ll | 2 +- test/MC/WebAssembly/comdat.ll | 2 +- test/MC/WebAssembly/debug-info.ll | 36 ++-- test/MC/WebAssembly/event-section.ll | 4 +- test/MC/WebAssembly/external-data.ll | 2 +- test/MC/WebAssembly/external-func-address.ll | 2 +- test/MC/WebAssembly/func-address.ll | 8 +- test/MC/WebAssembly/global-ctor-dtor.ll | 16 +- test/MC/WebAssembly/reloc-code.ll | 12 +- test/MC/WebAssembly/reloc-data.ll | 10 +- test/MC/WebAssembly/stack-ptr.ll | 2 +- test/MC/WebAssembly/unnamed-data.ll | 4 +- test/MC/WebAssembly/weak-alias.ll | 16 +- test/MC/X86/X87-32.s | 24 +-- test/MC/X86/X87-64.s | 22 +-- test/MC/X86/intel-syntax-2.s | 12 +- test/MC/X86/intel-syntax.s | 84 ++++----- test/MC/X86/x86-16.s | 4 +- test/MC/X86/x86-32-coverage.s | 22 +-- test/MC/X86/x86-32.s | 2 +- test/MC/X86/x86-64.s | 66 +++---- test/Object/objdump-relocations.test | 8 +- test/ObjectYAML/wasm/code_section.yaml | 8 +- test/ObjectYAML/wasm/data_section.yaml | 8 +- test/ObjectYAML/wasm/event_section.yaml | 4 +- test/tools/llvm-mca/X86/Atom/resources-x87.s | 88 +++++----- test/tools/llvm-mca/X86/BdVer2/resources-x87.s | 88 +++++----- test/tools/llvm-mca/X86/Broadwell/resources-x87.s | 88 +++++----- test/tools/llvm-mca/X86/BtVer2/resources-x87.s | 88 +++++----- test/tools/llvm-mca/X86/Generic/resources-x87.s | 88 +++++----- test/tools/llvm-mca/X86/Haswell/resources-x87.s | 88 +++++----- test/tools/llvm-mca/X86/SLM/resources-x87.s | 88 +++++----- .../tools/llvm-mca/X86/SandyBridge/resources-x87.s | 88 +++++----- .../llvm-mca/X86/SkylakeClient/resources-x87.s | 88 +++++----- .../llvm-mca/X86/SkylakeServer/resources-x87.s | 88 +++++----- test/tools/llvm-mca/X86/Znver1/resources-x87.s | 88 +++++----- .../llvm-objdump/WebAssembly/relocations.test | 4 +- test/tools/llvm-readobj/relocations.test | 8 +- tools/llvm-objdump/WasmDump.cpp | 2 +- tools/llvm-readobj/WasmDumper.cpp | 10 +- tools/yaml2obj/yaml2wasm.cpp | 10 +- 56 files changed, 933 insertions(+), 931 deletions(-)