This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9db12e16dc7 [AMDGPU] Remove now dead defaultOffsetS13(). NFCI.
new 9070c3ab929 [libFuzzer] initial support of -fsanitize-coverage=inline-8 [...]
new 60ef905f43c [ADT] Revert r305326 changes in BitVector.h to fix broken builds.
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/ADT/BitVector.h | 50 ++++++++++------------
lib/Fuzzer/FuzzerTracePC.cpp | 23 ++++++++++
lib/Fuzzer/FuzzerTracePC.h | 35 ++++++++++++---
lib/Fuzzer/test/CMakeLists.txt | 1 +
lib/Fuzzer/test/FuzzerUnittest.cpp | 12 ++++++
lib/Fuzzer/test/TableLookupTest.cpp | 3 +-
lib/Fuzzer/test/inline-8bit-counters.test | 3 ++
.../test/inline-8bit-counters/CMakeLists.txt | 12 ++++++
lib/Fuzzer/test/trace-pc/CMakeLists.txt | 3 +-
9 files changed, 105 insertions(+), 37 deletions(-)
create mode 100644 lib/Fuzzer/test/inline-8bit-counters.test
create mode 100644 lib/Fuzzer/test/inline-8bit-counters/CMakeLists.txt
--
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 7c4a754ec Set non alloc section address to 0 earlier.
new 1459c4ea5 Move clearOutputSections earlier. 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:
ELF/Writer.cpp | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 9ed1dbec9b1 [InstrProf] Don't take the address of alwaysinline availabl [...]
new 9db12e16dc7 [AMDGPU] Remove now dead defaultOffsetS13(). NFCI.
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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 5 -----
1 file changed, 5 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 dd0f1b0941 Preserve cold attribute for function decls
new 4249ebf5fb [ODRHash] Add TemplateArgument kind to hash.
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/ODRHash.cpp | 6 +++++-
test/Modules/odr_hash.cpp | 18 ++++++++++++++++++
2 files changed, 23 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 compiler-rt.
from 81825ab6e tsan: fix reading of mutex flags
new 5cf6036d4 [sanitize] Remove stack size limits from secondary threads.
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_linux_libcdep.cc | 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 llvm.
from 9e05a2d6d02 Use reference to iterate through string table instead of copying.
new 79ebf193fa1 [ADT] Fix some Clang-tidy modernize-use-using and Include W [...]
new 9ed1dbec9b1 [InstrProf] Don't take the address of alwaysinline availabl [...]
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/ADT/AllocatorList.h | 61 +++++++++++-------
include/llvm/ADT/ArrayRef.h | 44 ++++++++-----
include/llvm/ADT/BitVector.h | 50 ++++++++-------
include/llvm/ADT/BreadthFirstIterator.h | 11 ++--
include/llvm/ADT/DAGDeltaAlgorithm.h | 10 +--
include/llvm/ADT/DeltaAlgorithm.h | 10 +--
include/llvm/ADT/DenseMap.h | 74 +++++++++++++++-------
include/llvm/ADT/DenseMapInfo.h | 40 ++++++++++--
include/llvm/ADT/DenseSet.h | 46 ++++++++------
include/llvm/ADT/DepthFirstIterator.h | 23 ++++---
include/llvm/ADT/EquivalenceClasses.h | 22 ++++---
include/llvm/ADT/GraphTraits.h | 15 ++---
include/llvm/ADT/ScopedHashTable.h | 12 ++--
include/llvm/ADT/SmallBitVector.h | 58 ++++++++++-------
include/llvm/ADT/SmallSet.h | 7 +-
include/llvm/ADT/ilist_base.h | 6 +-
include/llvm/ADT/ilist_iterator.h | 59 ++++++++---------
include/llvm/ADT/ilist_node.h | 50 ++++++++++-----
include/llvm/ADT/iterator.h | 8 ++-
lib/Transforms/Instrumentation/InstrProfiling.cpp | 12 +++-
.../InstrProfiling/always_inline.ll | 28 ++++++++
21 files changed, 407 insertions(+), 239 deletions(-)
create mode 100644 test/Instrumentation/InstrProfiling/always_inline.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/ifunc/c
in repository glibc.
discards b6dba34dba x86-64: Implement strcmp family IFUNC selectors in C
discards 672acd02d8 x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in C
discards 1eb725a740 x86-64: Implement wcscpy IFUNC selector in C
discards 6179ea11f1 x86-64: Implement strcat family IFUNC selectors in C
discards 759151948a x86-64: Implement strcpy family IFUNC selectors in C
discards 277c09a94c x86-64: Implement memcmp family IFUNC selectors in C
discards 4c6c4564cd x86-64: Implement memset family IFUNC selectors in C
new bb6554cc38 x86-64: Implement memset family IFUNC selectors in C
new 8c91fa31fb x86-64: Implement memcmp family IFUNC selectors in C
new dc1f49be98 x86-64: Implement strcpy family IFUNC selectors in C
new 8d8b931784 x86-64: Implement strcat family IFUNC selectors in C
new 78a7cdc238 x86-64: Implement wcscpy IFUNC selector in C
new 388c7c52e8 x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in C
new ab4661fda7 x86-64: Implement strcmp family IFUNC selectors in C
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 (b6dba34dba)
\
N -- N -- N refs/heads/hjl/ifunc/c (ab4661fda7)
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 7 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:
sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S | 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 glibc.
from c2528fef3b configure: Suppress expected compiler error message
new b309f058cf mips: Fix store/load gp registers to/from ucontext_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:
ChangeLog | 14 ++++
sysdeps/unix/sysv/linux/mips/getcontext.S | 37 ++++++----
sysdeps/unix/sysv/linux/mips/makecontext.S | 27 +++++---
sysdeps/unix/sysv/linux/mips/mips32/Makefile | 4 ++
.../linux/mips/mips32/bug-getcontext-mips-gp.c | 59 +++++++---------
sysdeps/unix/sysv/linux/mips/setcontext.S | 51 ++++++++------
sysdeps/unix/sysv/linux/mips/swapcontext.S | 79 ++++++++++++----------
7 files changed, 157 insertions(+), 114 deletions(-)
copy elf/tst-auxv.c => sysdeps/unix/sysv/linux/mips/mips32/bug-getcontext-mips-gp.c (51%)
--
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 6c7060619c Fix spurious Wunused-lambda-capture warning
new dd0f1b0941 Preserve cold attribute for function decls
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/CodeGen/CGCall.cpp | 2 ++
test/CodeGen/attributes.c | 10 ++++++++++
2 files changed, 12 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 hjl/ifunc/c
in repository glibc.
discards 80ba342d9d x86-64: Implement strcmp family IFUNC selectors in C
discards b504a67ac9 x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in C
discards 6e08c9b373 x86-64: Implement wcscpy IFUNC selector in C
discards 2302e25817 x86-64: Implement strcat family IFUNC selectors in C
discards d360e53aa1 x86-64: Implement strcpy family IFUNC selectors in C
discards 8dfbfe0d8f x86-64: Implement memcmp family IFUNC selectors in C
new 277c09a94c x86-64: Implement memcmp family IFUNC selectors in C
new 759151948a x86-64: Implement strcpy family IFUNC selectors in C
new 6179ea11f1 x86-64: Implement strcat family IFUNC selectors in C
new 1eb725a740 x86-64: Implement wcscpy IFUNC selector in C
new 672acd02d8 x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in C
new b6dba34dba x86-64: Implement strcmp family IFUNC selectors in C
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 (80ba342d9d)
\
N -- N -- N refs/heads/hjl/ifunc/c (b6dba34dba)
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 6 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:
sysdeps/x86_64/multiarch/memcmp-sse2.S | 4 +---
sysdeps/x86_64/multiarch/wcscpy.c | 1 -
2 files changed, 1 insertion(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.