This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 0acb8a2 Refactor long double information into bits/long-double.h.
new f02bb00 Fix generic fmax, fmin sNaN handling (bug 20947).
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 | 5 +++++
math/s_fmax_template.c | 9 ++++++++-
math/s_fmin_template.c | 9 ++++++++-
3 files changed, 21 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 4954efd Split omp-low into multiple files
new 7c6746c Coding style fixes
new 7a2c84f 2016-12-14 Andrew Pinski <apinski(a)cavium.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 | 34 +++++++++++
gcc/common/config/aarch64/aarch64-common.c | 2 +-
gcc/config/aarch64/aarch64-cores.def | 42 +++++++------
gcc/config/aarch64/aarch64-opts.h | 2 +-
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/config/aarch64/aarch64.c | 2 +-
gcc/config/aarch64/aarch64.h | 2 +-
gcc/config/aarch64/driver-aarch64.c | 91 ++++++++++++++++------------
gcc/doc/invoke.texi | 5 +-
gcc/omp-expand.c | 95 +++++++++++++++---------------
gcc/omp-general.c | 10 ++--
gcc/omp-grid.c | 41 +++++++------
gcc/omp-low.c | 43 +++++++-------
gcc/omp-offload.c | 22 +++----
14 files changed, 227 insertions(+), 166 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 a793c18 XFAIL test on apple-clang-7.0
new 18e56b4 [libcxx] Fix tuple construction/assignment from types derived [...]
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/__tuple | 64 +++++++--
include/tuple | 63 +++++----
include/type_traits | 59 ++++++++
.../tuple.assign/derived_from_tuple_like.pass.cpp | 113 ++++++++++++++++
.../tuple.cnstr/derived_from_tuple_like.pass.cpp | 150 +++++++++++++++++++++
test/support/propagate_value_category.hpp | 145 ++++++++++++++++++++
6 files changed, 558 insertions(+), 36 deletions(-)
create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.assign/derived_from_ [...]
create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/derived_from_t [...]
create mode 100644 test/support/propagate_value_category.hpp
--
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 ca0bb7a Only sets profile summary when it was not preset.
new f87c88e LibDriver: Reject inputs that are not COFF objects or bitcode files.
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/LibDriver/LibDriver.cpp | 7 +++++++
.../Inputs/cl-gl.obj} | Bin 4208 -> 3734 bytes
test/LibDriver/invalid.test | 2 ++
test/LibDriver/thin.test | 2 +-
4 files changed, 10 insertions(+), 1 deletion(-)
copy test/{Object/Inputs/macho-no-exports.dylib => LibDriver/Inputs/cl-gl.obj} (62%)
create mode 100644 test/LibDriver/invalid.test
--
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 23ae494 Revert revision 289721.
new f634383 Fix the bug in r289714 (NFC).
new ca0bb7a Only sets profile summary when it was not preset.
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:
lib/Transforms/IPO/SampleProfile.cpp | 5 +++--
test/Transforms/SampleProfile/summary.ll | 1 +
2 files changed, 4 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 lld.
from 328fe6f Remove unnecessary llvm/Config/config.h includes
new ac0f63d [LTO] Catch up with llvm. Modules without DL are now consider [...]
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/ELF/lto/bitcode-nodatalayout.ll | 8 +++-----
1 file changed, 3 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 gcc.
from abbc3db PR target/78791 * config/i386/i386.h (enum ix86_stack_slot) [...]
new 8496037 PR middle-end/78786 - GCC hangs/out of memory calling sprintf [...]
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 | 10 ++
gcc/gimple-ssa-sprintf.c | 145 ++++++++++------
gcc/testsuite/ChangeLog | 5 +
.../gcc.dg/tree-ssa/builtin-sprintf-warn-7.c | 183 +++++++++++++++++++++
4 files changed, 295 insertions(+), 48 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-7.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.