This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 919d78ce803 Always use the multiprocess module.
new 7eb7fabda7b Add back a dummy --use-processes.
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:
utils/lit/lit/main.py | 3 +++
1 file changed, 3 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 6a5647485 Mark the copy constructor and move constructor to be constexp [...]
new 9e6b540da Make next/prev/advance/distance operations on iterators be co [...]
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/iterator | 37 +++---
.../iterator.operations/advance.pass.cpp | 33 +++++-
.../iterator.operations/distance.pass.cpp | 21 ++++
.../iterator.operations/next.pass.cpp | 34 ++++++
.../iterator.operations/prev.pass.cpp | 31 +++++
test/support/test_iterators.h | 128 ++++++++++-----------
6 files changed, 203 insertions(+), 81 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 aabc86087d1 Re-land r303274: "[CrashRecovery] Use SEH __try instead of [...]
new 919d78ce803 Always use the multiprocess module.
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:
utils/lit/lit/main.py | 15 +-------
utils/lit/lit/run.py | 103 +-------------------------------------------------
2 files changed, 3 insertions(+), 115 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 glibc.
from ad2f35cb39 tunables: Add support for tunables of uint64_t type
new 7620dc1235 Convert e_exp2l.c into a template
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 | 9 ++++++++
math/Makefile | 4 ++--
math/{e_exp2l.c => e_exp2_template.c} | 39 +++++++++++++++++------------------
sysdeps/generic/math-type-macros.h | 1 +
4 files changed, 31 insertions(+), 22 deletions(-)
rename math/{e_exp2l.c => e_exp2_template.c} (59%)
--
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 10c594e3207 [GISel]: Fix undefined behavior in IRTranslator
new aabc86087d1 Re-land r303274: "[CrashRecovery] Use SEH __try instead of [...]
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/Support/CrashRecoveryContext.cpp | 119 +++++++++++++++++++-------------
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/CrashRecoveryTest.cpp | 83 ++++++++++++++++++++++
3 files changed, 155 insertions(+), 48 deletions(-)
create mode 100644 unittests/Support/CrashRecoveryTest.cpp
--
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-7-branch
in repository gcc.
from cb4b3b0e7b2 PR ada/80784 Backport from mainline
new 002b4762f0b 2017-05-17 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/ChangeLog | 11 ++++
gcc/fortran/io.c | 77 +++++++++++++++++++---
gcc/fortran/resolve.c | 56 ++++------------
gcc/testsuite/ChangeLog | 9 +++
gcc/testsuite/gfortran.dg/namelist_91.f90 | 9 +++
gcc/testsuite/gfortran.dg/namelist_92.f90 | 16 +++++
gcc/testsuite/gfortran.dg/namelist_93.f90 | 16 +++++
.../gfortran.dg/{dtio_20.f03 => namelist_94.f90} | 25 +++----
8 files changed, 152 insertions(+), 67 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/namelist_91.f90
create mode 100644 gcc/testsuite/gfortran.dg/namelist_92.f90
create mode 100644 gcc/testsuite/gfortran.dg/namelist_93.f90
copy gcc/testsuite/gfortran.dg/{dtio_20.f03 => namelist_94.f90} (55%)
--
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 lldb.
from 33e266db3 Make TestConflictingSymbol run on non-darwin targets
new 084bf49f8 Fix error string set in AddName to take a 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:
source/Breakpoint/Breakpoint.cpp | 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.
unknown user pushed a change to branch master
in repository llvm.
from 0f42e5be40e Revert "[CrashRecovery] Use SEH __try instead of VEH when a [...]
new 10c594e3207 [GISel]: Fix undefined behavior in IRTranslator
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/CodeGen/GlobalISel/IRTranslator.cpp | 5 +++++
1 file changed, 5 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 gcc.
from 7274934135b * c-common.c: Use NULL_TREE instead of 0 where appropriate [...]
new ad9ea48a8a9 2017-05-17 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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 | 4 ++++
gcc/testsuite/gcc.target/powerpc/pr78604.c | 2 +-
2 files 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 compiler-rt.
from 63fe54047 Include setjmp.h unconditionally in asan_test_utils.h
new 065bca6ff Generate ubsan shared libraries.
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/ubsan/CMakeLists.txt | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.