This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from adc5f4b4726 Daily bump.
new 099ab583b75 PR tree-optimization/81555 PR tree-optimization/81556 * [...]
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.c-torture/execute/pr81555.c | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr81556.c | 23 +++++++++++++++++++++++
gcc/tree-ssa-reassoc.c | 15 +++++++++++----
5 files changed, 74 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81555.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81556.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 gcc-6-branch
in repository gcc.
from d54cf7d3b8b Daily bump.
new 3245c13051c PR tree-optimization/81555 PR tree-optimization/81556 * [...]
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.c-torture/execute/pr81555.c | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr81556.c | 23 +++++++++++++++++++++++
gcc/tree-ssa-reassoc.c | 15 +++++++++++----
5 files changed, 74 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81555.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81556.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 lld.
from ec1410ac0 [ELD] - Sorted in ASCIIbetical order. NFC.
new a40f254b4 Revert r309252 "[ELF] - Fix missing relocation when linking e [...]
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/Symbols.cpp | 20 ++++++--------------
test/ELF/executable-undefined-ignoreall.s | 13 -------------
test/ELF/executable-undefined-protected-ignoreall.s | 8 --------
test/ELF/no-inhibit-exec.s | 6 +-----
4 files changed, 7 insertions(+), 40 deletions(-)
delete mode 100644 test/ELF/executable-undefined-ignoreall.s
delete mode 100644 test/ELF/executable-undefined-protected-ignoreall.s
--
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 9a2eb2f258 [PowerPC] Pass CPU to assembler with -no-integrated-as
new 2f1ff36102 [CodeGen][ARM] ARM runtime helper functions are not always soft-fp
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/TargetInfo.cpp | 17 ++-
test/CodeGen/arm-float-helpers.c | 233 +++++++++++++++++++++++++++++++++++++++
test/CodeGen/complex-math.c | 12 +-
3 files changed, 250 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/arm-float-helpers.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 gcc-7-branch
in repository gcc.
from ecbf9fffb47 Subject: Backport r250271
new 32c40cebea5 PR tree-optimization/81555 PR tree-optimization/81556 * [...]
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.c-torture/execute/pr81555.c | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr81556.c | 23 +++++++++++++++++++++++
gcc/tree-ssa-reassoc.c | 15 +++++++++++----
5 files changed, 74 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81555.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81556.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 gcc.
from 280ce47d0f9 * attribs.c (decl_attributes): Imply noinline, noclone and [...]
new e70cda06370 PR tree-optimization/81555 PR tree-optimization/81556 * [...]
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 | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/execute/pr81555.c | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr81556.c | 23 +++++++++++++++++++++++
gcc/tree-ssa-reassoc.c | 15 +++++++++++----
5 files changed, 70 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81555.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81556.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 5022d62c16 [Coverage] NFC: Simplify sanity checks with a SpellingRange utility
new 9a2eb2f258 [PowerPC] Pass CPU to assembler with -no-integrated-as
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/Driver/ToolChains/Arch/PPC.cpp | 12 ++++++++++++
lib/Driver/ToolChains/Arch/PPC.h | 1 +
lib/Driver/ToolChains/Gnu.cpp | 19 +++++++++++++------
test/Driver/linux-as.c | 15 +++++++++++++++
test/Driver/ppc-features.cpp | 2 +-
5 files changed, 42 insertions(+), 7 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 gcc-7-branch
in repository gcc.
from c5edcf6c819 Backport r250561
new ecbf9fffb47 Subject: Backport r250271
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/opts.c | 7 +++++++
2 files changed, 16 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 5cc3e5ec534 Revert "Reland "[LLVM][llvm-objcopy] Added basic plumbing t [...]
new 3356bc7f45e [PowerPC] enable optimizeCompareInstr for branch with stati [...]
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/PowerPC/MCTargetDesc/PPCPredicates.h | 16 ++++++++++++++++
lib/Target/PowerPC/PPCInstrInfo.cpp | 22 +++++++++++++++-------
test/CodeGen/PowerPC/opt-cmp-inst-cr0-live.ll | 24 ++++++++++++++++++++++++
3 files changed, 55 insertions(+), 7 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 2df660ce815 Daily bump.
new 280ce47d0f9 * attribs.c (decl_attributes): Imply noinline, noclone and [...]
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 | 18 ++
gcc/attribs.c | 21 ++-
gcc/c-family/ChangeLog | 5 +
gcc/c-family/c-attribs.c | 18 ++
gcc/cgraph.c | 3 +-
gcc/doc/extend.texi | 13 ++
gcc/final.c | 3 +-
gcc/ipa-visibility.c | 5 +-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.dg/attr-noipa.c | 188 +++++++++++++++++++++
.../gcc.dg/ipa/{ipa-pta-3.c => ipa-pta-18.c} | 4 +-
.../gcc.dg/ipa/{ipa-sra-1.c => ipa-sra-11.c} | 4 +-
gcc/tree-ssa-structalias.c | 7 +-
13 files changed, 284 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/attr-noipa.c
copy gcc/testsuite/gcc.dg/ipa/{ipa-pta-3.c => ipa-pta-18.c} (78%)
copy gcc/testsuite/gcc.dg/ipa/{ipa-sra-1.c => ipa-sra-11.c} (83%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.