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 a6ecfae [gcc]
new a19b8f6 Backport fixes to std::experimental::sample
new 7f77887 Use ::new to avoid finding overloaded operator new
new e2bec42 Fix invalid dg-do directive
new ee6b564 Add noexcept to std::function swap
new 8709562 Use normal mode containers in searchers
new 7d6f011 Remove redundant const qualifiers from string_view
new 73449fe Change test to use VERIFY not assert
new bbd5a1b Update docs on libstdc++ source-code layout
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:
libstdc++-v3/ChangeLog | 78 +++++++++
libstdc++-v3/doc/html/manual/bugs.html | 3 +
.../doc/html/manual/source_organization.html | 177 ++++++++++----------
.../doc/xml/manual/appendix_contributing.xml | 181 ++++++++++++++++-----
libstdc++-v3/doc/xml/manual/intro.xml | 6 +
libstdc++-v3/include/experimental/algorithm | 10 +-
libstdc++-v3/include/experimental/functional | 8 +-
libstdc++-v3/include/experimental/string_view | 2 +-
libstdc++-v3/include/std/functional | 10 +-
.../20_util/function/{69222.cc => 77322.cc} | 12 +-
.../20_util/function/{69222.cc => cons/72820.cc} | 10 +-
.../20_util/reference_wrapper/invoke-2.cc | 2 +-
.../26_numerics/random/default_random_engine.cc | 4 +-
.../testsuite/experimental/algorithm/sample.cc | 1 +
14 files changed, 347 insertions(+), 157 deletions(-)
copy libstdc++-v3/testsuite/20_util/function/{69222.cc => 77322.cc} (81%)
copy libstdc++-v3/testsuite/20_util/function/{69222.cc => cons/72820.cc} (87%)
--
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 5fd1e54 runtime: copy rdebug code from Go 1.7 runtime
new dbd2f08 * lib/target-supports.exp (check_effective_ta [...]
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/lib/target-supports.exp | 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 llvm.
from de86453 AMDGPU/SI: Fix LowerParameter() for i16 arguments
new 0d8c32f AMDGPU/SI: LowerParameter() should be computing align based o [...]
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/Target/AMDGPU/SIISelLowering.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 master
in repository gcc.
from e8ebfb4 [AArch64] Use new target pass registration framework for FMA [...]
new 5bcc415 2016-10-17 Andrew Pinski <apinski(a)cavium.com>
new c258c00 Fix formating.
new 5fd1e54 runtime: copy rdebug code from Go 1.7 runtime
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/go/gofrontend/MERGE | 2 +-
gcc/testsuite/ChangeLog | 15 ++++++-
.../gcc.target/aarch64/aapcs64/test_align-7.c | 4 +-
gcc/testsuite/gcc.target/aarch64/cinc_common_1.c | 8 ++--
gcc/testsuite/gcc.target/aarch64/combine_bfi_1.c | 4 +-
gcc/testsuite/gcc.target/aarch64/fmul_fcvt_1.c | 12 +++---
gcc/testsuite/gcc.target/aarch64/mult-synth_4.c | 4 +-
gcc/testsuite/gcc.target/aarch64/pr68102_1.c | 2 +-
gcc/testsuite/gcc.target/aarch64/target_attr_3.c | 16 ++++----
libgo/Makefile.am | 2 +-
libgo/Makefile.in | 5 +--
libgo/go/runtime/debug/garbage.go | 46 ++++++++++++----------
libgo/go/runtime/debug/garbage_test.go | 13 ++++++
libgo/go/runtime/debug/stack_test.go | 10 +++--
libgo/go/runtime/debug/stubs.go | 17 ++++++++
libgo/go/runtime/mprof.go | 6 +--
libgo/go/runtime/rdebug.go | 27 +++++++++++++
libgo/go/runtime/stubs.go | 16 ++++++++
libgo/go/runtime/traceback_gccgo.go | 6 +--
libgo/runtime/go-signal.c | 2 +-
libgo/runtime/heapdump.c | 4 +-
libgo/runtime/malloc.h | 5 ++-
libgo/runtime/mgc0.c | 12 +++---
libgo/runtime/panic.c | 4 +-
libgo/runtime/proc.c | 10 ++---
libgo/runtime/rdebug.goc | 26 ------------
libgo/runtime/runtime.c | 4 --
libgo/runtime/runtime.h | 6 +--
28 files changed, 177 insertions(+), 111 deletions(-)
create mode 100644 libgo/go/runtime/debug/stubs.go
create mode 100644 libgo/go/runtime/rdebug.go
delete mode 100644 libgo/runtime/rdebug.goc
--
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 04845b6 [gcc]
new 5234b1e Backport fixes to std::experimental::sample
new 542ac92 Use ::new to avoid finding overloaded operator new
new 2509806 Fix invalid dg-do directive
new a60b494 Add noexcept to std::function swap
new fc54dc9 Qualify use of std::declval to avoid ADL
new 7396641 Use normal mode containers in searchers
new 07307b6 Remove redundant const qualifiers from string_view
new 608435d Change test to use VERIFY not assert
new ea563bb Correct C++11 implementation status docs
new 8c8e76e Update docs on libstdc++ source-code layout
new 30506ca Remove invalid effective-targets from std::function tests
The 11 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 | 99 +++++++++++
libstdc++-v3/doc/html/manual/bugs.html | 3 +
.../doc/html/manual/source_organization.html | 179 ++++++++++----------
libstdc++-v3/doc/html/manual/status.html | 6 +-
.../doc/xml/manual/appendix_contributing.xml | 183 ++++++++++++++++-----
libstdc++-v3/doc/xml/manual/intro.xml | 6 +
libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 14 +-
libstdc++-v3/include/experimental/algorithm | 10 +-
libstdc++-v3/include/experimental/functional | 8 +-
libstdc++-v3/include/experimental/propagate_const | 2 +-
libstdc++-v3/include/experimental/string_view | 2 +-
libstdc++-v3/include/std/functional | 10 +-
.../20_util/function/{69222.cc => 77322.cc} | 12 +-
.../20_util/function/{69222.cc => cons/72820.cc} | 10 +-
.../20_util/reference_wrapper/invoke-2.cc | 2 +-
.../26_numerics/random/default_random_engine.cc | 4 +-
.../testsuite/experimental/algorithm/sample.cc | 1 +
17 files changed, 380 insertions(+), 171 deletions(-)
copy libstdc++-v3/testsuite/20_util/function/{69222.cc => 77322.cc} (81%)
copy libstdc++-v3/testsuite/20_util/function/{69222.cc => cons/72820.cc} (87%)
--
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 6e2da3f * explow.c (validize_mem): Do not modify the argument in-place.
new e8ebfb4 [AArch64] Use new target pass registration framework for FMA [...]
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 | 16 ++++++++++++++++
.../{cortex-a57-fma-steering.h => aarch64-passes.def} | 7 +++----
gcc/config/aarch64/aarch64-protos.h | 2 ++
gcc/config/aarch64/aarch64.c | 4 ----
gcc/config/aarch64/cortex-a57-fma-steering.c | 16 +---------------
gcc/config/aarch64/t-aarch64 | 3 ++-
6 files changed, 24 insertions(+), 24 deletions(-)
rename gcc/config/aarch64/{cortex-a57-fma-steering.h => aarch64-passes.def} (78%)
--
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 6eae33c [DAG] optimize away an arithmetic-right-shift of a 0 or -1 value
new de86453 AMDGPU/SI: Fix LowerParameter() for i16 arguments
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/Target/AMDGPU/SIISelLowering.cpp | 28 ++++++++++++++++++----------
test/CodeGen/AMDGPU/merge-stores.ll | 6 +-----
2 files changed, 19 insertions(+), 15 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 9870631 [ELF] - Add support for -nopie
new 2113acd Rename skip(StringRef) -> consume(StringRef).
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 | 48 ++++++++++++++++++++++++------------------------
ELF/ScriptParser.cpp | 2 +-
ELF/ScriptParser.h | 2 +-
ELF/SymbolListFile.cpp | 2 +-
4 files changed, 27 insertions(+), 27 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 8cae7a4 Fixed matching in newly added test.
new 5562a44 gdb: Fix phony iconv build
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:
gdb/ChangeLog | 5 +++++
gdb/charset.h | 4 ++++
2 files changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.