This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 27c5a778dfe2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
new 8a104f8b5867 Code of Conduct: Let's revamp it.
new 7876320f8880 Linux 4.19-rc4
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:
Documentation/process/code-of-conduct.rst | 81 ++++++++++++++++++++++++++++++
Documentation/process/code-of-conflict.rst | 28 -----------
Documentation/process/index.rst | 2 +-
Makefile | 2 +-
4 files changed, 83 insertions(+), 30 deletions(-)
create mode 100644 Documentation/process/code-of-conduct.rst
delete mode 100644 Documentation/process/code-of-conflict.rst
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9d4952d6a51 [DAGCombiner] try to convert pow(x, 1/3) to cbrt(x)
new 3b44c2befcd [X86][AVX] Enable ISD::SRL -> ISD::MULHU for v16i16
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/X86ISelLowering.cpp | 4 +--
test/CodeGen/X86/vector-shift-lshr-256.ll | 47 ++++++++++---------------------
test/CodeGen/X86/vector-shift-lshr-512.ll | 14 ++++-----
3 files changed, 23 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 34dfc5230e4 [x86] fix uses check in broadcast transform (PR38949)
new 9d4952d6a51 [DAGCombiner] try to convert pow(x, 1/3) to cbrt(x)
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:
include/llvm/CodeGen/ISDOpcodes.h | 7 +---
include/llvm/IR/RuntimeLibcalls.def | 5 +++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 29 +++++++++++++-
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 5 +++
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 +
lib/CodeGen/TargetLoweringBase.cpp | 1 +
test/CodeGen/X86/pow.ll | 50 +++++++++++++++++++++++--
7 files changed, 88 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 94c8b7253a Remove CPYCHECKER_RETURNS_BORROWED_REF
new 808325d203 S12Z: Set the source mask value of all howtos to zero.
new e6d9d92855 S12Z: Remove diagnostic printf statement.
new 19f1fffecd S12Z: LD: Rename z12s.exp --> s12z.exp
new 57d5aa265f Don't emit data_section_size when -r is specified
new 43276309de S12Z Add tests for relocs.
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:
bfd/elf32-s12z.c | 10 ++++------
ld/scripttempl/elfm9s12z.sc | 2 +-
ld/testsuite/ld-s12z/reloc-ext18-1.d | 11 +++++++++++
ld/testsuite/ld-s12z/reloc-ext18-2.d | 11 +++++++++++
ld/testsuite/ld-s12z/reloc-ext18.d | 11 +++++++++++
ld/testsuite/ld-s12z/reloc-ext18.s | 11 +++++++++++
ld/testsuite/ld-s12z/reloc-ext24.d | 15 +++++++++++++++
ld/testsuite/ld-s12z/reloc-ext24.s | 12 ++++++++++++
ld/testsuite/ld-s12z/reloc-ext32.d | 8 ++++++++
ld/testsuite/ld-s12z/reloc-ext32.s | 12 ++++++++++++
ld/testsuite/ld-s12z/reloc-opr.d | 15 +++++++++++++++
ld/testsuite/ld-s12z/reloc-opr.s | 8 ++++++++
ld/testsuite/ld-s12z/reloc-pc-rel-7-15.d | 12 ++++++++++++
ld/testsuite/ld-s12z/reloc-pc-rel-7-15.s | 11 +++++++++++
ld/testsuite/ld-s12z/{z12s.exp => s12z.exp} | 0
15 files changed, 142 insertions(+), 7 deletions(-)
create mode 100644 ld/testsuite/ld-s12z/reloc-ext18-1.d
create mode 100644 ld/testsuite/ld-s12z/reloc-ext18-2.d
create mode 100644 ld/testsuite/ld-s12z/reloc-ext18.d
create mode 100644 ld/testsuite/ld-s12z/reloc-ext18.s
create mode 100644 ld/testsuite/ld-s12z/reloc-ext24.d
create mode 100644 ld/testsuite/ld-s12z/reloc-ext24.s
create mode 100644 ld/testsuite/ld-s12z/reloc-ext32.d
create mode 100644 ld/testsuite/ld-s12z/reloc-ext32.s
create mode 100644 ld/testsuite/ld-s12z/reloc-opr.d
create mode 100644 ld/testsuite/ld-s12z/reloc-opr.s
create mode 100644 ld/testsuite/ld-s12z/reloc-pc-rel-7-15.d
create mode 100644 ld/testsuite/ld-s12z/reloc-pc-rel-7-15.s
rename ld/testsuite/ld-s12z/{z12s.exp => s12z.exp} (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f9864b85c4c [x86] add failure to splat test (PR38949); NFC
new 34dfc5230e4 [x86] fix uses check in broadcast transform (PR38949)
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/X86ISelLowering.cpp | 7 +++----
test/CodeGen/X86/avx-vbroadcastf128.ll | 6 ++----
2 files changed, 5 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/wig
in repository binutils-gdb.
discards d4b4b51ced x86: Set Vex=1 on VEX.128 only vmovd and vmovq
new a61d374973 x86: Set Vex=1 on VEX.128 only vmovd and vmovq
new 22e011c3e3 x86: Set EVex=2 on EVEX.128 only vmovd and vmovq
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d4b4b51ced)
\
N -- N -- N refs/heads/users/hjl/wig (22e011c3e3)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
.../gas/i386/{avx-scalar2.d => avx-scalar-2.d} | 0
.../gas/i386/{avx-scalar2.s => avx-scalar-2.s} | 0
gas/testsuite/gas/i386/evex-lig-2.d | 18 ++++++++++
gas/testsuite/gas/i386/evex-lig-2.s | 14 ++++++++
gas/testsuite/gas/i386/i386.exp | 6 ++--
...{x86-64-avx-scalar2.d => x86-64-avx-scalar-2.d} | 0
...{x86-64-avx-scalar2.s => x86-64-avx-scalar-2.s} | 0
gas/testsuite/gas/i386/x86-64-evex-lig-2.d | 20 +++++++++++
gas/testsuite/gas/i386/x86-64-evex-lig-2.s | 15 ++++++++
opcodes/i386-dis-evex.h | 30 +++++++++++++---
opcodes/i386-dis.c | 41 +++++++++++++++++++++-
opcodes/i386-opc.tbl | 8 ++---
opcodes/i386-tbl.h | 8 ++---
13 files changed, 145 insertions(+), 15 deletions(-)
rename gas/testsuite/gas/i386/{avx-scalar2.d => avx-scalar-2.d} (100%)
rename gas/testsuite/gas/i386/{avx-scalar2.s => avx-scalar-2.s} (100%)
create mode 100644 gas/testsuite/gas/i386/evex-lig-2.d
create mode 100644 gas/testsuite/gas/i386/evex-lig-2.s
rename gas/testsuite/gas/i386/{x86-64-avx-scalar2.d => x86-64-avx-scalar-2.d} (100%)
rename gas/testsuite/gas/i386/{x86-64-avx-scalar2.s => x86-64-avx-scalar-2.s} (100%)
create mode 100644 gas/testsuite/gas/i386/x86-64-evex-lig-2.d
create mode 100644 gas/testsuite/gas/i386/x86-64-evex-lig-2.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ef63e2ef4e3 [NFC][InstCombine] One more test pattern for comparisons wi [...]
new f9864b85c4c [x86] add failure to splat test (PR38949); NFC
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:
test/CodeGen/X86/avx-vbroadcastf128.ll | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/wig
in repository binutils-gdb.
from ac33521c13 x86: Update -mvexwig=1 tests
new d4b4b51ced x86: Set Vex=1 on VEX.128 only vmovd and vmovq
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:
gas/testsuite/gas/i386/avx-scalar-intel.d | 39 ------------
gas/testsuite/gas/i386/avx-scalar.d | 39 ------------
gas/testsuite/gas/i386/avx-scalar.s | 55 -----------------
gas/testsuite/gas/i386/avx-scalar2.d | 24 ++++++++
gas/testsuite/gas/i386/avx-scalar2.s | 22 +++++++
gas/testsuite/gas/i386/i386.exp | 2 +
gas/testsuite/gas/i386/x86-64-avx-scalar-intel.d | 65 +-------------------
gas/testsuite/gas/i386/x86-64-avx-scalar.d | 65 +-------------------
gas/testsuite/gas/i386/x86-64-avx-scalar.s | 77 ------------------------
gas/testsuite/gas/i386/x86-64-avx-scalar2.d | 32 ++++++++++
gas/testsuite/gas/i386/x86-64-avx-scalar2.s | 31 ++++++++++
opcodes/i386-dis.c | 2 -
opcodes/i386-opc.tbl | 16 ++---
opcodes/i386-tbl.h | 16 ++---
14 files changed, 131 insertions(+), 354 deletions(-)
create mode 100644 gas/testsuite/gas/i386/avx-scalar2.d
create mode 100644 gas/testsuite/gas/i386/avx-scalar2.s
create mode 100644 gas/testsuite/gas/i386/x86-64-avx-scalar2.d
create mode 100644 gas/testsuite/gas/i386/x86-64-avx-scalar2.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 8743a9cdd2 Add more methods to gdb.Progspace
new 3c7aa30778 Change pspace_to_pspace_object to return a new reference
new 0a9db5ad8a Change objfile_to_objfile_object to return a new reference
new db1337cc83 Change thread_to_thread_object to return a new reference
new 94c8b7253a Remove CPYCHECKER_RETURNS_BORROWED_REF
The 4 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:
gdb/ChangeLog | 56 +++++++++++++++++++++++++++++++++++++++++
gdb/python/py-continueevent.c | 5 ++--
gdb/python/py-event.h | 5 ++--
gdb/python/py-inferior.c | 50 ++++++++++++++++--------------------
gdb/python/py-infthread.c | 10 +-------
gdb/python/py-newobjfileevent.c | 20 ++++++---------
gdb/python/py-objfile.c | 50 +++++++++++++-----------------------
gdb/python/py-prettyprint.c | 12 ++++-----
gdb/python/py-progspace.c | 34 +++++++++++++------------
gdb/python/py-stopevent.c | 4 +--
gdb/python/py-symtab.c | 5 +---
gdb/python/py-threadevent.c | 8 +++---
gdb/python/py-xmethods.c | 11 ++++----
gdb/python/python-internal.h | 20 +++++----------
gdb/python/python.c | 11 +++-----
15 files changed, 156 insertions(+), 145 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2d59e217ef3 Fix -Wdangling-else gcc warning. NFCI.
new ef63e2ef4e3 [NFC][InstCombine] One more test pattern for comparisons wi [...]
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:
...ize-low-bit-mask-v4-and-icmp-eq-to-icmp-ule.ll} | 138 ++++++++-------------
...ize-low-bit-mask-v4-and-icmp-ne-to-icmp-ugt.ll} | 138 ++++++++-------------
2 files changed, 102 insertions(+), 174 deletions(-)
copy test/Transforms/InstCombine/{canonicalize-low-bit-mask-v3-and-icmp-eq-to-icmp [...]
copy test/Transforms/InstCombine/{canonicalize-low-bit-mask-v3-and-icmp-ne-to-icmp [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.