This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 4dc2b9c9a LTO: Try to open cache files before renaming them.
new 141444c59 Do not use invalid iterators to fix Windows build.
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:
ELF/Writer.cpp | 65 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 33 insertions(+), 32 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 8b46f76d925 * cp-tree.h (lang_decl_base): Rename template_conv_p to u [...]
new 2a2ad9a1ce2 [61/77] Use scalar_int_mode in the AArch64 port
new 724582b924e [75/77] Use scalar_mode in the AArch64 port
new c682337fd9f * class.c (add_method): Move slot search and insertion to [...]
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/ChangeLog | 45 ++++++++++++
gcc/config/aarch64/aarch64-protos.h | 13 ++--
gcc/config/aarch64/aarch64.c | 136 +++++++++++++++++++++---------------
gcc/cp/ChangeLog | 10 +++
gcc/cp/class.c | 78 ++-------------------
gcc/cp/decl.c | 22 +++---
gcc/cp/name-lookup.c | 87 +++++++++++++++++++++--
gcc/cp/name-lookup.h | 1 +
8 files changed, 237 insertions(+), 155 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/pr81769/gcc-7-branch
in repository gcc.
discards e70e225923e i386: Avoid stack realignment if possible
new 70eda537952 i386: Avoid stack realignment if possible
new aefd8ba9e5b Update gcc.dg/stack-layout-dynamic-1.c
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 (e70e225923e)
\
N -- N -- N refs/heads/hjl/pr81769/gcc-7-branch (aefd8ba9e5b)
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 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/testsuite/gcc.dg/stack-layout-dynamic-1.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 1694a564a16 [gcc]
new 17f6e81c7cb * class.c (unreverse_member_declarations): Remove extraneo [...]
new e2cd4ccd1e0 Make more use of int_mode_for_mode
new 517be012cd0 Make more use of int_mode_for_size
new 98ec37cffe2 (decimal_)float_mode_for_size in real.h
new ef379746656 Make mode_for_size return an opt_mode
new 12bdf7c0dc4 Add mode_for_int_vector helper functions
new ab53cba72b4 Make mode_for_vector return an opt_mode
new 38d5f204c04 Make targetm.get_mask_mode return an opt_mode
new 8155505863a Make mode_for_size_tree return an opt_mode
new e6dbd7c2769 Make bitsize_mode_for_mode return an opt_mode
new 8b46f76d925 * cp-tree.h (lang_decl_base): Rename template_conv_p to u [...]
The 11 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 | 148 +++++++++++++++++++++++++++++++++++++
gcc/ada/ChangeLog | 10 +++
gcc/ada/gcc-interface/utils.c | 3 +-
gcc/ada/gcc-interface/utils2.c | 3 +-
gcc/builtins.c | 15 ++--
gcc/caller-save.c | 2 +-
gcc/calls.c | 9 ++-
gcc/combine.c | 4 +-
gcc/config/aarch64/aarch64.c | 7 +-
gcc/config/alpha/alpha.h | 2 +-
gcc/config/arm/arm.c | 4 +-
gcc/config/c6x/c6x.c | 4 +-
gcc/config/i386/i386.c | 60 ++++++++-------
gcc/config/i386/i386.h | 2 +-
gcc/config/lm32/lm32.c | 2 +-
gcc/config/microblaze/microblaze.c | 2 +-
gcc/config/mips/mips.c | 6 +-
gcc/config/powerpcspe/powerpcspe.c | 16 ++--
gcc/config/rs6000/rs6000.c | 16 ++--
gcc/config/s390/s390.c | 9 +--
gcc/config/s390/s390.h | 6 +-
gcc/config/sparc/sparc.c | 4 +-
gcc/config/sparc/sparc.h | 14 ++--
gcc/config/spu/spu.c | 10 +--
gcc/cp/ChangeLog | 15 ++++
gcc/cp/class.c | 3 +-
gcc/cp/cp-tree.h | 20 ++---
gcc/cp/pt.c | 22 ++----
gcc/doc/tm.texi | 14 +++-
gcc/emit-rtl.c | 4 +-
gcc/expmed.c | 20 ++---
gcc/expr.c | 4 +-
gcc/function.c | 4 +-
gcc/gimple-ssa-store-merging.c | 2 +-
gcc/lower-subreg.c | 20 ++---
gcc/machmode.h | 61 +++++++++++----
gcc/optabs-query.c | 24 +++---
gcc/optabs.c | 11 +--
gcc/real.h | 13 ++--
gcc/reload.c | 3 +-
gcc/reload1.c | 22 +++---
gcc/stor-layout.c | 146 ++++++++++++++++++------------------
gcc/stor-layout.h | 2 +-
gcc/target.def | 14 +++-
gcc/targhooks.c | 12 +--
gcc/targhooks.h | 2 +-
gcc/tree-vect-stmts.c | 24 +++---
gcc/tree.c | 6 +-
gcc/varasm.c | 4 +-
49 files changed, 506 insertions(+), 324 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 8c5b337a87c [X86] Remove unnecessary (v4f32 (X86vzmovl (v4f32 (scalar_t [...]
new a3886c11ee5 LTO: Try to open cache files before renaming them.
new f7dd8e2ac0a [SCEV] Ensure ScalarEvolution::createAddRecFromPHIWithCasts [...]
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/LTO/Caching.h | 9 ++--
lib/Analysis/ScalarEvolution.cpp | 74 ++++++++++++++++++++++++------
lib/LTO/Caching.cpp | 27 ++++++++---
tools/gold/gold-plugin.cpp | 5 +-
tools/llvm-lto2/llvm-lto2.cpp | 3 +-
unittests/Analysis/ScalarEvolutionTest.cpp | 55 ++++++++++++++++++++++
6 files changed, 145 insertions(+), 28 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 87b0cf266 [MIPS] Convert template parameters to function arguments. NFC
new 4dc2b9c9a LTO: Try to open cache files before renaming them.
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:
ELF/LTO.cpp | 5 ++---
1 file changed, 2 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 988ae4ee37e Improve max_insns_skipped logic
new 1694a564a16 [gcc]
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 | 8 +++
gcc/config/rs6000/altivec.md | 78 ++++++++++++++++------------
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gcc.target/powerpc/pr81833-1.c | 59 +++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr81833-2.c | 59 +++++++++++++++++++++
5 files changed, 176 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr81833-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr81833-2.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 clang.
from 9a30feb06e [diagtool] Change default tree behavior to print only flags
new 5d5d6f40e1 [coroutines] Make sure auto return type of await_resume is p [...]
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/Sema/SemaCoroutine.cpp | 4 ++--
test/SemaCXX/coroutines.cpp | 10 ++++++++++
2 files changed, 12 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 glibc.
from 99d6791899 Fix pcprofiledump cross-endian condition (bug 22086).
new 05b38d64b1 Fix tests that are testing obsoleted functionality
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 +++++++
include/shlib-compat.h | 10 ++++++++
malloc/tst-mallocstate.c | 62 ++++++++++++++++++++++--------------------------
math/test-matherr-2.c | 14 +++++++++--
math/test-matherr.c | 14 +++++++++--
5 files changed, 71 insertions(+), 37 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 8b43e45688 x86-64: Improve GOTPCREL relocation conversion
new 5ca79eae06 Fix leak of auto_obstack objfile_per_bfd_storage->storage_obstack;
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 | 5 +++++
gdb/objfiles.c | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.