This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d960aadf72c i386: Avoid stack realignment if possible
new 988ae4ee37e Improve max_insns_skipped logic
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/config/arm/arm.c | 18 +++++-------------
2 files changed, 10 insertions(+), 13 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 221bb942c27 i386: Avoid stack realignment if possible
discards 3db55b339bd x86: Use DRAP only if there are outgoing arguments on stack
new 38361be9e6e x86: Use DRAP only if there are outgoing arguments on stack
new e70e225923e i386: Avoid stack realignment if possible
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 (221bb942c27)
\
N -- N -- N refs/heads/hjl/pr81769/gcc-7-branch (e70e225923e)
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:
--
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 c0c4768b6b4 AMDGPU/NFC: Cleanup/refactor SIMemoryLegalizer [1]:
new f9ab88e18d3 AMDGPU/NFC: Cleanup/refactor SIMemoryLegalizer [2]:
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/Target/AMDGPU/SIMemoryLegalizer.cpp | 325 +++++++++++++++++---------------
1 file changed, 174 insertions(+), 151 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 b0e3c082a4b PR sanitizer/82072 * convert.c (convert_to_integer_1) <ca [...]
new d960aadf72c i386: Avoid stack realignment if possible
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/i386/i386.c | 143 ++++++++++++++++++-----------
gcc/testsuite/ChangeLog | 10 ++
gcc/testsuite/gcc.target/i386/pr59501-4a.c | 2 +-
gcc/testsuite/gcc.target/i386/pr81769-1a.c | 21 +++++
gcc/testsuite/gcc.target/i386/pr81769-1b.c | 7 ++
gcc/testsuite/gcc.target/i386/pr81769-2.c | 21 +++++
7 files changed, 157 insertions(+), 56 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81769-1a.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81769-1b.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81769-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 llvm.
from b474446ca87 [AMDGPU] Added extra test checks to make D19325 diff clearer
new c0c4768b6b4 AMDGPU/NFC: Cleanup/refactor SIMemoryLegalizer [1]:
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/Target/AMDGPU/SIMemoryLegalizer.cpp | 96 +++++++++++++++++----------------
1 file changed, 50 insertions(+), 46 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 gdb-8.0-branch
in repository binutils-gdb.
from 6854bcdfba Define an error function in the PPC simulator library.
new e72d662aba Improve "'g' reply is is to long" error message
new 61bffb81d5 Read stop_pc after updating the gdbarch when exec'ing
new 42f0d8218d Add thread after updating gdbarch when exec'ing
new e831167331 Test different follow-exec-mode settings in gdb.multi/multi- [...]
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:
gdb/ChangeLog | 14 ++++++++++++++
gdb/infrun.c | 10 +++++++---
gdb/remote.c | 3 ++-
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.multi/multi-arch-exec.exp | 24 +++++++++++++++++-------
5 files changed, 46 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 master
in repository gcc.
from d29e4e8c5da /cp 2017-09-05 Paolo Carlini <paolo.carlini(a)oracle.com>
new b0e3c082a4b PR sanitizer/82072 * convert.c (convert_to_integer_1) <ca [...]
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/convert.c | 13 +++++++------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/ubsan/pr82072-2.c | 15 +++++++++++++++
4 files changed, 33 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr82072-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.