This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_32-branch
in repository binutils-gdb.
from baae91b997 Automatic date update in version.in
new 4acb0da14e Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 43f3f953950 [GN] Generation failure caused by trailing space in file name
new 1cef718e0f1 [X86] Turn v16i16->v16i8 truncate+store into a any_extend+t [...]
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 | 15 ++++++++++++++-
lib/Target/X86/X86InstrAVX512.td | 2 --
test/CodeGen/X86/shuffle-vs-trunc-512-widen.ll | 6 ++----
test/CodeGen/X86/shuffle-vs-trunc-512.ll | 6 ++----
test/CodeGen/X86/vector-trunc-widen.ll | 4 ++--
test/CodeGen/X86/vector-trunc.ll | 4 ++--
6 files changed, 22 insertions(+), 15 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 5fae5e00b26 Fix typo in comment; NFC
new 43f3f953950 [GN] Generation failure caused by trailing space in file name
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:
utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 dde7bb08a3a [Darwin, PPC, testsuite] Fix builtins-2 for Darwin.
new 37188bf927b compiler: add go_debug and use it for debug messages
new 37423a84ea7 compiler: edit error messages to avoid -Wformat-diag warnings
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:
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/ast-dump.cc | 3 +-
gcc/go/gofrontend/escape.cc | 198 +++++++++++++++++------------------
gcc/go/gofrontend/expressions.cc | 22 ++--
gcc/go/gofrontend/go-diagnostics.cc | 22 ++++
gcc/go/gofrontend/go-diagnostics.h | 12 +++
gcc/go/gofrontend/go.cc | 2 +-
gcc/go/gofrontend/gogo.cc | 8 +-
gcc/go/gofrontend/import-archive.cc | 8 +-
gcc/go/gofrontend/import.cc | 4 +-
gcc/go/gofrontend/lex.cc | 2 +-
gcc/go/gofrontend/parse.cc | 22 ++--
gcc/go/gofrontend/statements.cc | 6 +-
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/go.test/test/blank1.go | 6 +-
15 files changed, 181 insertions(+), 140 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 libcxx.
from 90cd963b3 Apply new meta-programming traits throughout the library.
new 20f2ecc86 Use C++11 implementation of unique_ptr in C++03.
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/memory | 208 +++++----------------
.../unique.ptr.ctor/pointer_deleter.fail.cpp | 4 -
2 files changed, 51 insertions(+), 161 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 38aee7051d5 [Darwin, PPC, testsuite] Fix pr80125 testcase for Darwin.
new dde7bb08a3a [Darwin, PPC, testsuite] Fix builtins-2 for Darwin.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/powerpc/builtins-2.c | 1 +
2 files changed, 5 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 libcxx.
from cfab3381d Disable test by default
new 90cd963b3 Apply new meta-programming traits throughout the library.
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/__tuple | 2 +-
include/cmath | 2 +-
include/functional | 6 +-
include/math.h | 74 +++++------
include/optional | 101 +++++++-------
include/tuple | 52 ++++----
include/type_traits | 145 ++++++---------------
.../libcxx/type_traits/lazy_metafunctions.pass.cpp | 58 ++++-----
8 files changed, 179 insertions(+), 261 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 945b65b2654 [Darwin, PPC, testsuite] Fix builtins-1 testcase for Darwin.
new 38aee7051d5 [Darwin, PPC, testsuite] Fix pr80125 testcase for Darwin.
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr80125.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
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 94fd688b9d9 [Darwin, PPC] Handle GCC target pragma.
new 945b65b2654 [Darwin, PPC, testsuite] Fix builtins-1 testcase for Darwin.
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/builtins-1.c | 8 ++++----
2 files changed, 9 insertions(+), 4 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 e4f48d22eb7 [Darwin, PPC] Emit uppercase versions of ppc defines.
new 94fd688b9d9 [Darwin, PPC] Handle GCC target pragma.
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 | 4 ++++
gcc/config/rs6000/darwin.h | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.