This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8d48aba coff: fix the section of weak symbols.
new 4b3bb8d [MemCpyOpt] Don't perform callslot optimization across may-th [...]
new b80d8da [BasicAA] Extend inbound GEP negative offset logic to GlobalV [...]
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/llvm/Analysis/BasicAliasAnalysis.h | 4 ++--
lib/Analysis/BasicAliasAnalysis.cpp | 28 +++++++++++++++---------
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 14 +++++++++++-
test/Analysis/BasicAA/negoffset.ll | 11 ++++++++++
test/Transforms/MemCpyOpt/callslot_throw.ll | 34 +++++++++++++++++++++++++++++
test/Transforms/MemCpyOpt/loadstore-sret.ll | 2 +-
6 files changed, 79 insertions(+), 14 deletions(-)
create mode 100644 test/Transforms/MemCpyOpt/callslot_throw.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 lldb.
from d67b6f8 Guard against the C++ destructor chain by not letting the deb [...]
new 1790369 Make sure that we succeed in starting a definition before we [...]
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:
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 82 ++++++++++++++++------
source/Symbol/ClangASTContext.cpp | 30 +++++---
2 files changed, 80 insertions(+), 32 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 openmp.
from 5ecfa9d Make LIBOMP_USE_ITT_NOTIFY a setting that can be enabled or disabled
new 1000614 Fix for OMP_PROC_BIND=spread strategy
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:
runtime/src/kmp_runtime.c | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 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 978cea8 Fix PR c++/70822 (bogus error with parenthesized SCOPE_REF)
new 6feab9c * c-parser.c (c_parser_omp_clause_schedule): Warn if OMP_CL [...]
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/c/ChangeLog | 5 +++++
gcc/c/c-parser.c | 15 ++++++++++++++-
gcc/cp/ChangeLog | 5 +++++
gcc/cp/semantics.c | 11 +++++++++++
gcc/fortran/ChangeLog | 5 +++++
gcc/fortran/openmp.c | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/gomp/schedule-1.c | 14 ++++++++++++++
gcc/testsuite/gfortran.dg/gomp/schedule-1.f90 | 11 +++++++++++
libgomp/ChangeLog | 6 ++++++
libgomp/testsuite/libgomp.c/doacross-1.c | 2 +-
libgomp/testsuite/libgomp.c/doacross-2.c | 4 ++--
12 files changed, 84 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/schedule-1.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/schedule-1.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 422399f Add test/CodeGen/MIR/Hexagon/lit.local.cfg
new a8a201a [BBVectorize] Don't vectorize selects with a scalar condition [...]
new 8d48aba coff: fix the section of weak symbols.
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:
lib/MC/WinCOFFObjectWriter.cpp | 29 +++++++++++++++------------
lib/Transforms/Vectorize/BBVectorize.cpp | 9 ++++++++-
test/MC/COFF/weak-val.s | 2 +-
test/Transforms/BBVectorize/vector-sel.ll | 33 +++++++++++++++++++++++++++++++
4 files changed, 58 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/BBVectorize/vector-sel.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 llvm.
from e19980c Do not rename registers that do not start an independent live range
new 422399f Add test/CodeGen/MIR/Hexagon/lit.local.cfg
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/CodeGen/{ => MIR}/Hexagon/lit.local.cfg | 1 -
1 file changed, 1 deletion(-)
copy test/CodeGen/{ => MIR}/Hexagon/lit.local.cfg (98%)
--
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 b3b107d [OpenMP] Parsing and sema support for the from clause
new 6d7e8b2 [OpenMP] Codegen for target update directive.
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 | 78 +++++++++++++++++-----
lib/CodeGen/CGOpenMPRuntime.h | 12 ++--
lib/CodeGen/CGStmtOpenMP.cpp | 23 +++++--
..._data_codegen.cpp => target_update_codegen.cpp} | 42 ++++++------
4 files changed, 105 insertions(+), 50 deletions(-)
copy test/OpenMP/{target_enter_data_codegen.cpp => target_update_codegen.cpp} (86%)
--
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 9f8dd1e ira.c bb_loop_depth
new 978cea8 Fix PR c++/70822 (bogus error with parenthesized SCOPE_REF)
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/cp/ChangeLog | 14 ++++++++++++++
gcc/cp/cp-tree.h | 10 +++++-----
gcc/cp/pt.c | 15 +++++++++++----
gcc/cp/semantics.c | 13 +++----------
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/cpp1y/auto-fn32.C | 33 +++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/paren4.C | 14 ++++++++++++++
7 files changed, 87 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn32.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/paren4.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 0187809 coff: fix the value of weak definitions.
new e19980c Do not rename registers that do not start an independent live range
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/AggressiveAntiDepBreaker.cpp | 25 +++++++++++++++++++
test/CodeGen/MIR/Hexagon/anti-dep-partial.mir | 35 +++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
create mode 100644 test/CodeGen/MIR/Hexagon/anti-dep-partial.mir
--
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 openmp.
from fea1a1c Add a test case for microtask dispatch with many arguments
new 5ecfa9d Make LIBOMP_USE_ITT_NOTIFY a setting that can be enabled or disabled
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:
runtime/CMakeLists.txt | 6 ++++--
runtime/src/kmp_config.h.cmake | 2 +-
runtime/src/kmp_csupport.c | 2 +-
runtime/src/kmp_runtime.c | 4 +++-
4 files changed, 9 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.