This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0ca70bfd522 gcc: 2017-06-02 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 81b54cc385e PR fortran/80918 * openmp.c (resolve_omp_clauses): Fix a typo.
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 | 5 +++++
gcc/fortran/openmp.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/gomp/pr80918.f90 | 10 ++++++++++
4 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr80918.f90
--
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 9cec16592ef Daily bump.
new 73c27d91d30 PR fortran/80918 * openmp.c (resolve_omp_clauses): Fix a typo.
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 | 5 +++++
gcc/fortran/openmp.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/gomp/pr80918.f90 | 10 ++++++++++
4 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr80918.f90
--
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.
Christophe Lyon pushed a change to branch master
in repository toolchain/gcc-compare-results.
from ca9d830 Add -pass-thresh parameter.
new 20e676d compare_jobs.sh: Fix syntax when passing --pass-thresh to 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:
compare_jobs.sh | 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 llvm.
from 1b0c4ab66ce [coroutines] PR33271: Remove stray coro.save intrinsics dur [...]
new d8a59f8c321 [TableGen] Remove a couple unused methods from Record that [...]
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/TableGen/Record.h | 8 --------
1 file changed, 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 lldb.
from 442e3861d [TypeSystem] Handle Clang AttributedTypes
new 6b39db95f Move the code to find a binary in a bundle in the target.exec [...]
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/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 77 ++++++++++++++++++++++
source/Plugins/Platform/MacOSX/PlatformDarwin.h | 8 ++-
source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp | 4 ++
.../Platform/MacOSX/PlatformRemoteDarwinDevice.cpp | 68 ++-----------------
4 files changed, 93 insertions(+), 64 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 146ecad762 Support lazy stat'ing of files referenced by module maps.
new fae6a43ca3 Minor fixes to for-loop warning.
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/Sema/SemaStmt.cpp | 51 ++++++++++++++++++++++-----------------------------
1 file changed, 22 insertions(+), 29 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 79a680d764f [Profile] Enhance expect lowering to handle correlated branches
new 1b0c4ab66ce [coroutines] PR33271: Remove stray coro.save intrinsics dur [...]
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/Transforms/Coroutines/Coroutines.cpp | 12 ++++++++++++
test/Transforms/Coroutines/coro-split-02.ll | 5 ++++-
2 files changed, 16 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 llvm.
from f345d54a63e [ThinLTO] Efficiency improvement when writing module path s [...]
new 79a680d764f [Profile] Enhance expect lowering to handle correlated branches
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/Transforms/Scalar/LowerExpectIntrinsic.cpp | 148 +++++++++
test/Transforms/LowerExpectIntrinsic/phi_merge.ll | 356 ++++++++++++++++++++++
test/Transforms/LowerExpectIntrinsic/phi_or.ll | 103 +++++++
test/Transforms/LowerExpectIntrinsic/phi_tern.ll | 56 ++++
4 files changed, 663 insertions(+)
create mode 100644 test/Transforms/LowerExpectIntrinsic/phi_merge.ll
create mode 100644 test/Transforms/LowerExpectIntrinsic/phi_or.ll
create mode 100644 test/Transforms/LowerExpectIntrinsic/phi_tern.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 master
in repository clang.
from d4d74154eb Revert "[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics"
new 146ecad762 Support lazy stat'ing of files referenced by module maps.
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/Modules.rst | 25 +-
include/clang/Basic/DiagnosticLexKinds.td | 6 +
.../clang/Basic/DiagnosticSerializationKinds.td | 12 +-
include/clang/Basic/Module.h | 10 +-
include/clang/Lex/ModuleMap.h | 45 ++-
lib/Basic/Module.cpp | 21 +-
lib/Frontend/FrontendAction.cpp | 26 +-
lib/Lex/HeaderSearch.cpp | 2 +
lib/Lex/ModuleMap.cpp | 334 +++++++++++++++------
lib/Lex/PPDirectives.cpp | 2 +
lib/Serialization/ASTWriter.cpp | 156 +++++++---
test/Modules/Inputs/header-attribs/bar.h | 1 +
test/Modules/Inputs/header-attribs/baz.h | 1 +
test/Modules/Inputs/header-attribs/foo.h | 1 +
.../Inputs/header-attribs/modular.modulemap | 5 +
.../Inputs/header-attribs/textual.modulemap | 5 +
test/Modules/diagnostics.modulemap | 14 +-
test/Modules/header-attribs.cpp | 10 +
test/Modules/preprocess-missing.modulemap | 7 +
test/Modules/preprocess-module.cpp | 15 +-
20 files changed, 546 insertions(+), 152 deletions(-)
create mode 100644 test/Modules/Inputs/header-attribs/bar.h
create mode 100644 test/Modules/Inputs/header-attribs/baz.h
create mode 100644 test/Modules/Inputs/header-attribs/foo.h
create mode 100644 test/Modules/Inputs/header-attribs/modular.modulemap
create mode 100644 test/Modules/Inputs/header-attribs/textual.modulemap
create mode 100644 test/Modules/header-attribs.cpp
create mode 100644 test/Modules/preprocess-missing.modulemap
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.