This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 1a2caf573 Update the status of removed components
new 0eec3e8b2 Clean up string's deduction guides tests. Mark old versions 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:
.../basic.string/string.cons/iter_alloc.pass.cpp | 57 ------------
...lloc.fail.cpp => iter_alloc_deduction.fail.cpp} | 2 +-
...lloc.pass.cpp => iter_alloc_deduction.pass.cpp} | 101 +--------------------
3 files changed, 4 insertions(+), 156 deletions(-)
rename test/std/strings/basic.string/string.cons/{iter_alloc.fail.cpp => iter_allo [...]
copy test/std/strings/basic.string/string.cons/{iter_alloc.pass.cpp => iter_alloc_ [...]
--
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 master
in repository toolchain/tcwg-buildapp.
from 00baa7f build-linux.sh: Add debug traces (temporary)
new caedfc1 build-linux.sh: Export LAVA/ARTIFACTORIAL variables
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:
build-linux.sh | 1 +
1 file changed, 1 insertion(+)
--
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 22b83eeea66 runtime: get missing function name from symbol table
new b1be555e85a [C++ PATCH] initializer_list diagnostic
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/cp/ChangeLog | 5 +++++
gcc/cp/class.c | 7 +++----
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/cpp0x/initlist93.C | 2 +-
4 files changed, 13 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from 1f9f1c3 build-linux.sh: Activate debug logs for lava-boot.py.
new 00baa7f build-linux.sh: Add debug traces (temporary)
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:
build-linux.sh | 6 +++++-
1 file changed, 5 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 clang.
from 9a33e2aa22 [Parser][FixIt] Better diagnostics for "typedef" instead of [...]
new 06e63fb8ed [clang-format] Do not break Objective-C string literals insi [...]
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/Format/ContinuationIndenter.cpp | 8 ++++++++
lib/Format/ContinuationIndenter.h | 7 ++++++-
unittests/Format/FormatTestObjC.cpp | 6 ++++++
3 files changed, 20 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 release/2.26/master
in repository glibc.
from 01ba6f5076 Fix integer overflows in internal memalign and malloc [BZ #2 [...]
new d300041c53 Update NEWS for bug 22343 and bug 22774
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:
NEWS | 2 ++
1 file changed, 2 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 86517c4a081 [SLPVectorizer] auto-generate complete checks; NFC
new a43548c0566 [AMDGPU] Updae documentation about address space
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:
docs/AMDGPUUsage.rst | 38 +++++++++++++-------------------------
1 file changed, 13 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 gcc.
from 54835654b16 libgo: update to Go1.10rc2
new f90e86cfd8c * Makefile.am (check-gccgo, check-gcc): Add options to pic [...]
new 22b83eeea66 runtime: get missing function name from symbol table
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/go/gofrontend/MERGE | 2 +-
gotools/ChangeLog | 6 +++
gotools/Makefile.am | 8 +--
gotools/Makefile.in | 10 ++--
libgo/go/runtime/crash_gccgo_test.go | 59 ++++++++++++++++++++++
.../testdata/testprogcgo/traceback_gccgo.go | 40 +++++++++++++++
.../testdata/{testprognet => testprogcxx}/main.go | 2 +-
libgo/go/runtime/testdata/testprogcxx/traceback.cc | 19 +++++++
libgo/go/runtime/testdata/testprogcxx/traceback.go | 24 +++++++++
libgo/runtime/go-callers.c | 32 +++++++++++-
libgo/testsuite/gotest | 8 +--
11 files changed, 193 insertions(+), 17 deletions(-)
create mode 100644 libgo/go/runtime/crash_gccgo_test.go
create mode 100644 libgo/go/runtime/testdata/testprogcgo/traceback_gccgo.go
copy libgo/go/runtime/testdata/{testprognet => testprogcxx}/main.go (91%)
create mode 100644 libgo/go/runtime/testdata/testprogcxx/traceback.cc
create mode 100644 libgo/go/runtime/testdata/testprogcxx/traceback.go
--
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 0a5886c1e09 [InstCombine] Fix issue with X udiv (POW2_C1 << N) for non- [...]
new 306ada1fe00 [SLPVectorizer] move RUN line to top-of-file; NFC
new 6412c3723bd [SLPVectorizer] auto-generate complete checks; NFC
new 86517c4a081 [SLPVectorizer] auto-generate complete checks; NFC
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:
test/Transforms/SLPVectorizer/X86/horizontal.ll | 2 +-
test/Transforms/SLPVectorizer/X86/reorder_phi.ll | 57 ++++++++++++++-----
test/Transforms/SLPVectorizer/X86/simplebb.ll | 70 ++++++++++++++++++------
3 files changed, 96 insertions(+), 33 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 release/2.26/master
in repository glibc.
from bbabb868cd powerpc: Fix syscalls during early process initialization [B [...]
new 01ba6f5076 Fix integer overflows in internal memalign and malloc [BZ #2 [...]
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 | 13 +++
NEWS | 8 ++
malloc/Makefile | 1 +
malloc/malloc.c | 30 +++--
malloc/tst-malloc-too-large.c | 253 ++++++++++++++++++++++++++++++++++++++++++
5 files changed, 297 insertions(+), 8 deletions(-)
create mode 100644 malloc/tst-malloc-too-large.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.