This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr81736/gcc-7-branch
in repository gcc.
discards acc22d5392c i386: Don't use frame pointer without stack access
adds 012a99d33ea PR c++/67054 - Inherited ctor with non-default-cons [...]
adds d1761935437 PR c++/81525 - wrong constant value with generic lambda
adds e363899ddbf Revert "PR c++/81525 - wrong constant value with generic lambda"
adds e943bd58a59 Daily bump.
adds 298bd7acd19 Daily bump.
adds d1670beb469 Daily bump.
adds 73458b33c5f Daily bump.
new 4f6bd884572 i386: Don't use frame pointer without stack access
new ba50f66010b i386: Replace frame pointer with stack pointer in debug insns
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 (acc22d5392c)
\
N -- N -- N refs/heads/hjl/pr81736/gcc-7-branch (ba50f66010b)
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/DATESTAMP | 2 +-
gcc/config/i386/i386.c | 35 +++++++++++++++++++++++++++++++++
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/method.c | 2 +-
gcc/testsuite/g++.dg/cpp0x/inh-ctor29.C | 23 ++++++++++++++++++++++
5 files changed, 66 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor29.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 5c791157e86 [AVX512] Correct isExtractSubvectorCheap so that it will re [...]
new f4d006a8c84 Remove RISCV from LLVM_ALL_TARGETS in CMakeLists.txt
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:
CMakeLists.txt | 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 hjl/pr81820/master
in repository gcc.
discards 78ed00c779c i386: Replace frame pointer with stack pointer in debug insns
adds 775de9e5d22 Daily bump.
adds a9b2df6cc2a [RS6000] linux startfile/endfile
adds ce08eba0950 [PR79542][Ada] Fix ICE in dwarf2out.c with nested func. inlining
adds 908e437e274 Require -static support in gcc.dg/pie-static-[12].c (PR tes [...]
adds b533de10afb Daily bump.
adds 074046fae9d 2017-08-12 Andrew Pinski <apinski(a)cavium.com>
adds 6fc8fd8453d 2017-08-13 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds c352171f7ba * config/i386/i386.md (*load_tp_<mode>): Redefine as defi [...]
new 7e7bdc4ee5d i386: Replace frame pointer with stack pointer in debug insns
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 (78ed00c779c)
\
N -- N -- N refs/heads/hjl/pr81820/master (7e7bdc4ee5d)
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 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 | 41 +++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64-option-extensions.def | 2 +-
gcc/config/i386/i386.c | 2 +-
gcc/config/i386/i386.md | 118 +++++++++----------
gcc/config/rs6000/sysv4.h | 46 +++++---
gcc/dwarf2out.c | 143 ++++++++++++++---------
gcc/fortran/ChangeLog | 4 +
gcc/fortran/gfortran.texi | 59 ++++++++++
gcc/testsuite/ChangeLog | 11 ++
gcc/testsuite/gcc.dg/pie-static-1.c | 4 +-
gcc/testsuite/gcc.dg/pie-static-2.c | 4 +-
gcc/testsuite/gnat.dg/debug13.adb | 38 ++++++
gcc/testsuite/gnat.dg/debug13.ads | 5 +
14 files changed, 338 insertions(+), 141 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/debug13.adb
create mode 100644 gcc/testsuite/gnat.dg/debug13.ads
--
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 c352171f7ba * config/i386/i386.md (*load_tp_<mode>): Redefine as defi [...]
new ac36c55f2da i386: Replace frame pointer with stack pointer in debug insns
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/config/i386/i386.c | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 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 267a5044344 [X86][ARM][TargetLowering] Add SrcVT to isExtractSubvectorCheap
new 5c791157e86 [AVX512] Correct isExtractSubvectorCheap so that it will 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:
lib/Target/X86/X86ISelLowering.cpp | 8 +++++++-
1 file changed, 7 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 hjl/pie/hidden
in repository glibc.
at 50aeff5eb2 Add hidden visibility to internal function prototypes
This branch includes the following new commits:
new 3ea8e24842 Enable hidden visibility in libc.a compiled with PIE
new 5fdf678724 Mark internal functions with attribute_hidden
new 50aeff5eb2 Add hidden visibility to internal function prototypes
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.
--
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 276031051e2 [X86][SandyBridge] Additional updates to the SNB instructio [...]
new 267a5044344 [X86][ARM][TargetLowering] Add SrcVT to isExtractSubvectorCheap
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/Target/TargetLowering.h | 11 ++++++-----
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +-
lib/Target/ARM/ARMISelLowering.cpp | 2 +-
lib/Target/ARM/ARMISelLowering.h | 3 ++-
lib/Target/X86/X86ISelLowering.cpp | 2 +-
lib/Target/X86/X86ISelLowering.h | 3 ++-
6 files changed, 13 insertions(+), 10 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/pr21864/master
in repository glibc.
discards 084dd1b58e Don't compile non-lib modules as lib modules [BZ #21864]
new 545a42f7bf Don't compile non-lib modules as lib modules [BZ #21864]
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 (084dd1b58e)
\
N -- N -- N refs/heads/hjl/pr21864/master (545a42f7bf)
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 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:
--
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 6fc8fd8453d 2017-08-13 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new c352171f7ba * config/i386/i386.md (*load_tp_<mode>): Redefine as defi [...]
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 | 15 ++++++
gcc/config/i386/i386.md | 118 +++++++++++++++++++++++-------------------------
2 files changed, 72 insertions(+), 61 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.