This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b64b36bd35 Add cxxStdInitializerListExpr AST matcher
new 7eaea28742 Multilib: add dump methods
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/Driver/Multilib.h | 2 ++
lib/Driver/Multilib.cpp | 8 ++++++++
2 files changed, 10 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 libcxx.
from 4726a9c72 Fix detection for [[fallthrough]] with GCC
new 08fd3361b Fix condition_variable::wait_until and wait_for on Windows.
new 53a76dd67 Mark test using <sys/time.h> as UNSUPPORTED on Windows
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/__threading_support | 5 ++++-
test/std/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp | 3 +++
2 files changed, 7 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 lld.
from 8e81a325b Fix another incorrectly cased header include.
new 754d7c089 Fix build breakage on Linux.
new 55c0d762c Delete LinkerScript::getSectionIndex.
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:
ELF/LinkerScript.cpp | 42 +++++++++++++++++++++++-------------------
ELF/LinkerScript.h | 3 +--
ELF/OutputSections.cpp | 5 +++--
ELF/Writer.cpp | 20 ++++++++------------
lib/Core/TaskGroup.cpp | 1 +
5 files changed, 36 insertions(+), 35 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 ba512990afb [StreamArray] Pipe the Offset through the constructor.
new 1ed19d1faa0 Fix -Wreorder 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:
include/llvm/Support/BinaryStreamArray.h | 6 ++++--
1 file changed, 4 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 lld.
from 3e2dd84ce Fix #include case sensitivity problem.
new 8e81a325b Fix another incorrectly cased header include.
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/lld/Core/Parallel.h | 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 gcc.
from bb924c86b59 Convert CARET_LINE_MARGIN to const int
new 59ce959f858 [gcc]
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/ChangeLog | 8 ++++++
gcc/config/rs6000/rs6000.c | 27 +++++++++++++++++++
gcc/testsuite/ChangeLog | 4 +++
.../gcc.target/powerpc/versioned-copy-loop.c | 30 ++++++++++++++++++++++
4 files changed, 69 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/versioned-copy-loop.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 gcc-6-branch
in repository gcc.
from d78508fb2d0 PR target/77728 * config/arm/arm.c: Include gimple.h. (a [...]
new 1122c076f58 Backported from mainline 2017-02-16 Jakub Jelinek <jaku [...]
new 464a3de608d Backported from mainline 2017-02-18 Jakub Jelinek <jaku [...]
new ab1f7d52799 Backported from mainline 2017-02-20 Jakub Jelinek <jaku [...]
new b9afc84dba8 Backported from mainline 2017-02-21 Jakub Jelinek <jaku [...]
new 052245d9c12 Backported from mainline 2017-02-21 Jakub Jelinek <jaku [...]
new ca9024ae912 Backported from mainline 2017-02-21 Jakub Jelinek <jaku [...]
new 0c941ed0beb Backported from mainline 2017-02-21 Jakub Jelinek <jaku [...]
new e099e892242 Backported from mainline 2017-02-22 Jakub Jelinek <jaku [...]
new ed7068b369a Backported from mainline 2017-02-25 Jakub Jelinek <jaku [...]
The 9 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/ChangeLog | 40 +++++++
gcc/c-family/ChangeLog | 9 ++
gcc/c-family/c-common.c | 2 +-
gcc/c/ChangeLog | 9 ++
gcc/c/c-parser.c | 5 +
gcc/config/i386/i386.c | 81 ++++++++-----
gcc/config/rs6000/rs6000.c | 3 +
gcc/cp/ChangeLog | 23 ++++
gcc/cp/constexpr.c | 42 ++++++-
gcc/cp/parser.c | 8 ++
gcc/sel-sched.c | 1 +
gcc/testsuite/ChangeLog | 45 +++++++
gcc/testsuite/c-c++-common/gomp/pr79512.c | 14 +++
gcc/testsuite/c-c++-common/pr79641.c | 4 +
gcc/testsuite/g++.dg/cpp1y/constexpr-79639.C | 27 +++++
gcc/testsuite/g++.dg/cpp1y/constexpr-throw.C | 12 +-
gcc/testsuite/g++.dg/gomp/pr79664.C | 168 +++++++++++++++++++++++++++
gcc/testsuite/g++.dg/opt/pr79396.C | 13 +++
gcc/testsuite/gcc.dg/pr79494.c | 22 ++++
gcc/testsuite/gcc.dg/pr79570.c | 6 +
gcc/testsuite/gcc.target/i386/pr79559.c | 11 ++
gcc/testsuite/gcc.target/i386/pr79568-1.c | 18 +++
gcc/testsuite/gcc.target/i386/pr79568-2.c | 18 +++
gcc/testsuite/gcc.target/i386/pr79568-3.c | 19 +++
gcc/tree-eh.c | 6 +-
25 files changed, 563 insertions(+), 43 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr79512.c
create mode 100644 gcc/testsuite/c-c++-common/pr79641.c
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-79639.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr79664.C
create mode 100644 gcc/testsuite/g++.dg/opt/pr79396.C
create mode 100644 gcc/testsuite/gcc.dg/pr79494.c
create mode 100644 gcc/testsuite/gcc.dg/pr79570.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr79559.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr79568-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr79568-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr79568-3.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 lld.
from c010ffcb0 Remove isTlsLocalDynamicRel and isTlsInitialExecRel.
new 8a3519900 Split up Parallel and LLVM'ize naming conventions.
new 3e2dd84ce Fix #include case sensitivity problem.
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/lld/Core/Parallel.h | 279 ++++++++-----------------------------
include/lld/Core/TaskGroup.h | 65 +++++++++
lib/Core/CMakeLists.txt | 1 +
lib/Core/TaskGroup.cpp | 140 +++++++++++++++++++
unittests/CoreTests/CMakeLists.txt | 2 +-
5 files changed, 262 insertions(+), 225 deletions(-)
create mode 100644 include/lld/Core/TaskGroup.h
create mode 100644 lib/Core/TaskGroup.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.