This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/pr22393
in repository binutils-gdb.
discards 867cf7c85f x86-64: Add tests for -z textonly -z max-page-size=0x1000
discards 983c940c8e ld: Add tests for -z textonly and -z notextonly
discards 611c9f89e0 ld/ppc/spu: Also set expld.textseg.phase to exp_seg_none
discards c4f8600417 ld: Create a new LOAD segment for text-only LOAD segment
discards d6d9d7d077 ld: Add TEXT_SEGMENT_ALIGN/TEXT_SEGMENT_{RELRO_}END
discards 233e943ba4 ld: Add "-z textonly" option to ELF linker
new 10728c17a5 ld: Add "-z textonly" option to ELF linker
new e7528d0119 ld: Add TEXT_SEGMENT_ALIGN/TEXT_SEGMENT_{RELRO_}END
new cc2bcf6271 ld: Create a new LOAD segment for text-only LOAD segment
new ab0d66f33a ld/ppc/spu: Also set expld.textseg.phase to exp_seg_none
new 3eab3df181 ld: Add tests for -z textonly and -z notextonly
new 6a98c098b8 x86-64: Add tests for -z textonly -z max-page-size=0x1000
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 (867cf7c85f)
\
N -- N -- N refs/heads/users/hjl/pr22393 (6a98c098b8)
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 6 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:
ld/lexsup.c | 8 ++++----
1 file changed, 4 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 5fc3192fabe Implement LWG 2733 and LWG 2759
new 9273bda788a Adapt Solaris 12 references
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 | 9 +++++++++
gcc/config.gcc | 4 ++--
gcc/config/sol2.h | 4 ++--
gcc/configure | 2 +-
gcc/configure.ac | 2 +-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/torture/pr60092.c | 1 -
gcc/testsuite/lib/target-supports.exp | 4 ++--
libgcc/ChangeLog | 8 ++++++++
libgcc/config.host | 2 +-
libgcc/config/sol2/crtpg.c | 9 ++++-----
libgcc/configure | 2 +-
libgcc/configure.ac | 2 +-
libgo/configure | 4 ++--
14 files changed, 41 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 llvm.
from 952372cb3be [XRay] Stable sort XRayRecord to remove non-deterministic ordering
new 154d2725d5f [PredicateInfo] Stable sort ValueDFS to remove non-determin [...]
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/Transforms/Utils/PredicateInfo.cpp | 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 de9947478d8 Add missing const qualifier to AttributeSet::operator==
new 952372cb3be [XRay] Stable sort XRayRecord to remove non-deterministic ordering
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/XRay/Trace.cpp | 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 lldb.
from d14dd6846 Add a data formatter for libc++ std::bitset
new 2e63b34bc Add check for self-assignment. 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:
source/Core/RegisterValue.cpp | 3 +++
source/Core/Value.cpp | 3 +++
2 files changed, 6 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 gcc.
from 39df2b8e0f2 Fix typo in std::wbuffer_convert
new 5fc3192fabe Implement LWG 2733 and LWG 2759
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 | 10 ++++++++++
libstdc++-v3/include/experimental/numeric | 20 ++++++++++++--------
libstdc++-v3/include/std/numeric | 20 ++++++++++++--------
libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc | 17 ++++++++++++++++-
libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc | 23 +++++++++++++++++++----
5 files changed, 69 insertions(+), 21 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 cab430076b8 Adjust test after r318159
new de9947478d8 Add missing const qualifier to AttributeSet::operator==
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/IR/Attributes.h | 4 ++--
1 file 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 gcc.
from bb0c64ded24 gcc/ChangeLog:
new 39df2b8e0f2 Fix typo in std::wbuffer_convert
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 | 5 +++
libstdc++-v3/include/bits/locale_conv.h | 2 +-
.../conversions/buffer/3.cc} | 39 ++++++++++++----------
3 files changed, 27 insertions(+), 19 deletions(-)
copy libstdc++-v3/testsuite/{20_util/shared_ptr/creation/single_allocation.cc => 2 [...]
--
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 a259f5d388 Replaced unicode sequences in the ASCII printable range
new ec72135e5f Fix string/bug-strncat1.c build with GCC 8.
new 2e64ec9c9e Fix string/tester.c build with GCC 8.
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:
ChangeLog | 15 +++++++++++++++
string/bug-strncat1.c | 8 ++++++++
string/tester.c | 46 ++++++++++++++++++++++++++++++++++++++++++++--
3 files changed, 67 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 lld.
from b0671cbfe Add a script to run various benchmarks and send the result to lnt.
new c81d12759 Note that the benchmark set has been updated.
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:
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.