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 b28c247 [RTEMS] Use spin lock for pool management
new ebff138 PR c++/57728 - explicit instantiation and defaulted functions
new cd406fe PR c++/77907 - static init and PMF
new 0f13eff PR c++/71515 - typename in partial specialization
new 0a51b4c PR c++/71274 - deprecated warning without use.
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:
gcc/cp/ChangeLog | 17 ++++++++++
gcc/cp/class.c | 3 +-
gcc/cp/constexpr.c | 2 +-
gcc/cp/decl2.c | 54 +++++++++++++++++++-----------
gcc/cp/pt.c | 28 +++++++---------
gcc/testsuite/g++.dg/cpp0x/explicit12.C | 17 ++++++++++
gcc/testsuite/g++.dg/cpp0x/pr77907.C | 23 +++++++++++++
gcc/testsuite/g++.dg/template/typename22.C | 8 +++++
gcc/testsuite/g++.dg/warn/deprecated-11.C | 7 ++++
9 files changed, 122 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/explicit12.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr77907.C
create mode 100644 gcc/testsuite/g++.dg/template/typename22.C
create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-11.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 3a783f8 GlobalISel: handle G_SEQUENCE fallbacks gracefully.
new feccc03 [InstSimplify] add tests for and-of-icmps; 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:
...{or-icmps-same-ops.ll => and-icmps-same-ops.ll} | 843 ++++++++++++---------
1 file changed, 491 insertions(+), 352 deletions(-)
copy test/Transforms/InstSimplify/{or-icmps-same-ops.ll => and-icmps-same-ops.ll} (51%)
--
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 b4824c6 [InstSimplify] add folds for or-of-icmps with same operands
new a5cd8a6 GlobalISel: stop the legalizer from trying to handle oddly-si [...]
new 22c48aa GlobalISel: allow G_SELECT instructions for pointers.
new 3a783f8 GlobalISel: handle G_SEQUENCE fallbacks gracefully.
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/CodeGen/GlobalISel/MachineIRBuilder.h | 2 +-
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 5 +++++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 9 +++++----
lib/CodeGen/GlobalISel/RegBankSelect.cpp | 3 +++
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 4 ++++
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 17 +++++++++++++++++
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 11 +++++++++++
7 files changed, 46 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 llvm.
from 1f9118e [llvm-readobj] - Teach readobj to print PT_OPENBSD_BOOTDATA header
new b4824c6 [InstSimplify] add folds for or-of-icmps with same operands
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 | 36 ++-
test/Transforms/InstSimplify/or-icmps-same-ops.ll | 257 +++++-----------------
2 files changed, 93 insertions(+), 200 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 b1960d4 [InstSimplify] add tests for or-of-icmps; NFC
new 1f9118e [llvm-readobj] - Teach readobj to print PT_OPENBSD_BOOTDATA header
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:
test/Object/Inputs/openbsd-phdrs.elf-x86-64 | Bin 544 -> 600 bytes
test/tools/llvm-readobj/program-headers.test | 16 +++++++++++++++-
tools/llvm-readobj/ELFDumper.cpp | 1 +
3 files changed, 16 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 lld.
from a22e63e Don't print empty PT_LOAD.
new a719d77 [ELF] - Teach LLD to recognize PT_OPENBSD_BOOTDATA
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/LinkerScript.cpp | 1 +
test/ELF/linkerscript/openbsd-bootdata.s | 7 +++++++
2 files changed, 8 insertions(+)
create mode 100644 test/ELF/linkerscript/openbsd-bootdata.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 gcc.
from ceab87e 2016-12-06 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 58a028f Enable libstdc++ compilation on AVR targets
new e38868e Add #ifdef case for 16 bits in cow-stdexcept.cc
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:
libstdc++-v3/ChangeLog | 7 +++++
libstdc++-v3/configure | 49 +++++++++++++++++++++++++++++++++
libstdc++-v3/crossconfig.m4 | 26 +++++++++++++++++
libstdc++-v3/src/c++11/cow-stdexcept.cc | 11 ++++++--
4 files changed, 90 insertions(+), 3 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 461b461 [CMake] Fixing clang standalone build
new b1960d4 [InstSimplify] add tests for or-of-icmps; 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:
test/Transforms/InstSimplify/or-icmps-same-ops.ll | 1352 +++++++++++++++++++++
1 file changed, 1352 insertions(+)
create mode 100644 test/Transforms/InstSimplify/or-icmps-same-ops.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 newlib.
from 72ee640 Cygwin 2.6.1: Add missing release text
new 4007871 Fix 'make man' for parallel make
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:
newlib/Makefile.am | 1 +
newlib/Makefile.in | 1 +
newlib/doc/Makefile.am | 5 +++++
newlib/doc/Makefile.in | 5 +++++
newlib/doc/makedocbook.py | 4 ++++
5 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 06ec4e5 [X86][SSE] Added vector sext_in_reg combine tests
new 057100d [X86][SSE] Add knownbits test demonstrating demandedelts not [...]
new 461b461 [CMake] Fixing clang standalone build
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:
CMakeLists.txt | 2 --
cmake/modules/TableGen.cmake | 4 ++++
test/CodeGen/X86/known-bits-vector.ll | 21 +++++++++++++++++++++
3 files changed, 25 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.