This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1cc5487 [ARM] const cast fix for ARMAttributeParser test
new 47d1df4 [legalizetypes] Push fp16 -> fp32 extension node to worklist.
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/SelectionDAG/LegalizeFloatTypes.cpp | 4 +---
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 3 +--
lib/CodeGen/SelectionDAG/LegalizeTypes.h | 5 +++++
3 files changed, 7 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 38847f2 [LoopPredication] Add a new line to debug output in LoopPredi [...]
new 1cc5487 [ARM] const cast fix for ARMAttributeParser 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:
unittests/Support/ARMAttributeParser.cpp | 5 +++--
1 file changed, 3 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 e432eef 2017-02-01 Richard Biener <rguenther(a)suse.de>
new 80c2ec1 PR78346 make <bits/predefined_ops.h> handle stashing iterators
new 64c8a47 2017-02-01 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 8 ++
.../graphite/{scop-dsyr2k.c => scop-dsyr2k-2.c} | 7 +-
gcc/testsuite/gcc.dg/graphite/scop-dsyr2k.c | 5 +-
.../graphite/{scop-dsyrk.c => scop-dsyrk-2.c} | 7 +-
gcc/testsuite/gcc.dg/graphite/scop-dsyrk.c | 4 +-
libstdc++-v3/ChangeLog | 6 ++
libstdc++-v3/include/bits/predefined_ops.h | 14 +--
.../testsuite/25_algorithms/search/78346.cc | 118 +++++++++++++++++++++
8 files changed, 153 insertions(+), 16 deletions(-)
copy gcc/testsuite/gcc.dg/graphite/{scop-dsyr2k.c => scop-dsyr2k-2.c} (78%)
copy gcc/testsuite/gcc.dg/graphite/{scop-dsyrk.c => scop-dsyrk-2.c} (78%)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/search/78346.cc
--
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 9b2d7a5 PR libstdc++/79195 fix make_array type deduction
new 0a78367 PR78346 make <bits/predefined_ops.h> handle stashing iterators
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 | 6 ++
libstdc++-v3/include/bits/predefined_ops.h | 14 +--
.../testsuite/25_algorithms/search/78346.cc | 118 +++++++++++++++++++++
3 files changed, 131 insertions(+), 7 deletions(-)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/search/78346.cc
--
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-5-branch
in repository gcc.
from 011cdac PR libstdc++/79254 fix exception-safety of std::string copy a [...]
new 74b416a PR78346 make <bits/predefined_ops.h> handle stashing iterators
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 | 6 ++
libstdc++-v3/include/bits/predefined_ops.h | 14 +--
.../testsuite/25_algorithms/search/78346.cc | 118 +++++++++++++++++++++
3 files changed, 131 insertions(+), 7 deletions(-)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/search/78346.cc
--
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-tools-extra.
from 09c9f08 Revert "Implement a new clang-tidy check that suggests users [...]
new 4eaf800 [clang-tidy] Remove debug logging.
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:
clang-tidy/modernize/UseUsingCheck.cpp | 5 -----
1 file changed, 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 binutils-gdb.
from 067869b Fix failing print-memory-usage-1 on Windows
new ce79037 [ld, testsuite] Append $board_cflags in one more place in ld- [...]
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:
ld/ChangeLog | 5 +++++
ld/testsuite/ld-unique/unique.exp | 2 +-
2 files changed, 6 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 gcc.
from ea9285d PR libstdc++/79254 simplify exception-safety in copy assignment
new e432eef 2017-02-01 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gfortran.dg/pr79315.f90 | 52 +++++++++++++++++++++++++++++++++++
gcc/tree-cfg.c | 9 +++---
4 files changed, 68 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr79315.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 master
in repository llvm.
from bddaeb4 [ARM] Enable Cortex-M23 and Cortex-M33 support.
new 38847f2 [LoopPredication] Add a new line to debug output in LoopPredi [...]
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/Transforms/Scalar/LoopPredication.cpp | 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 gcc-5-branch
in repository gcc.
from 49d8db2 Daily bump.
new 011cdac PR libstdc++/79254 fix exception-safety of std::string copy a [...]
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 | 14 +++++++++
libstdc++-v3/include/bits/basic_string.h | 23 +++++++++++---
.../basic_string/allocator/char/copy_assign.cc | 35 ++++++++++++++++++++++
.../basic_string/allocator/wchar_t/copy_assign.cc | 35 ++++++++++++++++++++++
libstdc++-v3/testsuite/util/testsuite_allocator.h | 2 +-
5 files changed, 104 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.