This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from be57856ccae [SystemZ] Fix register modelling in expandLoadStackGuard()
new a551a28baa6 [LoopVectorizer] Let target prefer scalar addressing compu [...]
new 4338f398047 [Hexagon] Fix comment in HexagonPacketizer::runOnMachineFunction
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/Analysis/TargetTransformInfo.h | 7 ++
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 +
lib/Analysis/TargetTransformInfo.cpp | 4 ++
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 4 +-
lib/Target/SystemZ/SystemZTargetTransformInfo.h | 1 +
lib/Transforms/Vectorize/LoopVectorize.cpp | 74 ++++++++++++++++++++++
.../Transforms/LoopVectorize/SystemZ/addressing.ll | 72 +++++++++++++++++++++
7 files changed, 162 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/SystemZ/addressing.ll
--
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 hjl/cacheinfo/master
in repository glibc.
discards 79bef76c28 x86: Add cache info to cpu_features
discards 91be4dced0 x86: Don't include cacheinfo.c in ld.so
discards 3dd063a2ac x86: Use __get_cpu_features to get cpu_features
adds 231a59ce2c Fix a bug in 'Remove __need macros from signal.h' (a992f506)
adds cfed8ece79 Fix sys/ucontext.h namespace from signal.h etc. inclusion (b [...]
adds 666c0c5efa Fix sigstack namespace (bug 21511).
adds 7c1d722554 x86: Use __get_cpu_features to get cpu_features
new 9c450f6f6f x86: Don't include cacheinfo.c in ld.so
new 42419536fd x86: Add cache info to cpu_features
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 (79bef76c28)
\
N -- N -- N refs/heads/hjl/cacheinfo/master (42419536fd)
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 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:
ChangeLog | 135 ++++++++++++++++++++++
conform/data/signal.h-data | 4 +-
signal/signal.h | 21 ++--
sysdeps/arm/sys/ucontext.h | 10 +-
sysdeps/generic/sys/ucontext.h | 10 +-
sysdeps/i386/sys/ucontext.h | 10 +-
sysdeps/m68k/sys/ucontext.h | 10 +-
sysdeps/mips/sys/ucontext.h | 10 +-
sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h | 10 +-
sysdeps/unix/sysv/linux/alpha/sys/ucontext.h | 10 +-
sysdeps/unix/sysv/linux/arm/sys/ucontext.h | 10 +-
sysdeps/unix/sysv/linux/bits/siginfo-consts.h | 4 +-
sysdeps/unix/sysv/linux/bits/types/siginfo_t.h | 24 +++-
sysdeps/unix/sysv/linux/hppa/sys/ucontext.h | 10 +-
sysdeps/unix/sysv/linux/ia64/bits/siginfo-arch.h | 2 -
sysdeps/unix/sysv/linux/ia64/sys/ucontext.h | 7 +-
sysdeps/unix/sysv/linux/m68k/sys/ucontext.h | 10 +-
sysdeps/unix/sysv/linux/mips/bits/siginfo-arch.h | 2 -
sysdeps/unix/sysv/linux/mips/sys/ucontext.h | 10 +-
sysdeps/unix/sysv/linux/nios2/sys/ucontext.h | 10 +-
sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h | 5 -
sysdeps/unix/sysv/linux/s390/sys/ucontext.h | 10 +-
sysdeps/unix/sysv/linux/sh/sys/ucontext.h | 10 +-
sysdeps/unix/sysv/linux/sparc/bits/siginfo-arch.h | 2 -
sysdeps/unix/sysv/linux/sparc/sys/ucontext.h | 12 +-
sysdeps/unix/sysv/linux/tile/bits/siginfo-arch.h | 1 -
sysdeps/unix/sysv/linux/tile/sys/ucontext.h | 10 +-
sysdeps/unix/sysv/linux/x86/bits/sigcontext.h | 2 +
sysdeps/unix/sysv/linux/x86/bits/siginfo-arch.h | 2 -
sysdeps/unix/sysv/linux/x86/sys/ucontext.h | 12 +-
30 files changed, 212 insertions(+), 173 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 1875be22737 gcc/ PR middle-end/80823 * tree-cfg.c (group_case_labels_ [...]
new e4d15e02dfb C/C++ OpenACC: acc_pcopyin, acc_pcreate
new 4a5596a04ac Translate libgomp.oacc-c-c++-common/lib-32.c into Fortran
new b70df2112de Fortran OpenACC "openacc_lib.h": acc_pcopyin, acc_pcreate
new 0e1c776433f OpenACC 1.0 compatibility: acc_async_wait, acc_async_wait_all
The 4 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:
libgomp/ChangeLog | 36 +++
libgomp/libgomp.h | 5 +-
libgomp/libgomp.map | 8 +
libgomp/libgomp.texi | 7 +-
libgomp/oacc-async.c | 22 ++
libgomp/oacc-mem.c | 22 ++
libgomp/openacc.f90 | 16 +-
libgomp/openacc.h | 9 +-
libgomp/openacc_lib.h | 53 ++---
.../testsuite/libgomp.oacc-c-c++-common/lib-32.c | 242 +++++++++++++++++++--
.../testsuite/libgomp.oacc-c-c++-common/lib-38.c | 64 ------
.../libgomp.oacc-c-c++-common/par-reduction-2.c | 9 +-
libgomp/testsuite/libgomp.oacc-fortran/lib-32-1.f | 173 +++++++++++++++
libgomp/testsuite/libgomp.oacc-fortran/lib-32-2.f | 173 +++++++++++++++
.../libgomp.oacc-fortran/par-reduction-2-1.f | 57 +++++
.../libgomp.oacc-fortran/par-reduction-2-2.f | 57 +++++
16 files changed, 824 insertions(+), 129 deletions(-)
delete mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/lib-38.c
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/lib-32-1.f
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/lib-32-2.f
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/par-reduction-2-1.f
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/par-reduction-2-2.f
--
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 666c0c5efa Fix sigstack namespace (bug 21511).
new 7c1d722554 x86: Use __get_cpu_features to get cpu_features
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:
ChangeLog | 8 ++++++++
sysdeps/x86/cacheinfo.c | 19 +++++++++----------
2 files changed, 17 insertions(+), 10 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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 540d591 test-manifest2.sh: Tests for --list-artifacts.
new 68ddac0 test-checkout.sh: Automatically vary default target.
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-checkout.sh | 59 ++++++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 44 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 llvm.
from b762e5bdbc6 Demangler: Fix constructor cv qualifier handling
new be57856ccae [SystemZ] Fix register modelling in expandLoadStackGuard()
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/Target/SystemZ/SystemZInstrInfo.cpp | 30 ++++++++++++++----------------
1 file changed, 14 insertions(+), 16 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 5bfd35d62f Method loadFromCommandLine should be able to report errors
new 59a0553fd2 [clang-format] Remove unused using directive, 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:
unittests/Format/FormatTestObjC.cpp | 1 -
1 file changed, 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 ff03121facf S/390: Fix PR80725.
new 1875be22737 gcc/ PR middle-end/80823 * tree-cfg.c (group_case_labels_ [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr80823.c | 23 +++++++++++++++++++++++
gcc/tree-cfg.c | 1 -
4 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr80823.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.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 37a0ea9 tcwg-llvm-build.sh: Better validation of empty arguments
new 3278041 tcwg-llvm-build.sh: Work around cmake quoting
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:
tcwg-llvm-build.sh | 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 lldb.
from 8aec70667 RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false
new aac68f4ba Revert "RunThreadPlan: Fix halting logic in IgnoreBreakpoints [...]
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:
.../unwind_expression/TestUnwindExpression.py | 20 +--
source/Target/Process.cpp | 136 +++++++++++----------
2 files changed, 76 insertions(+), 80 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.