This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 9517184 [OpenMP][libomptarget] Bringing up to spec with respect to OM [...]
new d9dca06 [OpenMP] Fix incorrect barrier imbalance reporting in ITTNOTIFY
new 420cbcd [OpenMP] Add check for hot_teams array
new 984dfdc [OpenMP] Fix tasking bug for decreasing hot team nthreads
The 3 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:
runtime/src/kmp_barrier.cpp | 2 +-
runtime/src/kmp_runtime.cpp | 3 ++-
runtime/src/kmp_tasking.cpp | 48 ++++++++++++++++++++++++---------------------
3 files changed, 29 insertions(+), 24 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 e3951d8886 [clang-format] fix PR38557 - comments between "default" and [...]
new 3ad50fd19c [ASTImporter] Add test for PackExpansionExpr
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/Import/pack-expansion-expr/Inputs/F.cpp | 11 +++++++++++
test/Import/{indirect-goto => pack-expansion-expr}/test.cpp | 8 +++++---
2 files changed, 16 insertions(+), 3 deletions(-)
create mode 100644 test/Import/pack-expansion-expr/Inputs/F.cpp
copy test/Import/{indirect-goto => pack-expansion-expr}/test.cpp (52%)
--
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 355bcdc7afb Revert "[Exception Handling] Unwind tables are required for [...]
new cd6221355b5 [DAGCombiner][Mips] Don't combine bitcast+store after Legal [...]
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/SelectionDAG/DAGCombiner.cpp | 2 +-
test/CodeGen/Mips/cconv/arguments-hard-float-varargs.ll | 3 ++-
test/CodeGen/Mips/cconv/arguments-hard-float.ll | 9 ++++++---
3 files changed, 9 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 e9948aa4b51 Add a testcase for PR middle-end/87092
new 87c034e9b66 2018-08-24 Thomas Koenig <tkoenig(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 | 9 +++++++
gcc/fortran/frontend-passes.c | 31 ++++++++++++++++++---
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gfortran.dg/implied_do_io_6.f90 | 39 +++++++++++++++++++++++++++
4 files changed, 81 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/implied_do_io_6.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 master
in repository llvm.
from be41091c148 Revert [Inliner] Attribute callsites with inline remarks
new 355bcdc7afb Revert "[Exception Handling] Unwind tables are required for [...]
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/IR/Function.h | 2 +-
test/CodeGen/PowerPC/uwtables.ll | 51 ------------------------------
test/CodeGen/X86/uwtables.ll | 43 -------------------------
test/CodeGen/X86/x86-shrink-wrap-unwind.ll | 1 -
4 files changed, 1 insertion(+), 96 deletions(-)
delete mode 100644 test/CodeGen/PowerPC/uwtables.ll
delete mode 100644 test/CodeGen/X86/uwtables.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 053b38af4b [clang-format] fix PR38525 - Extraneous continuation indent [...]
new e3951d8886 [clang-format] fix PR38557 - comments between "default" and [...]
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/Format/UnwrappedLineParser.cpp | 5 ++++-
unittests/Format/FormatTest.cpp | 16 ++++++++++++++++
2 files changed, 20 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 clang.
from 6093fea79d Fix build bot after r340598.
new 7512f991f4 [Hexagon] Remove unneeded strings from builtin definitions, NFC
new 053b38af4b [clang-format] fix PR38525 - Extraneous continuation indent [...]
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:
include/clang/Basic/BuiltinsHexagon.def | 1630 +++++++++++++++----------------
lib/Format/ContinuationIndenter.cpp | 3 +-
unittests/Format/FormatTest.cpp | 12 +
3 files changed, 829 insertions(+), 816 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 be9d0de534b PR c++/67012 PR c++/86942 * decl.c (grokdeclarator): Dis [...]
new e9948aa4b51 Add a testcase for PR middle-end/87092
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 | 5 +++++
gcc/testsuite/gcc.dg/pr87092.c | 10 ++++++++++
2 files changed, 15 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr87092.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 compiler-rt.
from 85403213e [hwasan] implement detection of realloc-after-free
new 96957aef4 [Sanitizer] implementing remaining function under OSX
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/sanitizer_common/sanitizer_mac.cc | 10 ++++++----
lib/sanitizer_common/tests/sanitizer_common_test.cc | 3 ++-
2 files changed, 8 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.