This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6103480c5d8 runtime: don't assume that _ = *s will panic if s is nil
new 583af268abd * profile-count.h (apply_probability, apply_scale, probab [...]
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/profile-count.h | 19 ++++++++++---------
2 files changed, 15 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 master
in repository gcc.
from 1163d33351b runtime: rename _defer struct _panic field to panicStack
new 6348b51714d runtime: avoid write barriers when calling deferred function
new 6e033bf7761 Support $SYSROOT for = in -I etc.
new 2386202283c runtime: change some stack fields to uintptr
new 6103480c5d8 runtime: don't assume that _ = *s will panic if s is nil
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:
gcc/ChangeLog | 5 +++++
gcc/doc/cppdiropts.texi | 5 +++--
gcc/go/gofrontend/MERGE | 2 +-
gcc/incpath.c | 13 ++++++++++---
libgo/go/runtime/panic.go | 8 ++++----
libgo/go/runtime/proc.go | 8 ++++----
libgo/go/runtime/runtime2.go | 6 +++---
libgo/go/runtime/testdata/testprog/crash.go | 5 +++--
libgo/go/runtime/testdata/testprogcgo/crash.go | 5 +++--
libgo/runtime/proc.c | 26 ++++++++++++++------------
libgo/runtime/stack.c | 14 +++++++-------
11 files changed, 57 insertions(+), 40 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 b30ff123fb Regenerate two regformats/i386/.dat files
new d7dcbefc72 Remove an instance of MAX_REGISTER_SIZE from record-full.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 | 4 ++++
gdb/record-full.c | 7 ++++---
2 files changed, 8 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 gcc.
from 11e14e4b49c PR libstdc++/81173 fix undefined memset with null pointer
new 087c6ca76dd runtime: build testprogcgo with -pthread
new 69c86fb5ede runtime: don't build test files that use SetCgoTracebac [...]
new 3f63eac3f6b runtime: adjust tests for gofrontend
new 1163d33351b runtime: rename _defer struct _panic field to panicStack
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:
gcc/go/gofrontend/MERGE | 2 +-
libgo/go/runtime/crash_cgo_test.go | 12 ++++++++++++
libgo/go/runtime/crash_test.go | 18 ++++++++++++++++--
libgo/go/runtime/crash_unix_test.go | 2 +-
libgo/go/runtime/panic.go | 18 +++++++++---------
libgo/go/runtime/runtime2.go | 2 +-
libgo/go/runtime/testdata/testprogcgo/callback.go | 3 +++
libgo/go/runtime/testdata/testprogcgo/pprof.go | 2 ++
libgo/go/runtime/testdata/testprogcgo/raceprof.go | 1 +
libgo/go/runtime/testdata/testprogcgo/threadpprof.go | 1 +
libgo/go/runtime/testdata/testprogcgo/traceback.go | 2 ++
libgo/go/runtime/testdata/testprogcgo/tracebackctxt.go | 2 ++
.../go/runtime/testdata/testprogcgo/tracebackctxt_c.c | 2 ++
13 files changed, 53 insertions(+), 14 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 fc01a4a7c8b [Support] Fix return type deduction in RetryAfterSignal
new 7e5eff00e0c [Hexagon] Recognize potential offset overflow for store-imm [...]
new 2dfb7e4fe8b Revert "[Support] Add RetryAfterSignal helper function" and [...]
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:
include/llvm/Support/Errno.h | 13 ---
lib/Support/MemoryBuffer.cpp | 13 ++-
lib/Support/Unix/Path.inc | 12 +-
lib/Support/Unix/Process.inc | 12 +-
lib/Target/Hexagon/HexagonFrameLowering.cpp | 43 +++++++-
test/CodeGen/Hexagon/store-imm-large-stack.ll | 151 ++++++++++++++++++++++++++
unittests/Support/CMakeLists.txt | 1 -
unittests/Support/ErrnoTest.cpp | 38 -------
8 files changed, 215 insertions(+), 68 deletions(-)
create mode 100644 test/CodeGen/Hexagon/store-imm-large-stack.ll
delete mode 100644 unittests/Support/ErrnoTest.cpp
--
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 c07fcd5ef1b 2016-06-22 Richard Biener <rguenther(a)suse.de>
new 11e14e4b49c PR libstdc++/81173 fix undefined memset with null pointer
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/include/bits/stl_bvector.h | 29 +++++++++++++++--------------
2 files changed, 21 insertions(+), 14 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 0a47d031e4 _nl_load_domain: Use calloc instead of alloca
new f768b45020 inet: __inet6_scopeid_pton should accept node-local addresse [...]
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 +++++++
inet/inet6_scopeid_pton.c | 1 +
inet/tst-inet6_scopeid_pton.c | 2 +-
3 files changed, 9 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 llvm.
from fb1808c2544 [Solaris] replace Solaris.h hack with a set of better hacks
new fc01a4a7c8b [Support] Fix return type deduction in RetryAfterSignal
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/Support/Errno.h | 10 +++++-----
unittests/Support/ErrnoTest.cpp | 5 +++++
2 files changed, 10 insertions(+), 5 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 7cbb839d2be Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST r [...]
new 841b888a685 [Testing/Support] Remove the const_cast in TakeExpected
new fb1808c2544 [Solaris] replace Solaris.h hack with a set of better hacks
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:
CMakeLists.txt | 3 ++-
include/llvm/Support/Host.h | 10 ++++++++++
.../llvm/Support/{Solaris.h => Solaris/sys/regset.h} | 20 +++++---------------
include/llvm/Testing/Support/Error.h | 4 ++--
include/llvm/module.modulemap | 3 ---
5 files changed, 19 insertions(+), 21 deletions(-)
rename include/llvm/Support/{Solaris.h => Solaris/sys/regset.h} (52%)
--
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 fb3b0f3ebe Add <sys/cet.h>
new 0e00807cc4 Add --enable-cet to configure and <sys/cet.h>
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 (fb3b0f3ebe)
\
N -- N -- N refs/heads/hjl/cet/property (0e00807cc4)
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 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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.