This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 71607099bc [OpenMP] Add support for auxiliary triple specification
new 9959fc27fd [OpenMP] Pass -fopenmp-is-device to preprocessing and machin [...]
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/Driver/ToolChains/Clang.cpp | 8 +++++---
test/Driver/openmp-offload.c | 10 ++++++++++
2 files changed, 15 insertions(+), 3 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 clang.
from c416cf246d Fix NSAPI constants to reflect the current state of NSString [...]
new 71607099bc [OpenMP] Add support for auxiliary triple specification
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/Driver/ToolChains/Clang.cpp | 17 +++++++++++
lib/Frontend/CompilerInstance.cpp | 5 ++--
lib/Frontend/CompilerInvocation.cpp | 4 +++
lib/Frontend/InitPreprocessor.cpp | 2 +-
test/Driver/openmp-offload.c | 56 ++++++++++++++++++-------------------
5 files changed, 53 insertions(+), 31 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/cet/property
in repository glibc.
from ac1d93f9b5 i386: Add _dl_runtime_resolve_shstk [BZ #21598]
new bf59d6e2cb Fix x86: Add <sys/cet.h> to support Intel CET
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:
sysdeps/unix/sysv/linux/x86/link_map.h | 4 +---
sysdeps/x86/libc-start.c | 1 -
2 files changed, 1 insertion(+), 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 b56115acaa9 PR c++/81164 - ICE with invalid inherited constructor.
new ee9f1372925 gcc/ChangeLog:
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 | 32 +++
gcc/config/rs6000/altivec.h | 8 +
gcc/config/rs6000/rs6000-builtin.def | 23 +++
gcc/config/rs6000/rs6000-c.c | 23 +++
gcc/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 29 +++
gcc/config/rs6000/vsx.md | 194 +++++++++++++++++
gcc/doc/extend.texi | 14 ++
gcc/testsuite/ChangeLog | 8 +
.../gcc.target/powerpc/builtins-3-runnable.c | 229 +++++++++++++++++++--
10 files changed, 542 insertions(+), 19 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 7da758eea17 misc/cgo/testcarchive: fix test to work for gccgo
new b56115acaa9 PR c++/81164 - ICE with invalid inherited constructor.
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/cp/ChangeLog | 6 ++++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/name-lookup.c | 3 +--
gcc/cp/search.c | 22 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/inh-ctor28.C | 7 +++++++
5 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor28.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 lldb.
from d5a8515fa Android.rules: build x86 tests with -mstackrealign
new ee16e2501 Fix Mac build for the Timer move
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:
source/Host/macosx/Symbols.cpp | 2 +-
source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp | 2 +-
2 files changed, 2 insertions(+), 2 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 2e74f9dd8a [ARC] Use FOR_EACH_DISASSEMBLER_OPTION to iterate over options
new 195bcdd518 Remove old stale expression_completer hack
new eb17d4137d Expression completer should not match explicit location options
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:
gdb/ChangeLog | 10 ++++++++++
gdb/completer.c | 10 +---------
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.base/printcmds.exp | 6 ++++++
4 files changed, 21 insertions(+), 9 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/cet/property
in repository glibc.
discards 26043c4897 tab
discards 8fd94904c3 Another fix
discards c12f8de811 libc_cv_x86_cet_cflags
discards 0bd2f09c4e i386: Add _dl_runtime_resolve_shstk [BZ #21598]
discards 20e7c874d1 x86: Add <sys/cet.h> to support Intel CET
discards 1dad1cd9f6 x86: Add IBT/SHSTK bits to cpu-features
discards e3acbc1567 Add NT_GNU_PROPERTY_TYPE_0 macros
discards a916033bb4 Add private_function for private functions within glibc
adds ccfb296472 posix: Improve default posix_spawn implementation
adds 84d8c5bc8b vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-type
new 9bfb3fa81c Add private_function for private functions within glibc
new 6b608cf43e Add NT_GNU_PROPERTY_TYPE_0 macros
new b41e164179 x86: Add IBT/SHSTK bits to cpu-features
new f73cda1a1a x86: Add <sys/cet.h> to support Intel CET
new ac1d93f9b5 i386: Add _dl_runtime_resolve_shstk [BZ #21598]
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 (26043c4897)
\
N -- N -- N refs/heads/hjl/cet/property (ac1d93f9b5)
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 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:
ChangeLog | 12 +
stdio-common/Makefile | 1 +
stdio-common/tst-vfprintf-user-type.c | 11 +-
sysdeps/posix/spawni.c | 362 ++++++++++++-------------
sysdeps/unix/sysv/linux/i386/dl-cet.c | 2 +-
sysdeps/unix/sysv/linux/x86/Makefile | 4 +-
sysdeps/unix/sysv/linux/x86/configure | 39 ++-
sysdeps/unix/sysv/linux/x86/configure.ac | 24 +-
sysdeps/unix/sysv/linux/x86/dl-cet-nonshared.c | 2 +-
sysdeps/unix/sysv/linux/x86/dl-cet.c | 2 +-
10 files changed, 255 insertions(+), 204 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 842e108c599 * cp-tree.h (THIS_NAME, IN_CHARGE_NAME, VTBL_PTR_TYPE, VT [...]
new 460b0d45f15 gcc/testsuite/ChangeLog:
new 08299f51748 cmd/go: fix -buildmode={c-archive,c-shared,pie} for gccgo
new 7da758eea17 misc/cgo/testcarchive: fix test to work for gccgo
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:
gcc/go/gofrontend/MERGE | 2 +-
gcc/testsuite/ChangeLog | 5 ++
.../powerpc/builtins-3-vec_reve-runnable.c | 4 +-
libgo/go/cmd/go/build.go | 38 ++++++++-----
libgo/misc/cgo/testcarchive/carchive_test.go | 65 +++++++++++++++++++---
libgo/misc/cgo/testcarchive/main_unix.c | 8 ++-
6 files changed, 95 insertions(+), 27 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 ccfb296472 posix: Improve default posix_spawn implementation
new 84d8c5bc8b vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-type
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 | 7 +++++++
stdio-common/Makefile | 1 +
stdio-common/tst-vfprintf-user-type.c | 11 +++++++----
3 files changed, 15 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.