This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 565a3b23e Add a comment about subtracting two non abs symbols. NFC.
new b6f00e19e [COFF] Do not parse args twice if no rsp files exists
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:
COFF/Driver.cpp | 2 +-
COFF/Driver.h | 4 ++++
COFF/DriverUtils.cpp | 16 ++++++++++++++++
3 files changed, 21 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 libunwind.
from b154837 [libunwind] Remove dubious template function. NFC.
new ae1277c There is no portable format string for printing `uintptr_t` v [...]
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:
src/AddressSpace.hpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 aoliva/testme
in repository gcc.
discards 705f8ec3e32 [SFN] sync up debug-only stmt list's side effects with empt [...]
adds ee75cc97ed9 2017-12-21 Steve Ellcey <sellcey(a)cavium.com>
adds bdd0b6ae233 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: [...]
adds be418c91472 Add missing PR number
adds 9574b6e71e1 PR c/83448 * gimple-ssa-sprintf.c (maybe_warn): Don't cal [...]
adds 92ca6f7403a PR middle-end/83487 * config/i386/i386.c (ix86_function_a [...]
adds e47851d722c PR testsuite/83462 - c-c++-common/Warray-bounds-3.c fails
adds a97a3c803ae Daily bump.
adds 02eb0013dcf [SFN] sync up debug-only stmt list's side effects with empt [...]
new 0a92bbd5c58 [PR81611] accept copies in simple_iv_increment_p
new 0dca0523b14 [PR81611] sink IV increments within their BBs
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 (705f8ec3e32)
\
N -- N -- N refs/heads/aoliva/testme (0dca0523b14)
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/ChangeLog | 15 ++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 6 ++
gcc/ada/gcc-interface/decl.c | 2 +-
gcc/c-family/ChangeLog | 8 ++
gcc/config/aarch64/t-aarch64-linux | 2 +-
gcc/config/i386/i386.c | 2 +
gcc/gimple-ssa-sprintf.c | 6 +-
gcc/testsuite/ChangeLog | 38 ++++++++++
gcc/testsuite/c-c++-common/Warray-bounds-3.c | 2 +-
gcc/testsuite/g++.dg/abi/pr83487.C | 13 ++++
gcc/testsuite/g++.dg/compat/abi/pr83487-1_main.C | 8 ++
gcc/testsuite/g++.dg/compat/abi/pr83487-1_x.C | 1 +
gcc/testsuite/g++.dg/compat/abi/pr83487-1_y.C | 1 +
gcc/testsuite/g++.dg/compat/abi/pr83487-2_main.C | 8 ++
gcc/testsuite/g++.dg/compat/abi/pr83487-2_x.C | 1 +
gcc/testsuite/g++.dg/compat/abi/pr83487-2_y.C | 1 +
gcc/testsuite/gcc.c-torture/compile/pr83448.c | 15 ++++
gcc/testsuite/gcc.c-torture/compile/pr83487.c | 11 +++
gcc/testsuite/gcc.dg/compat/pr83487-1.h | 9 +++
gcc/testsuite/gcc.dg/compat/pr83487-1_main.c | 8 ++
gcc/testsuite/gcc.dg/compat/pr83487-1_x.c | 63 ++++++++++++++++
gcc/testsuite/gcc.dg/compat/pr83487-1_y.c | 27 +++++++
gcc/testsuite/gcc.dg/compat/pr83487-2_main.c | 1 +
gcc/testsuite/gcc.dg/compat/pr83487-2_x.c | 2 +
gcc/testsuite/gcc.dg/compat/pr83487-2_y.c | 2 +
.../gcc.dg/tree-ssa/builtin-snprintf-warn-4.c | 46 ++++++++++++
gcc/testsuite/gnat.dg/atomic9.adb | 29 ++++++++
gcc/tree-ssa-dom.c | 21 +++++-
gcc/tree-ssa-sink.c | 87 ++++++++++++++++++++--
30 files changed, 419 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/pr83487.C
create mode 100644 gcc/testsuite/g++.dg/compat/abi/pr83487-1_main.C
create mode 100644 gcc/testsuite/g++.dg/compat/abi/pr83487-1_x.C
create mode 100644 gcc/testsuite/g++.dg/compat/abi/pr83487-1_y.C
create mode 100644 gcc/testsuite/g++.dg/compat/abi/pr83487-2_main.C
create mode 100644 gcc/testsuite/g++.dg/compat/abi/pr83487-2_x.C
create mode 100644 gcc/testsuite/g++.dg/compat/abi/pr83487-2_y.C
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr83448.c
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr83487.c
create mode 100644 gcc/testsuite/gcc.dg/compat/pr83487-1.h
create mode 100644 gcc/testsuite/gcc.dg/compat/pr83487-1_main.c
create mode 100644 gcc/testsuite/gcc.dg/compat/pr83487-1_x.c
create mode 100644 gcc/testsuite/gcc.dg/compat/pr83487-1_y.c
create mode 100644 gcc/testsuite/gcc.dg/compat/pr83487-2_main.c
create mode 100644 gcc/testsuite/gcc.dg/compat/pr83487-2_x.c
create mode 100644 gcc/testsuite/gcc.dg/compat/pr83487-2_y.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-warn-4.c
create mode 100644 gcc/testsuite/gnat.dg/atomic9.adb
--
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 89623b4cd2a Sink a couple of transforms from instcombine into instsimplify.
new d43be2d8a96 [instcombine] add powi(x, 2) -> x * x
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/InstCombine/InstCombineCalls.cpp | 4 ++++
test/Transforms/InstCombine/intrinsics.ll | 5 +++++
2 files changed, 9 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 llvm.
from 028022a9f23 [NFC] Extract out a helper function for SimplifyCall(CS, Q)
new 89623b4cd2a Sink a couple of transforms from instcombine into instsimplify.
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/Analysis/InstructionSimplify.cpp | 26 +++++++++++++++++++++++++
lib/Transforms/InstCombine/InstCombineCalls.cpp | 26 ++-----------------------
2 files changed, 28 insertions(+), 24 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 46b810c1817 [Unroll][DebugInfo] Propagate loop body's debug location to [...]
new 028022a9f23 [NFC] Extract out a helper function for SimplifyCall(CS, Q)
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/Analysis/InstructionSimplify.h | 3 +++
lib/Analysis/InstructionSimplify.cpp | 9 +++++++--
lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 +---
3 files changed, 11 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 gcc.
from b23111c73c4 2017-12-26 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 7ca643a88d1 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from f11c2f30b3b Daily bump.
new 5c0f287a074 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 6717ef4d357 Daily bump.
new 17c1cc4681e Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from a811763d74 Automatic date update in version.in
new 76bce0d1d5 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.