This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a479afc7e52 2018-07-25 Nicolas Koenig <koenigni(a)gcc.gnu.org> Thomas [...]
new 6110bbdc43b PR libstdc++/86676 Do not assume stack buffer is aligned
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 | 4 ++++
libstdc++-v3/testsuite/20_util/monotonic_buffer_resource/release.cc | 6 ++++--
2 files changed, 8 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 clang.
from 21c05575c3 [analyzer] Update SMT API documentation and methods
new a465f7c8c4 [OPENMP] ThreadId in serialized parallel regions is 0.
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/CGOpenMPRuntime.cpp | 4 ++--
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 21 ++++++++++++++-------
test/OpenMP/nvptx_target_codegen.cpp | 4 ++--
test/OpenMP/parallel_if_codegen.cpp | 20 ++++++++++----------
4 files changed, 28 insertions(+), 21 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 4ed456cbf1c Add missing 'override', fixing compilation with some compil [...]
new 95ba9814e6d Revert r337904: [IPSCCP] Use PredicateInfo to propagate fac [...]
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/llvm/Transforms/Scalar/SCCP.h | 6 +-
lib/Transforms/IPO/SCCP.cpp | 24 +----
lib/Transforms/Scalar/SCCP.cpp | 126 ++----------------------
test/Other/new-pm-lto-defaults.ll | 4 +-
test/Other/opt-O2-pipeline.ll | 4 -
test/Other/opt-O3-pipeline.ll | 4 -
test/Other/opt-Os-pipeline.ll | 4 -
test/Transforms/IPConstantProp/musttail-call.ll | 4 +-
8 files changed, 15 insertions(+), 161 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 3a7b4a0aea2 2018-07-25 Nicolas Koenig <koenigni(a)gcc.gnu.org> Thomas [...]
new a479afc7e52 2018-07-25 Nicolas Koenig <koenigni(a)gcc.gnu.org> Thomas [...]
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:
libgomp/testsuite/libgomp.fortran/async_io_1.f90 | 48 ++++++++++++
libgomp/testsuite/libgomp.fortran/async_io_2.f90 | 18 +++++
libgomp/testsuite/libgomp.fortran/async_io_3.f90 | 16 ++++
libgomp/testsuite/libgomp.fortran/async_io_4.f90 | 90 ++++++++++++++++++++++
.../testsuite/libgomp.fortran/async_io_5.f90 | 2 +
.../testsuite/libgomp.fortran/async_io_6.f90 | 2 +
.../testsuite/libgomp.fortran/async_io_7.f90 | 2 +
7 files changed, 178 insertions(+)
create mode 100644 libgomp/testsuite/libgomp.fortran/async_io_1.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/async_io_2.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/async_io_3.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/async_io_4.f90
copy gcc/testsuite/gfortran.dg/eof_4.f90 => libgomp/testsuite/libgomp.fortran/asyn [...]
copy gcc/testsuite/gfortran.dg/flush_1.f90 => libgomp/testsuite/libgomp.fortran/as [...]
copy gcc/testsuite/gfortran.dg/newunit_1.f90 => libgomp/testsuite/libgomp.fortran/ [...]
--
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 cb27abbb2b [Preprocessor] Stop entering included files after hitting a [...]
new 21c05575c3 [analyzer] Update SMT API documentation and methods
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:
.../Core/PathSensitive/SMTConstraintManager.h | 4 -
.../StaticAnalyzer/Core/PathSensitive/SMTContext.h | 1 +
.../StaticAnalyzer/Core/PathSensitive/SMTExpr.h | 4 +
.../StaticAnalyzer/Core/PathSensitive/SMTSolver.h | 223 ++++++++++++---------
.../StaticAnalyzer/Core/PathSensitive/SMTSort.h | 18 ++
lib/StaticAnalyzer/Core/SMTConstraintManager.cpp | 11 +-
lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp | 32 ++-
7 files changed, 168 insertions(+), 125 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 b52e084ca [windows] Fix warning about comparing ints of different signs
new a1ae56c03 [libc++] Factor duplicate code into function templates
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/istream | 319 +++++++++-----------------------------------------------
1 file changed, 50 insertions(+), 269 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 d7154a8d08 Notify about breakpoint modification when enabling/disabling [...]
new 16f808ec99 [gdb/exp] Fix exception when printing optimized out vla
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/dwarf2loc.c | 21 ++++++++++++++++++++-
gdb/testsuite/ChangeLog | 5 +++++
...a-optimized-out.exp => vla-optimized-out-o3.exp} | 10 +++-------
4 files changed, 33 insertions(+), 8 deletions(-)
copy gdb/testsuite/gdb.base/{vla-optimized-out.exp => vla-optimized-out-o3.exp} (77%)
--
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 b4e6971ad7 [analyzer] Fix compilation when LLVM_ENABLE_MODULES=ON
new cb27abbb2b [Preprocessor] Stop entering included files after hitting a [...]
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/Lex/PPDirectives.cpp | 6 ++++++
test/Preprocessor/Inputs/cycle/a.h | 8 ++++++++
.../Inputs/preprocess-decluse => Preprocessor/Inputs/cycle}/b.h | 0
.../preprocess-decluse/b.h => Preprocessor/Inputs/cycle/c.h} | 0
test/Preprocessor/include-cycle.c | 5 +++++
5 files changed, 19 insertions(+)
create mode 100644 test/Preprocessor/Inputs/cycle/a.h
copy test/{Modules/Inputs/preprocess-decluse => Preprocessor/Inputs/cycle}/b.h (100%)
copy test/{Modules/Inputs/preprocess-decluse/b.h => Preprocessor/Inputs/cycle/c.h} (100%)
create mode 100644 test/Preprocessor/include-cycle.c
--
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 f2f6b9cfe05 [COFF] Use comdat shared constants for MinGW as well
new 4ed456cbf1c Add missing 'override', fixing compilation with some compil [...]
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/ARM/ARMAsmPrinter.h | 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 gcc.
from 93dca43088d Add missing header for std::max_align_t
new 3a7b4a0aea2 2018-07-25 Nicolas Koenig <koenigni(a)gcc.gnu.org> Thomas [...]
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/gfortran.texi | 18 +-
gcc/fortran/trans-decl.c | 3 +-
gcc/fortran/trans-io.c | 5 +-
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/gfortran.dg/f2003_inquire_1.f03 | 4 +-
gcc/testsuite/gfortran.dg/f2003_io_1.f03 | 2 +
libgfortran/ChangeLog | 62 ++++
libgfortran/Makefile.am | 6 +-
libgfortran/Makefile.in | 16 +-
libgfortran/gfortran.map | 5 +
libgfortran/io/async.c | 483 ++++++++++++++++++++++++++
libgfortran/io/async.h | 378 ++++++++++++++++++++
libgfortran/io/close.c | 11 +-
libgfortran/io/file_pos.c | 70 +++-
libgfortran/io/inquire.c | 49 ++-
libgfortran/io/io.h | 29 +-
libgfortran/io/open.c | 9 +-
libgfortran/io/read.c | 2 +
libgfortran/io/transfer.c | 309 +++++++++++++---
libgfortran/io/unit.c | 54 +--
libgfortran/io/unix.c | 29 +-
libgfortran/libgfortran.h | 5 +
libgfortran/runtime/error.c | 75 +++-
libgomp/ChangeLog | 12 +
25 files changed, 1504 insertions(+), 150 deletions(-)
create mode 100644 libgfortran/io/async.c
create mode 100644 libgfortran/io/async.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.