This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxxabi.
from 03d803f [libc++abi] Disable libc++ extern templates project-wide
new b17dd49 Apply libc++ MinGW CMake fix to libc++abi
new 8d06271 Don't use posix_memalign under MinGW
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:
cmake/config-ix.cmake | 5 +++++
src/stdlib_new_delete.cpp | 4 ++--
2 files changed, 7 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 3e0a9ecbab1 Final (hopefully) fix for the build bots.
new 895dd414136 Add temporary workaround to allow in-tree libc++ builds on Windows
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:
projects/CMakeLists.txt | 4 +++-
1 file changed, 3 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 llvm.
from 7c964ef14c9 Fix build errors with Parallel.
new 9525cd9ea77 Try again to fix the buildbots.
new 3e0a9ecbab1 Final (hopefully) fix for the build bots.
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/Support/Parallel.h | 43 +++++++++++++++++++----------------------
lib/Support/Parallel.cpp | 4 ++--
2 files changed, 22 insertions(+), 25 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 37d86beee7 clang/lib/Tooling/RefactoringCallbacks.cpp: Avoid std::errc: [...]
new 1ac0f20138 PR22877: When constructing an array via a constructor with a [...]
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/CGExprAgg.cpp | 20 ++++++++++++-----
test/CodeGenCXX/array-default-argument.cpp | 36 ++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGenCXX/array-default-argument.cpp
--
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 3c1ec57f409 [Support] Move Parallel algorithms from LLD to LLVM.
new 7c964ef14c9 Fix build errors with Parallel.
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/Parallel.h | 11 ++++++-----
lib/Support/Parallel.cpp | 2 +-
2 files changed, 7 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 llvm.
from 538282cc5eb Revert "[SDAG] Relax conditions under stores of loaded valu [...]
new 0b84d77114d [libFuzzer] fix a compiler warning
new 3c1ec57f409 [Support] Move Parallel algorithms from LLD to LLVM.
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/Support/Parallel.h | 251 +++++++++++++++++++++++++++++++++++++
lib/Fuzzer/FuzzerMutate.cpp | 3 +-
lib/Support/CMakeLists.txt | 1 +
lib/Support/Parallel.cpp | 136 ++++++++++++++++++++
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/ParallelTest.cpp | 48 +++++++
6 files changed, 439 insertions(+), 1 deletion(-)
create mode 100644 include/llvm/Support/Parallel.h
create mode 100644 lib/Support/Parallel.cpp
create mode 100644 unittests/Support/ParallelTest.cpp
--
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 01bed5bd4 Remove unused #include.
new 8524635c2 [Support] Move Parallel algorithms from LLD to LLVM.
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:
COFF/ICF.cpp | 2 +-
COFF/MapFile.cpp | 2 +-
COFF/Writer.cpp | 2 +-
ELF/Threads.h | 10 +-
include/lld/Core/Parallel.h | 210 ----------------------------------
include/lld/Core/TaskGroup.h | 65 -----------
lib/Core/CMakeLists.txt | 1 -
lib/Core/TaskGroup.cpp | 141 -----------------------
lib/ReaderWriter/MachO/LayoutPass.cpp | 4 +-
unittests/CMakeLists.txt | 1 -
unittests/CoreTests/CMakeLists.txt | 7 --
unittests/CoreTests/ParallelTest.cpp | 46 --------
12 files changed, 10 insertions(+), 481 deletions(-)
delete mode 100644 include/lld/Core/Parallel.h
delete mode 100644 include/lld/Core/TaskGroup.h
delete mode 100644 lib/Core/TaskGroup.cpp
delete mode 100644 unittests/CoreTests/CMakeLists.txt
delete mode 100644 unittests/CoreTests/ParallelTest.cpp
--
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 1ec12a166e5 PR target/80090 * config/pa/pa.c (pa_assemble_integer): W [...]
new 673b26e4a9f Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 27e2a55e1a1 PR target/79027 * config/pa/pa.c (pa_cannot_change_mode_c [...]
new 3e48e99ea4c PR target/80090 * config/pa/pa.c (pa_assemble_integer): W [...]
new bde1ffa75fd Daily bump.
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:
gcc/ChangeLog | 4 ++++
gcc/DATESTAMP | 2 +-
gcc/config/pa/pa.c | 28 ++++++++++++++++++++++++++--
3 files changed, 31 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 gcc-5-branch
in repository gcc.
from 19b002df5ec 2017-05-10 Andreas Tobler <andreast(a)gcc.gnu.org>
new c173fc00775 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.