This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/cet/master
in repository glibc.
discards 49d1131c61 x86: Support IBT and SHSTK in Intel CET [BZ #21598]
discards d8472608f0 x86: Support shadow stack pointer in setjmp/longjmp
adds 10e93d9687 elf: remove redundant __libc_enable_secure check from fillin_rpath
adds c85e54ac6c Provide a C++ version of iseqsig (bug 22377)
adds 5069ff3284 regex: Fix spelling in comments.
adds 8a26ad2ab7 nptl: Implement pthread_self in libc.so [BZ #22635]
adds 4e00196912 aarch64: fix memset with --disable-multi-arch
adds 8bfb461e20 aarch64: update libm-test-ulps
adds 4735850f7a nptl: Consolidate pthread_{timed,try}join{_np}
new 80dc4376f8 x86: Support shadow stack pointer in setjmp/longjmp
new 184a125710 x86: Support IBT and SHSTK in Intel CET [BZ #21598]
new ec58375a3f Disallow -fcf-protection -mshstk with <ucontext.h>
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 (49d1131c61)
\
N -- N -- N refs/heads/hjl/cet/master (ec58375a3f)
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 3 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 | 61 ++++++++++++++
elf/dl-load.c | 33 +-------
math/Makefile | 2 +-
math/math.h | 72 ++++++++++++++++-
...st-math-issignaling.cc => test-math-iseqsig.cc} | 92 +++++++++++----------
nptl/Makefile | 5 +-
.../compat-pthread_self.c | 20 ++---
nptl/forward.c | 4 -
nptl/nptl-init.c | 1 -
nptl/pthreadP.h | 3 +
nptl/pthread_join.c | 94 +---------------------
nptl/{pthread_join.c => pthread_join_common.c} | 65 +++++++--------
nptl/pthread_self.c | 4 +-
nptl/pthread_timedjoin.c | 85 +------------------
nptl/pthread_tryjoin.c | 48 +----------
posix/regcomp.c | 2 +-
posix/regex.h | 2 +-
posix/regex_internal.c | 2 +-
posix/regexec.c | 8 +-
sysdeps/aarch64/libm-test-ulps | 40 ++++-----
sysdeps/aarch64/memset.S | 4 +
sysdeps/nptl/pthread-functions.h | 1 -
sysdeps/powerpc/powerpc64le/Makefile | 8 +-
sysdeps/unix/sysv/linux/i386/lowlevellock.h | 7 +-
sysdeps/unix/sysv/linux/x86/Makefile | 34 ++++----
sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | 7 +-
26 files changed, 290 insertions(+), 414 deletions(-)
copy math/{test-math-issignaling.cc => test-math-iseqsig.cc} (52%)
copy sysdeps/powerpc/powerpc64/fpu/multiarch/s_llroundf-ppc64.S => nptl/compat-pth [...]
copy nptl/{pthread_join.c => pthread_join_common.c} (72%)
--
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 44ef9b61caf Add optional SelectionDAG* parameter to SValue::dump and SD [...]
new d73abb30a4d Revert r320548:[SLP] Vectorize jumbled memory loads
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/Analysis/LoopAccessAnalysis.h | 15 --
lib/Analysis/LoopAccessAnalysis.cpp | 71 ------
lib/Transforms/Vectorize/SLPVectorizer.cpp | 278 ++++++---------------
.../SLPVectorizer/X86/jumbled-load-multiuse.ll | 24 +-
.../X86/jumbled-load-shuffle-placement.ll | 125 ---------
.../SLPVectorizer/X86/jumbled-load-used-in-phi.ll | 225 -----------------
test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 37 +--
test/Transforms/SLPVectorizer/X86/store-jumbled.ll | 25 +-
8 files changed, 135 insertions(+), 665 deletions(-)
delete mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.ll
delete mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-used-in-phi.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 master
in repository gcc.
from d71c73164c3 [SFN] debug markers before labels no more
new e5c3036ac09 [PATCH, PR83492] Fix selection of aarch64 big-endian shift [...]
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:
libcpp/ChangeLog | 7 +++++++
libcpp/lex.c | 2 +-
2 files changed, 8 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 4b7aae8d886 [SCEV] Fix Typo. NFC.
new 44ef9b61caf Add optional SelectionDAG* parameter to SValue::dump and SD [...]
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/SelectionDAGNodes.h | 12 ++++++------
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 8 ++++----
2 files changed, 10 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.
unknown user pushed a change to branch master
in repository llvm.
from 5215706cc87 [NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStreame [...]
new 4b7aae8d886 [SCEV] Fix Typo. 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:
include/llvm/Analysis/ScalarEvolutionExpander.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 e61263f2e72 poly_int: store merging
new d71c73164c3 [SFN] debug markers before labels no more
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 | 23 +++++++++++
gcc/cfgexpand.c | 13 +-----
gcc/cfgrtl.c | 3 --
gcc/df-scan.c | 2 +-
gcc/gimple-iterator.c | 8 +---
gcc/gimple-iterator.h | 15 ++-----
gcc/lra-constraints.c | 7 ----
gcc/tree-cfg.c | 101 +++++++++++++++++++++++++++++-----------------
gcc/tree-cfgcleanup.c | 49 ++++++++++------------
gcc/tree-ssa-tail-merge.c | 4 +-
gcc/var-tracking.c | 65 +++--------------------------
11 files changed, 124 insertions(+), 166 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 ea38b36e412 [Hexagon] Adjust the value type for BCvt in LowerFormalArguments
new 5215706cc87 [NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStreame [...]
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/MC/MCAsmInfo.h | 3 ++-
include/llvm/MC/MCStreamer.h | 11 +++++++++++
lib/MC/MCAsmStreamer.cpp | 47 +++++++++++++++++++++++++++++++-------------
lib/MC/MCStreamer.cpp | 22 +++++++++++++++++++++
4 files changed, 68 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 2f9bbd62288 Allow to apply cherry-picks when building Docker images.
new b379571ef2a [globalisel][tablegen] Allow ImmLeaf predicates to use Inst [...]
new ea38b36e412 [Hexagon] Adjust the value type for BCvt in LowerFormalArguments
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 17 ++++---
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 6 +--
lib/Target/Hexagon/HexagonISelLowering.cpp | 10 +++-
test/CodeGen/Hexagon/vect/vect-extract-i1-debug.ll | 14 ++++++
test/TableGen/GlobalISelEmitter.td | 53 +++++++++++++++-------
utils/TableGen/GlobalISelEmitter.cpp | 34 +++++++++-----
6 files changed, 94 insertions(+), 40 deletions(-)
create mode 100644 test/CodeGen/Hexagon/vect/vect-extract-i1-debug.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 master
in repository clang.
from 0604b824fd Remove llvm::MemoryBuffer const_casts
new 08191e917b [Frontend] Handle skipped bodies in template instantiations
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/Sema/SemaDecl.cpp | 6 ++++--
lib/Sema/SemaTemplateInstantiateDecl.cpp | 23 ++++++++++++++---------
test/Index/skipped-bodies-templates.cpp | 27 +++++++++++++++++++++++++++
3 files changed, 45 insertions(+), 11 deletions(-)
create mode 100644 test/Index/skipped-bodies-templates.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 f605692d392 [LV] Remove unnecessary DoExtraAnalysis guard (silent bug)
new 2f9bbd62288 Allow to apply cherry-picks when building Docker images.
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:
utils/docker/build_docker_image.sh | 6 ++++-
utils/docker/scripts/build_install_llvm.sh | 39 ++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.