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 3e01786 Daily bump.
new 2ed25be PR 70677 * common/config/avr/avr-common.c (avr_option_optim [...]
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 | 6 ++++++
gcc/common/config/avr/avr-common.c | 3 +++
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 gcc.
from 278b469 2016-08-03 Fritz Reese <fritzoreese(a)gmail.com>
new 88a23f1 Remove deprecated has_trivial_xxx traits
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:
libstdc++-v3/ChangeLog | 33 +++++++++++
libstdc++-v3/include/std/type_traits | 17 ------
.../20_util/declval/requirements/1_neg.cc | 2 +-
.../requirements/explicit_instantiation.cc | 30 ----------
.../requirements/typedefs.cc | 36 ------------
.../20_util/has_trivial_copy_assign/value.cc | 54 ------------------
.../requirements/explicit_instantiation.cc | 31 ----------
.../requirements/typedefs.cc | 36 ------------
.../20_util/has_trivial_copy_constructor/value.cc | 60 --------------------
.../requirements/explicit_instantiation.cc | 31 ----------
.../requirements/typedefs.cc | 36 ------------
.../has_trivial_default_constructor/value.cc | 66 ----------------------
.../headers/type_traits/types_std_c++0x_neg.cc | 3 +
.../make_signed/requirements/typedefs_neg.cc | 2 +-
.../make_unsigned/requirements/typedefs_neg.cc | 4 +-
.../testsuite/20_util/pair/requirements/dr801.cc | 4 --
.../testsuite/20_util/tuple/requirements/dr801.cc | 4 --
17 files changed, 40 insertions(+), 409 deletions(-)
delete mode 100644 libstdc++-v3/testsuite/20_util/has_trivial_copy_assign/requirem [...]
delete mode 100644 libstdc++-v3/testsuite/20_util/has_trivial_copy_assign/requirem [...]
delete mode 100644 libstdc++-v3/testsuite/20_util/has_trivial_copy_assign/value.cc
delete mode 100644 libstdc++-v3/testsuite/20_util/has_trivial_copy_constructor/req [...]
delete mode 100644 libstdc++-v3/testsuite/20_util/has_trivial_copy_constructor/req [...]
delete mode 100644 libstdc++-v3/testsuite/20_util/has_trivial_copy_constructor/value.cc
delete mode 100644 libstdc++-v3/testsuite/20_util/has_trivial_default_constructor/ [...]
delete mode 100644 libstdc++-v3/testsuite/20_util/has_trivial_default_constructor/ [...]
delete mode 100644 libstdc++-v3/testsuite/20_util/has_trivial_default_constructor/ [...]
--
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 9456990 Add branch_changer.py script to maintainer-scripts
new 0a41d71 2016-08-03 Richard Biener <rguenther(a)suse.de>
new 860c3c8 2016-08-03 Richard Biener <rguenther(a)suse.de>
new 278b469 2016-08-03 Fritz Reese <fritzoreese(a)gmail.com>
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:
gcc/fortran/ChangeLog | 8 +
gcc/fortran/gfortran.texi | 53 ++++++
gcc/fortran/intrinsic.c | 111 +++++++++++++
gcc/fortran/intrinsic.texi | 201 +++++++++++++++++++++--
gcc/fortran/invoke.texi | 9 +-
gcc/fortran/lang.opt | 4 +
gcc/fortran/options.c | 1 +
gcc/testsuite/ChangeLog | 18 ++
gcc/testsuite/c-c++-common/ubsan/pr71403-1.c | 2 +-
gcc/testsuite/c-c++-common/ubsan/pr71403-2.c | 2 +-
gcc/testsuite/c-c++-common/ubsan/pr71403-3.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/loadpre2.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/loadpre21.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/loadpre22.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-23.c | 2 +-
gcc/testsuite/gfortran.dg/dec_intrinsic_ints.f90 | 165 +++++++++++++++++++
16 files changed, 563 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dec_intrinsic_ints.f90
--
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 hsa
in repository gcc.
from e7e964e Cleanups of hsa_insns_signal and hsa_insns_queue
new 439fd22 2016-08-03 Martin Jambor <mjambor(a)suse.cz>
new 5769169 Rename m_binded_function to m_bound_function
new 95212b29 Outline some functionality in HSA libgomp plugin
new 0179c79 Update existing hsa builtin handling
new a3319a1 Minor tweak to HSA_SORRY macros
new 820b4c1 Handle BRIG_OPCODE_DEBUGTRAP in op_output_p
new 07d2970 Switch dynamic parallelism off by default
new 437b8cf Refactoring of handling atomiscs
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/ChangeLog.hsa | 69 +++++++
gcc/doc/invoke.texi | 6 +
gcc/hsa-builtins.def | 6 +-
gcc/hsa-gen.c | 447 +++++++++++++++++++++++++-------------------
gcc/hsa.c | 36 ++--
gcc/hsa.h | 9 +-
gcc/ipa-hsa.c | 12 +-
gcc/omp-low.c | 6 +-
gcc/params.def | 6 +
libgomp/ChangeLog.hsa | 8 +
libgomp/plugin/plugin-hsa.c | 74 +++++---
11 files changed, 433 insertions(+), 246 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 1345035 add a vector variant of each test
new c3332e4 [Hexagon] Do not check alignment for unsized types in isLegal [...]
new 305565b Disable shrinking of SNaN constants
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:
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 28 +++++++++------
lib/Target/Hexagon/HexagonISelLowering.cpp | 23 ++++++++----
test/CodeGen/Hexagon/is-legal-void.ll | 58 ++++++++++++++++++++++++++++++
test/CodeGen/SystemZ/fp-const-10.ll | 15 ++++++++
4 files changed, 106 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGen/Hexagon/is-legal-void.ll
create mode 100644 test/CodeGen/SystemZ/fp-const-10.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 clang.
from 7c12ee2 Fix quadratic runtime when adding items to tooling::Replacements.
new 7604798 Fix bug in conflict check for Replacements::add().
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/Tooling/Core/Replacement.cpp | 15 ++++++++-------
unittests/Tooling/RefactoringTest.cpp | 20 ++++++++++++++++++++
2 files changed, 28 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 lld.
from 3a1185b Remove redundant argument.
new ad90e01 Revert 277594, it caused PR28827
new d6fea1a Revert an unintentional change from r277599
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:
ELF/LinkerScript.cpp | 9 +++++----
ELF/LinkerScript.h | 5 +++--
ELF/Writer.cpp | 7 ++++---
3 files changed, 12 insertions(+), 9 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 41fc0ec [InstCombine] Add select-bitext.ll tests
new 1345035 add a vector variant of each test
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/InstCombine/compare-udiv.ll | 172 ++++++++++++++++++++++++++++
1 file changed, 172 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 glibc.
from 6c444ad elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]
new b381a38 Update and install proc_service.h [BZ #20311]
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:
ChangeLog | 11 +++++++++++
nptl_db/Makefile | 2 +-
nptl_db/proc_service.h | 19 ++++++++++++++-----
3 files changed, 26 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.