This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f20c58e01be [AMDGPU] Add HW_REG_SH_MEM_BASES symbolic name for s_getreg_b32
new 64adfe61ed9 [WebAssembly] Update README.txt.
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/WebAssembly/README.txt | 54 +++++++++++++++++++++++++++++----------
1 file changed, 41 insertions(+), 13 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 7a87e572485 compiler: reclaim memory of escape analysis Nodes
new dea723349b9 PR libstdc++/83833 fix chi_squared_distribution::param(cons [...]
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 | 6 ++++
libstdc++-v3/include/bits/random.h | 7 ++++-
.../random/chi_squared_distribution/83833.cc} | 32 ++++++++++++++--------
3 files changed, 32 insertions(+), 13 deletions(-)
copy libstdc++-v3/testsuite/{28_regex/algorithms/regex_replace/char/pr83601.cc => [...]
--
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 0dc8ca772 More constexpr from P0202. count and count_if. Also fix a com [...]
new 5af38a078 Fix constexpr failure on C++11-based buildbots.
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:
.../std/algorithms/alg.nonmodifying/alg.find.end/find_end_pred.pass.cpp | 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 libcxx.
from 82091c258 Some of the tests from earlier today had 'int' as the return [...]
new 0dc8ca772 More constexpr from P0202. count and count_if. Also fix a 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:
include/algorithm | 12 ++++++------
.../alg.nonmodifying/alg.count/count.pass.cpp | 17 ++++++++++++++++-
.../alg.nonmodifying/alg.count/count_if.pass.cpp | 20 +++++++++++++++++---
3 files changed, 39 insertions(+), 10 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 474bbac91d6 compiler: make sure variables captured by defer closure live
new 7a87e572485 compiler: reclaim memory of escape analysis Nodes
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/escape.cc | 49 +++++++++++++++++++++++++++++++++++++++++++++
gcc/go/gofrontend/escape.h | 10 +++++++++
gcc/go/gofrontend/go.cc | 3 +++
gcc/go/gofrontend/gogo.h | 4 ++++
5 files changed, 67 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 libcxx.
from 6a1c2ffea More P0202 constexpr-ifying. All the find_XXX algorithms in t [...]
new 82091c258 Some of the tests from earlier today had 'int' as the return [...]
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:
.../alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp | 2 +-
.../alg.modifying.operations/alg.partitions/partition_point.pass.cpp | 2 +-
test/std/algorithms/alg.nonmodifying/alg.all_of/all_of.pass.cpp | 2 +-
test/std/algorithms/alg.nonmodifying/alg.any_of/any_of.pass.cpp | 2 +-
.../alg.nonmodifying/alg.is_permutation/is_permutation.pass.cpp | 2 +-
.../alg.nonmodifying/alg.is_permutation/is_permutation_pred.pass.cpp | 2 +-
test/std/algorithms/alg.nonmodifying/alg.none_of/none_of.pass.cpp | 2 +-
.../algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap.pass.cpp | 2 +-
.../alg.sorting/alg.heap.operations/is.heap/is_heap_comp.pass.cpp | 2 +-
.../alg.sorting/alg.heap.operations/is.heap/is_heap_until.pass.cpp | 2 +-
.../alg.sorting/alg.heap.operations/is.heap/is_heap_until_comp.pass.cpp | 2 +-
test/std/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted.pass.cpp | 2 +-
.../algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_comp.pass.cpp | 2 +-
.../algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until.pass.cpp | 2 +-
.../alg.sorting/alg.sort/is.sorted/is_sorted_until_comp.pass.cpp | 2 +-
15 files changed, 15 insertions(+), 15 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 bb8010f6f partition_point gets the P0202 treatment
new 6a1c2ffea More P0202 constexpr-ifying. All the find_XXX algorithms in t [...]
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/algorithm | 36 +++++++++++-----------
.../alg.adjacent.find/adjacent_find.pass.cpp | 18 ++++++++++-
.../alg.adjacent.find/adjacent_find_pred.pass.cpp | 21 ++++++++++++-
.../alg.find.end/find_end.pass.cpp | 26 +++++++++++++++-
.../alg.find.end/find_end_pred.pass.cpp | 28 +++++++++++++++--
.../alg.find.first.of/find_first_of.pass.cpp | 26 +++++++++++++++-
.../alg.find.first.of/find_first_of_pred.pass.cpp | 27 +++++++++++++++-
.../alg.nonmodifying/alg.find/find.pass.cpp | 17 +++++++++-
.../alg.nonmodifying/alg.find/find_if.pass.cpp | 22 +++++++++++--
.../alg.nonmodifying/alg.find/find_if_not.pass.cpp | 21 +++++++++++--
10 files changed, 210 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 clang.
from c4a6d8a835 [OPENMP] Update docs for OpenMP status, NFC.
new 505903c4d0 [PCH] Serialize skipped preprocessor ranges
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/clang/Lex/PreprocessingRecord.h | 18 ++++++-
include/clang/Serialization/ASTBitCodes.h | 22 +++++++++
include/clang/Serialization/ASTReader.h | 10 ++++
include/clang/Serialization/Module.h | 6 +++
lib/Lex/PPDirectives.cpp | 4 +-
lib/Lex/PreprocessingRecord.cpp | 21 ++++++++-
lib/Serialization/ASTReader.cpp | 32 +++++++++++++
lib/Serialization/ASTWriter.cpp | 21 +++++++++
tools/libclang/CIndex.cpp | 3 ++
unittests/libclang/LibclangTest.cpp | 78 +++++++++++++++++++++++++++++++
10 files changed, 212 insertions(+), 3 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 cb458068344 2018-01-15 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 474bbac91d6 compiler: make sure variables captured by defer closure live
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/gogo.cc | 35 ++++++++++++++++++++++++++++++-----
2 files changed, 31 insertions(+), 6 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 e0f57df6fa [RISCV] Implement RISCV ABI lowering
new c024ae818a [OPENMP] Add codegen for `depend` clauses on `target` directive.
new c4a6d8a835 [OPENMP] Update docs for OpenMP status, NFC.
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:
docs/OpenMPSupport.rst | 2 +-
include/clang/AST/OpenMPClause.h | 9 +-
lib/Basic/OpenMPKinds.cpp | 4 +
lib/CodeGen/CGOpenMPRuntime.cpp | 276 ++++++++++++---------
lib/CodeGen/CGOpenMPRuntime.h | 8 +-
lib/CodeGen/CGStmtOpenMP.cpp | 22 +-
lib/Sema/SemaOpenMP.cpp | 91 ++++++-
test/OpenMP/target_codegen.cpp | 20 +-
test/OpenMP/target_depend_codegen.cpp | 261 +++++++++++++++++++
test/OpenMP/target_parallel_codegen.cpp | 12 +-
test/OpenMP/target_parallel_for_codegen.cpp | 12 +-
test/OpenMP/target_parallel_for_simd_codegen.cpp | 12 +-
test/OpenMP/target_simd_codegen.cpp | 12 +-
test/OpenMP/target_teams_codegen.cpp | 12 +-
test/OpenMP/target_teams_distribute_codegen.cpp | 12 +-
.../target_teams_distribute_simd_codegen.cpp | 12 +-
16 files changed, 582 insertions(+), 195 deletions(-)
create mode 100644 test/OpenMP/target_depend_codegen.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.