This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1db745e Replace -skip-rax-setup with -mskip-rax-setup
new 482539e [AArch64] Work around PR target/64971
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 | 8 ++++++++
gcc/config/aarch64/aarch64.md | 15 +++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/compile/pr37433-1.c | 11 +++++++++++
4 files changed, 39 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr37433-1.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 gcc-6-branch
in repository gcc.
from 9756227 * tree-if-conv.c (is_false_predicate): For NULL_TREE return [...]
new e198338 PR c++/66543 - -Wunused-but-set* false positives
new 9f9b359 * c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_range_based_for.
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/c-family/ChangeLog | 4 ++++
gcc/c-family/c-cppbuiltin.c | 4 +++-
gcc/cp/ChangeLog | 8 ++++++++
gcc/cp/expr.c | 1 +
gcc/cp/pt.c | 2 ++
gcc/cp/semantics.c | 6 ++++++
gcc/testsuite/g++.dg/warn/Wunused-parm-7.C | 17 +++++++++++++++++
gcc/testsuite/g++.dg/warn/Wunused-parm-8.C | 9 +++++++++
gcc/testsuite/g++.dg/warn/Wunused-var-24.C | 10 ++++++++++
gcc/testsuite/g++.dg/warn/Wunused-var-25.C | 15 +++++++++++++++
10 files changed, 75 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-parm-7.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-parm-8.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-var-24.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-var-25.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 2dca566 [gold-plugin] Disable name for values other than GlobalValue
new 12607ab Revert "[gold-plugin] Disable name for values other than Glob [...]
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/tools/gold/X86/strip_names.ll | 35 -----------------------------------
tools/gold/gold-plugin.cpp | 6 ------
2 files changed, 41 deletions(-)
delete mode 100644 test/tools/gold/X86/strip_names.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 a887661 * tree-if-conv.c (is_false_predicate): For NULL_TREE return [...]
new eadb4d2 2016-04-20 Richard Biener <rguenther(a)suse.de>
new 1db745e Replace -skip-rax-setup with -mskip-rax-setup
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 | 12 ++++++++++++
gcc/doc/invoke.texi | 2 +-
gcc/gimple-fold.c | 3 +--
gcc/gimple-match-head.c | 10 +++++-----
gcc/gimple-match.h | 2 +-
5 files changed, 20 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 gcc-5-branch
in repository gcc.
from 66af6da PR70674: S/390: Add memory barrier to stack pointer restore f [...]
new 4db2817 Avoid including all of <random> in <algorithm>
new 9fba103 Ensure std::thread helpers have internal linkage
new 1105332 Fix assertions for move assignment of trivial types
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:
libstdc++-v3/ChangeLog | 45 +++
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/bits/random.h | 168 +---------
libstdc++-v3/include/bits/random.tcc | 152 ---------
libstdc++-v3/include/bits/stl_algo.h | 2 +-
libstdc++-v3/include/bits/stl_algobase.h | 12 +-
libstdc++-v3/include/bits/uniform_int_dist.h | 369 +++++++++++++++++++++
libstdc++-v3/src/c++11/thread.cc | 6 +-
.../uninitialized_copy/move_iterators/1.cc | 2 +-
.../uninitialized_copy_n/move_iterators/1.cc | 2 +-
.../copy/move_iterators/69478.cc} | 30 +-
.../copy_backward/move_iterators/69478.cc} | 30 +-
.../69222.cc => 25_algorithms/move/69478.cc} | 30 +-
.../move_backward/69478.cc} | 30 +-
.../testsuite/25_algorithms/nth_element/58800.cc | 1 +
.../testsuite/26_numerics/random/pr60037-neg.cc | 4 +-
.../30_threads/thread/{adl.cc => 70503.cc} | 33 +-
.../testsuite/libstdc++-prettyprinters/whatis.cc | 3 +-
19 files changed, 533 insertions(+), 388 deletions(-)
create mode 100644 libstdc++-v3/include/bits/uniform_int_dist.h
copy libstdc++-v3/testsuite/{20_util/function/69222.cc => 25_algorithms/copy/move_ [...]
copy libstdc++-v3/testsuite/{20_util/function/69222.cc => 25_algorithms/copy_backw [...]
copy libstdc++-v3/testsuite/{20_util/function/69222.cc => 25_algorithms/move/69478 [...]
copy libstdc++-v3/testsuite/{20_util/function/69222.cc => 25_algorithms/move_backw [...]
copy libstdc++-v3/testsuite/30_threads/thread/{adl.cc => 70503.cc} (60%)
--
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 53a044c PR tree-optimization/70725 * tree-if-conv.c (is_false_predi [...]
new 9756227 * tree-if-conv.c (is_false_predicate): For NULL_TREE return [...]
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 | 5 +++++
gcc/tree-if-conv.c | 6 +++---
2 files changed, 8 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 53fd688 AMDGPU/SI: Assembler: improvements to support trap handlers.
new 2dca566 [gold-plugin] Disable name for values other than GlobalValue
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/{Feature => tools/gold/X86}/strip_names.ll | 13 +++++++++++--
tools/gold/gold-plugin.cpp | 6 ++++++
2 files changed, 17 insertions(+), 2 deletions(-)
copy test/{Feature => tools/gold/X86}/strip_names.ll (55%)
--
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 92463f0 clang-tidy: [misc-unused-using-decls] Support template types.
new cf8ed12 [include-fixer] Add a prototype for a new include fixing tool.
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 | 1 +
include-fixer/CMakeLists.txt | 20 ++
include-fixer/InMemoryXrefsDB.cpp | 23 ++
include-fixer/InMemoryXrefsDB.h | 36 ++++
include-fixer/IncludeFixer.cpp | 309 +++++++++++++++++++++++++++
include-fixer/IncludeFixer.h | 46 ++++
include-fixer/XrefsDB.h | 38 ++++
include-fixer/tool/CMakeLists.txt | 11 +
include-fixer/tool/ClangIncludeFixer.cpp | 50 +++++
unittests/CMakeLists.txt | 1 +
unittests/include-fixer/CMakeLists.txt | 22 ++
unittests/include-fixer/IncludeFixerTest.cpp | 87 ++++++++
12 files changed, 644 insertions(+)
create mode 100644 include-fixer/CMakeLists.txt
create mode 100644 include-fixer/InMemoryXrefsDB.cpp
create mode 100644 include-fixer/InMemoryXrefsDB.h
create mode 100644 include-fixer/IncludeFixer.cpp
create mode 100644 include-fixer/IncludeFixer.h
create mode 100644 include-fixer/XrefsDB.h
create mode 100644 include-fixer/tool/CMakeLists.txt
create mode 100644 include-fixer/tool/ClangIncludeFixer.cpp
create mode 100644 unittests/include-fixer/CMakeLists.txt
create mode 100644 unittests/include-fixer/IncludeFixerTest.cpp
--
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 7a6c824 gcc/
new b467280 * gnat.dg/self1.adb: Remove now incorrect test.
new a887661 * tree-if-conv.c (is_false_predicate): For NULL_TREE return [...]
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 | 5 +++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gnat.dg/self1.adb | 21 ---------------------
gcc/tree-if-conv.c | 6 +++---
4 files changed, 12 insertions(+), 24 deletions(-)
delete mode 100644 gcc/testsuite/gnat.dg/self1.adb
--
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 9c20237 2016-04-20 Bob Duff <duff(a)adacore.com>
new 4fb4873 * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_A [...]
new 7a6c824 gcc/
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 | 9 +++++++++
gcc/config/i386/sse.md | 6 +++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/scev-11.c | 28 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/scev-12.c | 30 ++++++++++++++++++++++++++++++
gcc/tree-scalar-evolution.c | 30 ++++++++++++++++++++++++++++++
6 files changed, 105 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/scev-11.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/scev-12.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.