This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 48aa2e1 Add void_t and invoke feature test macros
new 34c6b80 XFAIL aligned allocation test failures with UBSAN
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:
.../new.delete.array/delete_align_val_t_replace.pass.cpp | 11 +++++++----
.../new.delete.array/new_align_val_t_nothrow_replace.pass.cpp | 3 ---
.../new.delete.single/delete_align_val_t_replace.pass.cpp | 3 +++
.../new_align_val_t_nothrow_replace.pass.cpp | 2 --
4 files changed, 10 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 master
in repository binutils-gdb.
from 8ffc1bb Include strings.h where available
new afb1110 btrace: remove leftover comment
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 | 4 ++++
gdb/nat/linux-btrace.c | 5 -----
2 files changed, 4 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 libcxx.
from bf70269 Update OS X ABI list
new 48aa2e1 Add void_t and invoke feature test macros
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:
include/functional | 2 ++
include/type_traits | 2 ++
.../func.invoke/invoke_feature_test_macro.pass.cpp | 39 ++++++++++++++++++++++
.../void_t_feature_test_macro.pass.cpp} | 31 ++++++++++-------
4 files changed, 62 insertions(+), 12 deletions(-)
create mode 100644 test/std/utilities/function.objects/func.invoke/invoke_feature_ [...]
copy test/std/{depr/depr.ios.members/streampos.pass.cpp => utilities/meta/meta.una [...]
--
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 gdb-7.12-branch
in repository binutils-gdb.
from 8dfaeee Automatic date update in version.in
new 9e7fe25 Include strings.h where available
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/common/common-defs.h | 3 +++
2 files changed, 8 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 binutils-gdb.
from 64a0223 Automatic date update in version.in
new 8ffc1bb Include strings.h where available
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/common/common-defs.h | 3 +++
2 files changed, 8 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 libcxx.
from 4289b6e Cleanup LIT testing doc
new 9acbffa Implement P0035R4 -- Add C++17 aligned allocation functions
new 06e44a7 Correct ABI changelog revision number
new bf70269 Update OS X ABI list
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:
include/new | 79 ++++++++++---
lib/abi/CHANGELOG.TXT | 16 +++
lib/abi/x86_64-apple-darwin16.0.abilist | 11 ++
lib/abi/x86_64-linux-gnu.abilist | 11 ++
src/new.cpp | 126 +++++++++++++++++++--
.../support.dynamic/new_faligned_allocation.sh.cpp | 77 +++++++++++++
test/libcxx/test/config.py | 3 +
.../support.dynamic/align_val_t.pass.cpp | 34 ++++++
.../delete_align_val_t_replace.pass.cpp | 83 ++++++++++++++
.../new_align_val_t.pass.cpp} | 43 ++++---
.../new_align_val_t_nothrow.pass.cpp | 79 +++++++++++++
.../new_align_val_t_nothrow_replace.pass.cpp | 84 ++++++++++++++
.../new_align_val_t_replace.pass.cpp | 82 ++++++++++++++
.../delete_align_val_t_replace.pass.cpp | 83 ++++++++++++++
.../{new.pass.cpp => new_align_val_t.pass.cpp} | 37 ++++--
...w.pass.cpp => new_align_val_t_nothrow.pass.cpp} | 48 ++++++--
.../new_align_val_t_nothrow_replace.pass.cpp | 85 ++++++++++++++
.../new_align_val_t_replace.pass.cpp | 82 ++++++++++++++
18 files changed, 1006 insertions(+), 57 deletions(-)
create mode 100644 test/libcxx/language.support/support.dynamic/new_faligned_alloc [...]
create mode 100644 test/std/language.support/support.dynamic/align_val_t.pass.cpp
create mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete [...]
copy test/std/language.support/support.dynamic/new.delete/{new.delete.single/new.p [...]
create mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete [...]
create mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete [...]
create mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete [...]
create mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete [...]
copy test/std/language.support/support.dynamic/new.delete/new.delete.single/{new.p [...]
copy test/std/language.support/support.dynamic/new.delete/new.delete.single/{new_n [...]
create mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete [...]
create mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete [...]
--
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 libcxx.
from 9dbc053 Remove two ABI symbols added after the 3.9 release
new 4289b6e Cleanup LIT testing doc
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/TestingLibcxx.rst | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 6058e0b gcc/ Backport from trunk r238977. 2016-08-02 Tamar Christ [...]
new 8e9fa4a gcc/ Backport from trunk r237857. 2016-06-29 Jim Wilson [...]
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/config/aarch64/aarch64-cores.def | 2 +-
gcc/config/aarch64/aarch64.c | 51 +++++++++++++++++
gcc/config/arm/aarch-cost-tables.h | 103 +++++++++++++++++++++++++++++++++++
gcc/config/arm/arm-cores.def | 2 +-
gcc/config/arm/arm.c | 23 ++++++++
gcc/testsuite/gcc.dg/asr_div1.c | 1 +
6 files changed, 180 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 69cf0cf 2016-10-14 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new eb179b9 Fix long line
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 | 4 ++--
1 file changed, 2 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.
Yvan Roux pushed a change to branch master
in repository toolchain/tcwg-release-tools.
from 85bd4cd Cleanup and exit if GCC build fails.
new 7552cee Runs tracking rc/rel tags need to checkout release branch
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:
tcwg-release.sh | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 56 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.