This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from 50c8df5 Retire clang-cmake-aarch64-39vma
new 6a0e86f We want a clean build if cmake files have been changed.
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:
zorg/buildbot/changes/llvmpoller.py | 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 e6be55f2206 PredicateInfo: Don't insert conditional info when a conditi [...]
new be884e24412 [ADT] Partial re-commit of r303383. Fix some Clang-tidy mod [...]
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/ADT/ImmutableList.h | 8 +--
include/llvm/ADT/ImmutableMap.h | 62 ++++++++---------
include/llvm/ADT/ImmutableSet.h | 121 +++++++++++++++++-----------------
include/llvm/ADT/IndexedMap.h | 18 ++---
include/llvm/ADT/IntervalMap.h | 49 +++++++-------
include/llvm/ADT/IntrusiveRefCntPtr.h | 18 +++--
include/llvm/ADT/MapVector.h | 24 ++++---
include/llvm/ADT/Optional.h | 33 ++++++----
include/llvm/ADT/PackedVector.h | 6 +-
include/llvm/ADT/PointerEmbeddedInt.h | 30 +++++----
include/llvm/ADT/simple_ilist.h | 33 ++++++----
11 files changed, 216 insertions(+), 186 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 e6644ec06a7 NewGVN: This is wrong by inspection, it will not cause an i [...]
new e6be55f2206 PredicateInfo: Don't insert conditional info when a conditi [...]
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/Transforms/Utils/PredicateInfo.cpp | 3 +
test/Transforms/Util/PredicateInfo/pr33456.ll | 68 ++++++++++++++++++++
test/Transforms/Util/PredicateInfo/pr33457.ll | 93 +++++++++++++++++++++++++++
3 files changed, 164 insertions(+)
create mode 100644 test/Transforms/Util/PredicateInfo/pr33456.ll
create mode 100644 test/Transforms/Util/PredicateInfo/pr33457.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 d3bd267b24 [PPC] Enhance altivec conversion function macros implementation.
new 232b72db82 AST: Add missing break at end of switch
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/AST/ASTContext.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 ff5f9b28b Add some const_casts in places where we were implicitly casti [...]
new 405af58e6 Rework some metaprogramming to use the detection idiom; no fu [...]
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/memory | 157 +++++++++++++++++++++------------------------------------
1 file changed, 58 insertions(+), 99 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 24d58f9cbcd [x86] avoid unnecessary shuffle mask math in combineX86Shuf [...]
new e6644ec06a7 NewGVN: This is wrong by inspection, it will not cause an i [...]
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/Transforms/Scalar/NewGVN.cpp | 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 llvm.
from a49d65c76c5 [StringExtras] overload toHex for ArrayRef<uint8_t>
new 194057d888a Allow -profile-guided-section-prefix more than once
new 24d58f9cbcd [x86] avoid unnecessary shuffle mask math in combineX86Shuf [...]
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:
lib/CodeGen/CodeGenPrepare.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 13 +++++++------
2 files changed, 8 insertions(+), 7 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 lld.
from e79e8ba4c Fix documentation.
new 3dd3c3121 Remove lld toStringRef 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:
ELF/Strings.h | 4 ----
1 file changed, 4 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 5c3e322d3b x86-64: Implement memmove family IFUNC selectors in C
new 0edbf12301 nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)
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 | 15 +++++
benchtests/Makefile | 2 +-
benchtests/thread_create-inputs | 14 +++++
.../thread_create-source.c | 41 ++++++++++++--
nptl/allocatestack.c | 66 +++++++++++++++++++---
support/Makefile | 1 +
...setstacksize.c => xpthread_attr_setguardsize.c} | 8 +--
support/xthread.h | 2 +
8 files changed, 132 insertions(+), 17 deletions(-)
create mode 100644 benchtests/thread_create-inputs
copy support/xpthread_attr_init.c => benchtests/thread_create-source.c (51%)
copy support/{xpthread_attr_setstacksize.c => xpthread_attr_setguardsize.c} (79%)
--
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 ea02a028001 [EarlyCSE] Make PhiToCheck in removeMSSA() a set.
new a49d65c76c5 [StringExtras] overload toHex for ArrayRef<uint8_t>
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/ADT/StringExtras.h | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.