This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c88baf9cbd [OPENMP] Simplify codegen for non-offloading code.
new 316ebefb7f [OPENMP] Fix test, NFC.
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/OpenMP/target_codegen.cpp | 4 ++--
1 file changed, 2 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 compiler-rt.
from 4f725d63b Use %run for running CFI tests
new 4969c048f Add support for custom loaders to the sanitizer symbolizer
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_common.h | 1 +
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 11 +++++++++++
lib/sanitizer_common/sanitizer_mac.cc | 2 ++
lib/sanitizer_common/sanitizer_symbolizer.h | 1 +
lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc | 5 +++++
lib/sanitizer_common/sanitizer_win.cc | 4 +++-
6 files changed, 23 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 d0d495fe2b Dependent Address Space Support Test Fix
new c88baf9cbd [OPENMP] Simplify codegen for non-offloading code.
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 | 51 +++++--------
test/OpenMP/target_codegen.cpp | 88 ++++++++++------------
test/OpenMP/target_firstprivate_codegen.cpp | 1 -
test/OpenMP/target_parallel_codegen.cpp | 71 ++++++-----------
test/OpenMP/target_parallel_if_codegen.cpp | 82 +++++++-------------
.../OpenMP/target_parallel_num_threads_codegen.cpp | 24 ++----
test/OpenMP/target_teams_codegen.cpp | 68 ++++++-----------
test/OpenMP/target_teams_num_teams_codegen.cpp | 24 ++----
test/OpenMP/target_teams_thread_limit_codegen.cpp | 24 ++----
9 files changed, 148 insertions(+), 285 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 8c7d7ad76d8 * libbacktrace/backtrace-rename.h (backtrace_uncompress_zd [...]
new 6b513475865 C++17 P0067R5 std::to_chars and std::from_chars (partial)
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 | 16 +
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/precompiled/stdc++.h | 4 +
libstdc++-v3/include/std/charconv | 654 ++++++++++++++++++++
libstdc++-v3/testsuite/20_util/from_chars/1.cc | 80 +++
.../typedefs.cc => 20_util/from_chars/1_neg.cc} | 33 +-
libstdc++-v3/testsuite/20_util/from_chars/2.cc | 205 +++++++
.../testsuite/20_util/from_chars/requirements.cc | 61 ++
libstdc++-v3/testsuite/20_util/to_chars/1.cc | 661 +++++++++++++++++++++
.../typedefs.cc => 20_util/to_chars/1_neg.cc} | 30 +-
libstdc++-v3/testsuite/20_util/to_chars/2.cc | 78 +++
.../testsuite/20_util/to_chars/requirements.cc | 49 ++
13 files changed, 1839 insertions(+), 34 deletions(-)
create mode 100644 libstdc++-v3/include/std/charconv
create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/1.cc
copy libstdc++-v3/testsuite/{30_threads/scoped_lock/requirements/typedefs.cc => 20 [...]
create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/2.cc
create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/requirements.cc
create mode 100644 libstdc++-v3/testsuite/20_util/to_chars/1.cc
copy libstdc++-v3/testsuite/{30_threads/scoped_lock/requirements/typedefs.cc => 20 [...]
create mode 100644 libstdc++-v3/testsuite/20_util/to_chars/2.cc
create mode 100644 libstdc++-v3/testsuite/20_util/to_chars/requirements.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 gcc-6-branch
in repository gcc.
from 163a2819fe7 Handle libbacktrace in contrib/gcc_update
new 535cfa29cb9 * opt55.ad[sb]: Move to... * gnat.dg/opt55.ad[sb]: ...here.
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/{ => gnat.dg}/opt55.adb | 0
gcc/testsuite/{ => gnat.dg}/opt55.ads | 0
3 files changed, 5 insertions(+)
rename gcc/testsuite/{ => gnat.dg}/opt55.adb (100%)
rename gcc/testsuite/{ => gnat.dg}/opt55.ads (100%)
--
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 7d8bfe52566 [X86][SSE] Fix -Wsign-compare problems introduced in r314658
new dcae9be81fc remove duplicate comments, reposition related functions; NFC
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/TargetInstrInfo.cpp | 105 +++++++++++++++++++---------------------
1 file changed, 49 insertions(+), 56 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 7b3cbc8c4d8 2017-10-02 Paolo Carlini <paolo.carlini(a)oracle.com>
new 8c7d7ad76d8 * libbacktrace/backtrace-rename.h (backtrace_uncompress_zd [...]
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:
libsanitizer/ChangeLog | 5 +++++
libsanitizer/libbacktrace/backtrace-rename.h | 1 +
2 files changed, 6 insertions(+)
--
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 80dc32ec8b [CodeGen] Have a special function to get TBAA info for may-a [...]
new d0d495fe2b Dependent Address Space Support Test Fix
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/SemaTemplate/address_space-dependent.cpp | 4 ++--
1 file changed, 2 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 llvm.
from 6ed9ec6f65f [X86][SSE] Add createPackShuffleMask helper function. NFCI.
new 15907ace485 [Debug info] Handle endianness when moving debug info for s [...]
new 7d8bfe52566 [X86][SSE] Fix -Wsign-compare problems introduced in r314658
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/CodeGen/SelectionDAG/LegalizeTypes.cpp | 9 +++-
lib/Target/X86/X86ISelLowering.cpp | 8 ++--
test/CodeGen/PowerPC/debuginfo-split-int.ll | 66 +++++++++++++++++++++++++++++
3 files changed, 77 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/PowerPC/debuginfo-split-int.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.