This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c89a2518524 PR libstdc++/81017 add noexcept to std::function move operations
new 32b3df079a3 * opts.c (finish_options): x_flag_reorder_blocks_and_parti [...]
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/opts.c | 10 ----------
2 files changed, 5 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 gcc.
from e7fcec67819 2017-06-08 Olivier Hainque <hainque(a)adacore.com>
new bb5a804f754 * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_par [...]
new c89a2518524 PR libstdc++/81017 add noexcept to std::function move operations
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 | 13 +++++++++++++
gcc/cfgrtl.c | 3 +--
gcc/dbxout.c | 2 +-
gcc/dwarf2out.c | 6 +++---
gcc/haifa-sched.c | 3 +--
gcc/hw-doloop.c | 2 +-
gcc/varasm.c | 15 +++++----------
libstdc++-v3/ChangeLog | 8 ++++++++
libstdc++-v3/include/bits/std_function.h | 4 ++--
libstdc++-v3/testsuite/20_util/function/assign/move.cc | 5 +++--
libstdc++-v3/testsuite/20_util/function/cons/move.cc | 5 +++--
11 files changed, 41 insertions(+), 25 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 clang.
from ff4214ddcf Do not inherit default arguments for friend function in clas [...]
new cb6021b041 [libclang] Expose typedef and address space functions
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:
bindings/python/clang/cindex.py | 11 +++++++++++
bindings/python/tests/cindex/test_type.py | 17 +++++++++++++++++
include/clang-c/Index.h | 12 +++++++++++-
tools/libclang/CXType.cpp | 22 ++++++++++++++++++++++
tools/libclang/libclang.exports | 2 ++
5 files changed, 63 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 binutils-gdb.
from ff4ca5ac6a Remove MAX_REGISTER_SIZE from mi/mi-main.c
new 4ec192e6ab [bfd][arm] Don't assert on suspicious build attributes in in [...]
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:
bfd/ChangeLog | 6 ++++++
bfd/elf32-arm.c | 11 ++++++++++-
2 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 gcc.
from f08c22c4f3d * predict.c (maybe_hot_bb_p): Do not check profile status. [...]
new ef316fead76 gcc/ChangeLog:
new e7fcec67819 2017-06-08 Olivier Hainque <hainque(a)adacore.com>
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 | 11 ++++
gcc/testsuite/ChangeLog | 6 ++
.../mpx/{pointer-arg-1-lbv.c => hard-reg-2-lbv.c} | 15 ++---
gcc/testsuite/gcc.target/i386/mpx/hard-reg-2-nov.c | 18 ++++++
.../mpx/{pointer-arg-1-lbv.c => hard-reg-2-ubv.c} | 15 ++---
gcc/tree-chkp.c | 68 ++++++++++++++++++++++
libgcc/ChangeLog | 6 ++
libgcc/config/t-vxworks | 6 +-
8 files changed, 122 insertions(+), 23 deletions(-)
copy gcc/testsuite/gcc.target/i386/mpx/{pointer-arg-1-lbv.c => hard-reg-2-lbv.c} (61%)
create mode 100644 gcc/testsuite/gcc.target/i386/mpx/hard-reg-2-nov.c
copy gcc/testsuite/gcc.target/i386/mpx/{pointer-arg-1-lbv.c => hard-reg-2-ubv.c} (61%)
--
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 c97778ff [clang-tidy] When" -fno-exceptions is used", this warning is [...]
new 3c911a69 [clang-tidy] New checker to replace dynamic exception specifications
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/CMakeLists.txt | 1 +
clang-tidy/modernize/ModernizeTidyModule.cpp | 2 +
clang-tidy/modernize/UseNoexceptCheck.cpp | 114 +++++++++++++++++++++
...ansparentFunctorsCheck.h => UseNoexceptCheck.h} | 32 ++++--
docs/ReleaseNotes.rst | 5 +
docs/clang-tidy/checks/list.rst | 1 +
docs/clang-tidy/checks/modernize-use-noexcept.rst | 90 ++++++++++++++++
test/clang-tidy/modernize-use-noexcept-macro.cpp | 36 +++++++
test/clang-tidy/modernize-use-noexcept-opt.cpp | 88 ++++++++++++++++
test/clang-tidy/modernize-use-noexcept.cpp | 104 +++++++++++++++++++
10 files changed, 463 insertions(+), 10 deletions(-)
create mode 100644 clang-tidy/modernize/UseNoexceptCheck.cpp
copy clang-tidy/modernize/{UseTransparentFunctorsCheck.h => UseNoexceptCheck.h} (50%)
create mode 100644 docs/clang-tidy/checks/modernize-use-noexcept.rst
create mode 100644 test/clang-tidy/modernize-use-noexcept-macro.cpp
create mode 100644 test/clang-tidy/modernize-use-noexcept-opt.cpp
create mode 100644 test/clang-tidy/modernize-use-noexcept.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 gcc-7-branch
in repository gcc.
from b21724f8116 Daily bump.
new 970da265b54 Backport from mainline 2017-06-02 David Ed [...]
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 | 11 +++++++++++
gcc/dwarf2out.c | 15 +++++++++++++--
2 files changed, 24 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.
Christophe Lyon pushed a change to branch cmp-script
in repository toolchain/bmk-scripts.
at c015f0a compare.pl: New script.
This branch includes the following new commits:
new c015f0a compare.pl: New script.
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.
--
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.
Christophe Lyon pushed a change to branch bmk-cmp
in repository toolchain/jenkins-scripts.
at b587f05 tcwg-benchmark-results-compare.sh: New script for tcwg-benchm [...]
This branch includes the following new commits:
new b587f05 tcwg-benchmark-results-compare.sh: New script for tcwg-benchm [...]
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.
--
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 4bdace3fe05 Regenerate test
new d2492e7267c InferAddressSpaces: Avoid assertion failure with replacing [...]
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/InferAddressSpaces.cpp | 7 +++++
.../InferAddressSpaces/NVPTX/clone_constexpr.ll | 36 ++++++++++++++++++++++
2 files changed, 43 insertions(+)
create mode 100644 test/Transforms/InferAddressSpaces/NVPTX/clone_constexpr.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.