This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d73320c5ab5 Always check for target i?86 and x86_64
new fc975281410 [Patch AArch64 obvious] Rearrange the processors in aarch64 [...]
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:
gcc/ChangeLog | 6 ++++++
gcc/config/aarch64/aarch64-cores.def | 24 +++++++++++++-----------
gcc/config/aarch64/aarch64-tune.md | 2 +-
3 files changed, 20 insertions(+), 12 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 hjl/memcmp/avx2
in repository glibc.
at 9c933ed098 Add first_vec_ptest
This branch includes the following new commits:
new e50d7a7e9f Add memcmp-avx2-movbe-new.S
new 9c933ed098 Add first_vec_ptest
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.
--
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 glibc.
from d8cee557e2 Mention in NEWS that __(NO|USE)_STRING_INLINES don't do anyt [...]
new 4cedcaea8d Add powf bench tests
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:
ChangeLog | 5 +
benchtests/Makefile | 2 +-
benchtests/powf-inputs | 331 +++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 337 insertions(+), 1 deletion(-)
create mode 100644 benchtests/powf-inputs
--
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 75c554cf9c Adjust the order of 32bit-linux.xml and 32bit-sse.xml in i38 [...]
new 9a6c7d9c02 C++ify gdb/common/environ.c
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:
gdb/ChangeLog | 45 +++++++++
gdb/Makefile.in | 2 +
gdb/charset.c | 11 +--
gdb/common/environ.c | 202 +++++++++++++++-----------------------
gdb/common/environ.h | 70 +++++++++----
gdb/gdbserver/ChangeLog | 12 +++
gdb/gdbserver/linux-low.c | 2 +-
gdb/gdbserver/lynx-low.c | 2 +-
gdb/gdbserver/server.c | 9 +-
gdb/gdbserver/server.h | 6 +-
gdb/gdbserver/spu-low.c | 2 +-
gdb/infcmd.c | 28 +++---
gdb/inferior.c | 4 +-
gdb/inferior.h | 6 +-
gdb/mi/mi-cmd-env.c | 6 +-
gdb/solib.c | 7 +-
gdb/unittests/environ-selftests.c | 151 ++++++++++++++++++++++++++++
17 files changed, 376 insertions(+), 189 deletions(-)
create mode 100644 gdb/unittests/environ-selftests.c
--
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 a4b49d696a7 [globalisel][tablegen] Add support for COPY_TO_REGCLASS.
new 3e4188dc6c5 [InstCombine] try to canonicalize xor-of-icmps to and-of-icmps
new 031043b2430 [InstCombine] fix code/test comments for r305792; NFC
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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 24 ++++++++++++++++++++++
test/Transforms/InstCombine/set.ll | 22 ++++++++------------
2 files changed, 33 insertions(+), 13 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 gcc.
from c2403f36287 Prevent fix-it hints from affecting more than one line
new 3122d700714 2017-06-20 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 5 +++++
gcc/fold-const.c | 6 +++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/ubsan/pr81097.c | 12 ++++++++++++
4 files changed, 25 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr81097.c
--
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 35b14a7d5d6 Fix Wdocumentation warning
new a4b49d696a7 [globalisel][tablegen] Add support for COPY_TO_REGCLASS.
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 11 ++
include/llvm/CodeGen/GlobalISel/Utils.h | 15 ++-
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 12 +++
lib/CodeGen/GlobalISel/Utils.cpp | 28 +++--
test/CodeGen/AArch64/GlobalISel/select-bitcast.mir | 4 +-
test/TableGen/GlobalISelEmitter.td | 26 +++++
utils/TableGen/GlobalISelEmitter.cpp | 120 ++++++++++++++++-----
7 files changed, 179 insertions(+), 37 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 glibc.
from 09a596cc2c Remove bits/string.h.
new d8cee557e2 Mention in NEWS that __(NO|USE)_STRING_INLINES don't do anyt [...]
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:
NEWS | 4 ++++
1 file changed, 4 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 master
in repository llvm.
from 9210abe4ea2 [X86][SSE] Dropped old INSERT_VECTOR_ELT lowering TODO
new 35b14a7d5d6 Fix Wdocumentation warning
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/TableGen/Main.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.