This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39
in repository llvm.
from f0638c2 [code] Fix release notes typo
new c635f9c [docs] release notes: self-host clang+lld on aarch64, stops
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/ReleaseNotes.rst | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 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 llvm.
from e7cee5a Hexagon: Use llvm_unreachable. NFC.
new 17638d0 Revert "Teach CorrelatedValuePropagation to mark adds as no wrap"
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:
.../Scalar/CorrelatedValuePropagation.cpp | 57 --------------
test/Transforms/CorrelatedValuePropagation/add.ll | 91 ----------------------
2 files changed, 148 deletions(-)
delete mode 100644 test/Transforms/CorrelatedValuePropagation/add.ll
--
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 vehre/coarray
in repository gcc.
from e80fe9c Finished caf_get_by_ref() support. Added basic caf_send_by_re [...]
new 56d4674 Fixing occurance of error message for allocatable components [...]
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/fortran/trans-expr.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 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 dc043b8 Enable Mathematical Special Functions for C++17
new 4a1fbee 2016-08-03 Eric Gallager <egall(a)gwmail.gwu.edu>
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:
contrib/ChangeLog | 5 +++++
contrib/download_prerequisites | 4 ++++
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 gdb-7.12-branch
in repository binutils-gdb.
from 10bb85f Update NEWS to mention Python breakpoint events
new d2ed2ed Avoid potential memory leak in find_frame_funname
new ff4a25a PR python/18565 - make Frame.function work for inline frames
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:
gdb/ChangeLog | 10 ++++++++++
gdb/python/py-frame.c | 6 +++++-
gdb/stack.c | 16 ++++++++++------
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.python/py-frame-inline.exp | 4 ++++
5 files changed, 34 insertions(+), 7 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 vehre/coarray
in repository gcc.
from 19f0f84 Steps to get_by_ref() reffing of scalar and full array result [...]
new e80fe9c Finished caf_get_by_ref() support. Added basic caf_send_by_re [...]
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/fortran/primary.c | 6 +-
gcc/fortran/trans-expr.c | 32 +-
gcc/fortran/trans-intrinsic.c | 38 +-
gcc/fortran/trans.h | 3 +-
libgfortran/caf/libcaf.h | 10 +-
libgfortran/caf/single.c | 975 ++++++++++++++++++++++++++----------------
6 files changed, 672 insertions(+), 392 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 88a23f1 Remove deprecated has_trivial_xxx traits
new dc043b8 Enable Mathematical Special Functions for C++17
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:
libstdc++-v3/ChangeLog | 22 ++++
libstdc++-v3/include/bits/c++config | 7 ++
libstdc++-v3/include/bits/specfun.h | 2 +-
libstdc++-v3/include/c_global/cmath | 2 +-
libstdc++-v3/include/tr1/bessel_function.tcc | 4 +-
libstdc++-v3/include/tr1/beta_function.tcc | 4 +-
libstdc++-v3/include/tr1/cmath | 6 +-
libstdc++-v3/include/tr1/ell_integral.tcc | 4 +-
libstdc++-v3/include/tr1/exp_integral.tcc | 4 +-
libstdc++-v3/include/tr1/gamma.tcc | 4 +-
libstdc++-v3/include/tr1/hypergeometric.tcc | 4 +-
libstdc++-v3/include/tr1/legendre_function.tcc | 4 +-
libstdc++-v3/include/tr1/modified_bessel_func.tcc | 4 +-
libstdc++-v3/include/tr1/poly_hermite.tcc | 4 +-
libstdc++-v3/include/tr1/poly_laguerre.tcc | 4 +-
libstdc++-v3/include/tr1/riemann_zeta.tcc | 4 +-
libstdc++-v3/include/tr1/special_function_util.h | 4 +-
.../headers/cmath/functions_std_c++17.cc | 111 +++++++++++++++++++++
18 files changed, 169 insertions(+), 29 deletions(-)
create mode 100644 libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_std_ [...]
--
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 305565b Disable shrinking of SNaN constants
new e7cee5a Hexagon: Use llvm_unreachable. NFC.
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/Hexagon/HexagonVectorPrint.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 compiler-rt.
from 6b35a57 [compiler-rt] Remove incorrect folder layout for scudo.
new b777b81 [compiler-rt] Fix CHECK coding style [NFC]
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/asan/asan_interceptors.cc | 2 +-
lib/asan/asan_poisoning.cc | 12 ++++++------
lib/asan/asan_report.cc | 2 +-
3 files changed, 8 insertions(+), 8 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 8d2a0a1 Update NEWS to mention Python breakpoint events
new d10153c Avoid potential memory leak in find_frame_funname
new 282a069 PR python/18565 - make Frame.function work for inline frames
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:
gdb/ChangeLog | 10 ++++++++++
gdb/python/py-frame.c | 6 +++++-
gdb/stack.c | 16 ++++++++++------
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.python/py-frame-inline.exp | 4 ++++
5 files changed, 34 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.