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 ca086ac5f [compiler-rt] Complete revert of r366413
new 8447f30d2 [ASan] Support `{f}puts(NULL)` on Darwin, part 2
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_interceptors.inc | 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 llvm.
from 52668f961ee [ORC] Suppress an ORCv1 deprecation warning.
new cf8e045fb26 FileSystem: Check for DTTOIF alone, not _DIRENT_HAVE_D_TYPE
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/Support/Unix/Path.inc | 5 ++++-
1 file changed, 4 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 binutils-gdb.
from afe09f0b63 Fix for using named pipes on Windows
new 12a0b67d28 libctf: introduce ctf_func_type_{info,args}, ctf_type_aname_raw
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/ChangeLog | 7 +++++
include/ctf-api.h | 5 +++-
libctf/ChangeLog | 8 +++++
libctf/ctf-error.c | 2 +-
libctf/ctf-lookup.c | 2 +-
libctf/ctf-types.c | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 106 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 bedefeb2450 Rename function.
new f6be15a7dd6 * config/i386/i386.md (*addqi_2_slp): Remove. (*<code>qi_ [...]
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 | 5 +++++
gcc/config/i386/i386.md | 28 ----------------------------
2 files changed, 5 insertions(+), 28 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d2f304c4 4: update: llvm-linux: 18684
new 9a410673 4: update: llvm-abc744d2631fd8467c342a05c7c3bc83ad9de54f: 18684
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d2f304c4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 231 +-
02-build_llvm/console.log | 11967 +++++++++++++++----------------
03-build_linux/console.log | 2167 +++---
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 147 +-
console.log | 14524 +++++++++++++++++++-------------------
jenkins/manifest.sh | 11 +-
7 files changed, 14363 insertions(+), 14696 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 19fc4c7c4ab Fix C++ modules build
new 52668f961ee [ORC] Suppress an ORCv1 deprecation 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:
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 3 ++-
1 file changed, 2 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 release_90
in repository libcxx.
at 187f208c3 Creating release_90 branch off revision 366426
This branch includes the following new commits:
new 187f208c3 Creating release_90 branch off revision 366426
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.
--
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 548f2e8e9 Bump the trunk version to 10.0.0svn
new 56bc01df8 [libc++] Add C++17 deduction guides for std::function
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/functional | 54 ++++++++
.../func.wrap.func.con/deduct_F.fail.cpp | 34 +++++
.../func.wrap.func.con/deduct_F.pass.cpp | 137 +++++++++++++++++++++
.../func.wrap.func.con/deduct_ptr.pass.cpp | 112 +++++++++++++++++
4 files changed, 337 insertions(+)
create mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/fu [...]
create mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/fu [...]
create mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/fu [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.