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 8fd7578189 Improve readelf's selection of a file start symbol when disp [...]
new dff7492c9b Make gdbserver find_register_by_number static
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/gdbserver/ChangeLog | 6 ++++++
gdb/gdbserver/regcache.c | 20 ++++++++------------
gdb/gdbserver/regcache.h | 4 ----
3 files changed, 14 insertions(+), 16 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 e0295903922 Daily bump.
new 24201e642ce PR c++/82336 - link error with list-init default argument.
new c45b822fc71 PR c++/84355 - ICE with deduction for member class template.
new b58c8157dc2 PR c++/84798 - ICE with auto in abstract function declarator.
new dc2a3503957 PR c++/84839 - ICE with decltype of parameter pack.
new 9d52de21b59 PR c++/80227 - SFINAE and negative array size.
new ad31455a2e1 PR c++/84937 - ICE with class deduction and auto.
new 36d8abe7a98 PR c++/71834 - template-id with too few arguments.
new 44803abcbaf PR c++/78489 - Substitution in wrong order
The 8 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/cp/ChangeLog | 34 ++++
gcc/cp/decl.c | 7 +-
gcc/cp/parser.c | 5 +-
gcc/cp/pt.c | 38 ++--
gcc/testsuite/g++.dg/cpp0x/alias-decl-63.C | 18 --
gcc/testsuite/g++.dg/cpp0x/auto-60626.C | 6 +
gcc/testsuite/g++.dg/cpp0x/auto51.C | 9 +
gcc/testsuite/g++.dg/cpp0x/fntmpdefarg7.C | 10 --
gcc/testsuite/g++.dg/cpp0x/fntmpdefarg8.C | 10 ++
gcc/testsuite/g++.dg/cpp0x/initlist-defarg2.C | 8 +
gcc/testsuite/g++.dg/cpp0x/sfinae60.C | 25 +++
gcc/testsuite/g++.dg/cpp0x/variadic-nested2.C | 9 +
gcc/testsuite/g++.dg/cpp0x/variadic-nested3.C | 10 ++
gcc/testsuite/g++.dg/cpp1y/pr60393.C | 3 +-
gcc/testsuite/g++.dg/cpp1y/pr60626.C | 7 -
gcc/testsuite/g++.dg/cpp1z/class-deduction50.C | 22 +++
gcc/testsuite/g++.dg/cpp1z/class-deduction51.C | 11 ++
gcc/testsuite/g++.dg/init/new44.C | 238 ++++++++++++-------------
18 files changed, 298 insertions(+), 172 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-63.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/auto-60626.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/auto51.C
delete mode 100644 gcc/testsuite/g++.dg/cpp0x/fntmpdefarg7.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/fntmpdefarg8.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-defarg2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/sfinae60.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-nested2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-nested3.C
delete mode 100644 gcc/testsuite/g++.dg/cpp1y/pr60626.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction50.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction51.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 7e21e42ddaa Remove deprecated MemIntrinsic methods (NFC)
new 27f212d583a [SLP] Stop counting cost of gather sequences with multiple uses
new 4a4cde36b5f Remove the deprecated single-alignment IRBuilder API for me [...]
new 35ac3518056 [X86][Btver2] Cleanup SSE42 PCMPISTR/PCMPESTR string instru [...]
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:
include/llvm/IR/IRBuilder.h | 36 -------------------
lib/Target/X86/X86ScheduleBtVer2.td | 10 +++---
lib/Transforms/Vectorize/SLPVectorizer.cpp | 23 ++++++++++++-
test/CodeGen/X86/sse42-schedule.ll | 8 ++---
.../SLPVectorizer/AArch64/gather-cost.ll | 40 +++++++---------------
.../SLPVectorizer/X86/blending-shuffle.ll | 15 ++++----
test/tools/llvm-mca/X86/BtVer2/resources-sse42.s | 18 +++++-----
7 files changed, 61 insertions(+), 89 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 openacc-gcc-7-branch
in repository gcc.
from ac0a55b8e72 [nvptx] only use one bar.sync barriers in OpenACC offloaded code
new 49b69b40024 [nvptx] Add thread count parm to bar.sync
new a36cbbe19af [nvptx] Add axis_dim
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.openacc | 14 ++++++++++++++
gcc/config/nvptx/nvptx.c | 42 ++++++++++++++++++++++++++++++++++--------
gcc/config/nvptx/nvptx.h | 2 ++
gcc/config/nvptx/nvptx.md | 10 ++++++++--
4 files changed, 58 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 master
in repository llvm.
from 37d8f03a367 [DEBUGINFO] Add flag for DWARF2 to use sections as references.
new 7e21e42ddaa Remove deprecated MemIntrinsic methods (NFC)
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/IR/IntrinsicInst.h | 23 -----------------------
1 file changed, 23 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 317cd23f920 PR c++/85045 * c-pretty-print.c (c_pretty_printer::multip [...]
new 2c6301eba30 [ARM] Fix pr84826.c failure for thumb1
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/arm/pr84826.c | 1 +
2 files changed, 6 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 openacc-gcc-7-branch
in repository gcc.
from 3926d791a47 [nvptx] Re-add removed struct parallel comment
new ac0a55b8e72 [nvptx] only use one bar.sync barriers in OpenACC offloaded code
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.openacc | 6 ++++++
gcc/config/nvptx/nvptx.c | 4 ++--
2 files changed, 8 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 gcc.
from d61fac4a0b5 Implement P0962
new 317cd23f920 PR c++/85045 * c-pretty-print.c (c_pretty_printer::multip [...]
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/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-pretty-print.c | 2 +-
gcc/cp/ChangeLog | 7 +++++++
gcc/cp/cxx-pretty-print.c | 6 +++++-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/cpp0x/Wnarrowing5.C | 11 +++++++++++
gcc/testsuite/gcc.dg/pr85045.c | 9 +++++++++
7 files changed, 43 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wnarrowing5.C
create mode 100644 gcc/testsuite/gcc.dg/pr85045.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 a0e24a5d9f3 [ARM] Support float literals under XO
new 37d8f03a367 [DEBUGINFO] Add flag for DWARF2 to use sections as references.
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/AsmPrinter/DwarfCompileUnit.cpp | 13 ++++---
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 22 ++++++++++--
lib/CodeGen/AsmPrinter/DwarfDebug.h | 12 +++++++
test/DebugInfo/X86/sections_as_references.ll | 54 ++++++++++++++++++++++++++++
4 files changed, 95 insertions(+), 6 deletions(-)
create mode 100644 test/DebugInfo/X86/sections_as_references.ll
--
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 465749fc200 PR c++/85033 * semantics.c (finish_offsetof): Don't allow [...]
new d61fac4a0b5 Implement P0962
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/cp/ChangeLog | 6 +++++
gcc/cp/parser.c | 2 +-
gcc/testsuite/g++.dg/cpp0x/range-for13.C | 46 ++++++++++++++++++++++----------
3 files changed, 39 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.