This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr21120/2.25
in repository glibc.
discards 42dbed7a84 configure: Suppress expected compiler error message
discards 32a06064cd Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573]
discards 6ad06690d7 i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]
new 4ed5070c82 Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573]
new 594827f3f3 configure: Suppress expected compiler error message
new c1ff8a0bf9 i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]
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 (42dbed7a84)
\
N -- N -- N refs/heads/hjl/pr21120/2.25 (c1ff8a0bf9)
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 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:
malloc/malloc-internal.h | 10 ----------
sysdeps/generic/malloc-alignment.h | 9 ++++++++-
2 files changed, 8 insertions(+), 11 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 users/palves/whatis
in repository binutils-gdb.
at a5577d4cf0 Fix type casts losing typedefs and reimplement "whatis" type [...]
This branch includes the following new commits:
new a5577d4cf0 Fix type casts losing typedefs and reimplement "whatis" 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.
--
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 b275f68ef71 * ggc.h: Replace all 'static inline' with plain 'inline'. [...]
new a7c4b05ad2f [rtlanal] Do a better job of costing parallel sets containi [...]
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/rtlanal.c | 28 +++++++++++++++++++++++-----
2 files changed, 29 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 8956eb97949 Revert "[lit] Clean output directories before running tests."
new 65bddf3b68b [Dominators] Do not perform expensive checks by default. Fi [...]
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/IR/Dominators.cpp | 3 ++-
1 file changed, 2 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 clang.
from 75ec5aa401 [MS] Test that deleting destructor thunks are not exported
new fc0baba7f6 [objc] Don't require null-check and don't emit memset when r [...]
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/CodeGen/CGObjCMac.cpp | 33 ++++++++++++++++++++++-----------
test/CodeGenObjC/stret-1.m | 11 ++++++++++-
test/CodeGenObjC/stret-lifetime.m | 34 ++++++++++++++++++++++++++++++++++
3 files changed, 66 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGenObjC/stret-lifetime.m
--
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 compiler-rt.
from 63de5fcd7 [sanitizer] Small tweaks and fixes to allocator related functions
new f0fdf665b [objc] Don't require null-check and don't emit memset when re [...]
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:
test/asan/TestCases/Darwin/nil-return-struct.mm | 31 +++++++++++++++++++++++++
1 file changed, 31 insertions(+)
create mode 100644 test/asan/TestCases/Darwin/nil-return-struct.mm
--
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 fa96f87e33 Driver: fix option declaration
new 813f275eef Revert "[CodeGen] Propagate dllexport to thunks"
new 75ec5aa401 [MS] Test that deleting destructor thunks are not exported
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/CodeGen/CGVTables.cpp | 4 ----
test/CodeGenCXX/dllexport-dtor-thunks.cpp | 10 ++++++++++
test/CodeGenCXX/windows-itanium-dllexport.cpp | 9 ---------
3 files changed, 10 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGenCXX/dllexport-dtor-thunks.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 glibc.
from a9270e673d resolv: Improve debugging output from tst-resolv-res_init
new 4e61a6be44 i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]
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 | 8 ++++++++
malloc/malloc-internal.h | 10 ----------
bits/uio-ext.h => sysdeps/generic/malloc-alignment.h | 19 +++++++++++--------
sysdeps/generic/malloc-machine.h | 1 +
.../locale_t.h => sysdeps/i386/malloc-alignment.h | 12 +++++-------
5 files changed, 25 insertions(+), 25 deletions(-)
copy bits/uio-ext.h => sysdeps/generic/malloc-alignment.h (55%)
copy locale/bits/types/locale_t.h => sysdeps/i386/malloc-alignment.h (80%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.