This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 22f9a7b6586 Revert "Try to fix failing AMDGPU disasm test, both Lin/Win [...]
new 5b65c475ad6 Register/MCRegister: Add conversion operators to avoid use [...]
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/CodeGen/Register.h | 13 +++++++++++++
include/llvm/MC/MCRegister.h | 13 +++++++++++++
2 files changed, 26 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 82f727cd26 Fix another uninit read found by msan after r367829
new 305dbffd9e [docs] don't use :option: for C++ compat
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:
docs/UsersManual.rst | 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 zorg.
from eba1d277 Removed long time off-line builders/slaves:
new d560c3c6 Add remaining parameters to the Jenkins LLDB pipeline descriptions.
new 0baa84d1 Upgrade compilers on hexagon-build-0[23] to clang 8.0.0
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:
buildbot/osuosl/master/config/builders.py | 30 ++++++++++++++--------------
zorg/jenkins/jobs/jobs/lldb-cmake-matrix | 2 ++
zorg/jenkins/jobs/jobs/lldb-cmake-standalone | 2 ++
3 files changed, 19 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 glibc.
from 1a7fe2ebe5 login: Remove utmp backend jump tables [BZ #23518]
new 503fc587f3 sh: Update libm-tests-ulps
new 27a0914e45 riscv: Enable VDSO for static linking
new 5e855c8954 s390: Enable VDSO for static linking
new c9c1a413c0 sparc: Enable VDSO for static linking
new d665367f59 linux: Enable vDSO for static linking as default (BZ#19767)
The 5 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:
ChangeLog | 56 ++++++++++++++++++++++
sysdeps/sh/libm-test-ulps | 40 ++++++++--------
sysdeps/unix/sysv/linux/aarch64/sysdep.h | 3 --
sysdeps/unix/sysv/linux/arm/sysdep.h | 3 --
sysdeps/unix/sysv/linux/i386/sysdep.h | 3 --
sysdeps/unix/sysv/linux/mips/mips32/sysdep.h | 3 --
sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h | 3 --
sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h | 3 --
sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h | 3 --
sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h | 3 --
sysdeps/unix/sysv/linux/riscv/init-first.c | 8 ++--
sysdeps/unix/sysv/linux/riscv/libc-vdso.h | 6 +--
sysdeps/unix/sysv/linux/s390/init-first.c | 8 +---
sysdeps/unix/sysv/linux/s390/libc-vdso.h | 3 --
sysdeps/unix/sysv/linux/sparc/init-first.c | 8 ++--
sysdeps/unix/sysv/linux/sparc/libc-vdso.h | 6 +--
sysdeps/unix/sysv/linux/sysdep-vdso.h | 2 +-
sysdeps/unix/sysv/linux/sysdep.h | 7 ---
sysdeps/unix/sysv/linux/x86/libc-vdso.h | 6 +--
sysdeps/unix/sysv/linux/x86_64/sysdep.h | 3 --
20 files changed, 88 insertions(+), 89 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 51ffa06a20c 2019-08-05 Steven g. Kargl <kargl(a)gcc.gnu.org>
new 7359b1dff98 PR c++/88095, CTAD for literal operator templates per P0732
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/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 7 +++++--
gcc/testsuite/ChangeLog | 10 +++++++++
.../g++.dg/cpp2a/udlit-class-nttp-ctad-neg.C | 24 ++++++++++++++++++++++
.../g++.dg/cpp2a/udlit-class-nttp-ctad-neg2.C | 20 ++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-ctad.C | 24 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-neg.C | 12 +++++++++++
gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-neg2.C | 13 ++++++++++++
gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp.C | 16 +++++++++++++++
9 files changed, 130 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-ctad-neg.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-ctad-neg2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-ctad.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-neg.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-neg2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards d18640cf 7: update: llvm-linux: 16048
new 1208b8ca 7: update: llvm-linux: 16048
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 (d18640cf)
\
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 | 220 +-
02-build_llvm/console.log | 12010 ++++++++++++------------
03-build_linux/console.log | 6254 +++++++------
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 96 +-
console.log | 18588 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 18590 insertions(+), 18594 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 91efd86d9b [DirectoryWatcher][linux] Fix build for older kernels
new 82f727cd26 Fix another uninit read found by msan after r367829
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/CrossTU/CrossTranslationUnit.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 487acd48b9d PR c++/91338 - Implement P1161R3: Deprecate a[b,c]. * c-o [...]
new 51ffa06a20c 2019-08-05 Steven g. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 5 +++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr91372.f90 | 9 +++++++++
4 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr91372.f90
--
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 7dffef0a5 Follow-up for r367863 and r367656
new 2540ba466 compiler-rt: Remove .cc from all lit config files
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/asan/lit.cfg.py | 2 +-
test/builtins/Unit/lit.cfg.py | 2 +-
test/builtins/lit.cfg.py | 2 +-
test/crt/lit.cfg.py | 2 +-
test/gwp_asan/lit.cfg.py | 2 +-
test/lsan/lit.common.cfg.py | 2 +-
test/msan/lit.cfg.py | 2 +-
test/safestack/lit.cfg.py | 2 +-
test/sanitizer_common/lit.common.cfg.py | 2 +-
test/scudo/lit.cfg.py | 2 +-
test/shadowcallstack/lit.cfg.py | 2 +-
test/tsan/lit.cfg.py | 2 +-
test/ubsan_minimal/lit.common.cfg.py | 2 +-
13 files changed, 13 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.