This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 10b776df221 Fix a bug introduced in r305092 on big-endian systems.
new 9e05a2d6d02 Use reference to iterate through string table instead of copying.
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/Object/WindowsResource.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 b4c85821721 [PGO] Update VP metadata after memory intrinsic optimization
new 10b776df221 Fix a bug introduced in r305092 on big-endian systems.
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/Object/WindowsResource.cpp | 4 +---
1 file changed, 1 insertion(+), 3 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 b555ad33f Add llvm-pdbutil tool_patterns in lit.cfg
new 7c4a754ec Set non alloc section address to 0 earlier.
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/LinkerScript.cpp | 11 ++++-------
test/ELF/linkerscript/locationcountererr2.s | 2 +-
test/ELF/linkerscript/symbols-non-alloc.s | 2 +-
3 files changed, 6 insertions(+), 9 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 863fb5fed11 Fix alignment complaint.
new b4c85821721 [PGO] Update VP metadata after memory intrinsic optimization
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/Instrumentation/IndirectCallPromotion.cpp | 8 ++++++++
test/Transforms/PGOProfile/memop_size_opt.ll | 9 +++++++--
2 files changed, 15 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 hjl/ifunc/c
in repository glibc.
discards 93544317cc remove some IS_IN (libc) strcmp
discards e1355953de Rename ifunc-strcasecmp.h to ifunc-strcmp.h
discards e73ee6709d Simplify strcmp SSE4.2
discards fb146e449d Add strcmp-avx.S
discards 421a1b5376 Add strncmp-avx.S
discards fb3d0118f6 More fixes for strcmp SSE4
discards 394bf2e50e More strcmp SSE4 fixes
discards 04ff139985 Fix strcmp SSE4
discards d97e4b7041 Initial strcmp IFUNC in C
new 80ba342d9d 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 (93544317cc)
\
N -- N -- N refs/heads/hjl/ifunc/c (80ba342d9d)
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:
sysdeps/x86_64/multiarch/Makefile | 6 +++---
sysdeps/x86_64/multiarch/strcasecmp_l-avx.S | 5 ++---
sysdeps/x86_64/multiarch/strcasecmp_l-sse2.S | 1 -
.../multiarch/{strcasecmp_l-sse42.S => strcasecmp_l-sse4_2.S} | 3 +--
sysdeps/x86_64/multiarch/strcmp-avx.S | 5 ++---
sysdeps/x86_64/multiarch/strcmp-sse2.S | 1 -
sysdeps/x86_64/multiarch/strncase_l-avx.S | 5 ++---
sysdeps/x86_64/multiarch/strncase_l-sse2.S | 4 ++--
.../x86_64/multiarch/{strncase_l-sse42.S => strncase_l-sse4_2.S} | 3 +--
sysdeps/x86_64/multiarch/strncmp-avx.S | 5 ++---
sysdeps/x86_64/multiarch/{strncmp-sse42.S => strncmp-sse4_2.S} | 2 +-
11 files changed, 16 insertions(+), 24 deletions(-)
rename sysdeps/x86_64/multiarch/{strcasecmp_l-sse42.S => strcasecmp_l-sse4_2.S} (95%)
rename sysdeps/x86_64/multiarch/{strncase_l-sse42.S => strncase_l-sse4_2.S} (95%)
rename sysdeps/x86_64/multiarch/{strncmp-sse42.S => strncmp-sse4_2.S} (95%)
--
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 3490cf03bd6 Revert r305313 & r305303, self-hosting build-bot isn’t liking it.
new 525bc29d729 [ADT] PointerUnion::getAddrOfPtr1(): fix/silence -Wcast-qua [...]
new 863fb5fed11 Fix alignment complaint.
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/PointerUnion.h | 2 +-
lib/Object/WindowsResource.cpp | 5 ++---
2 files changed, 3 insertions(+), 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 f8bf87face dynarray: Implement begin/end functions in the spirit of C++
new c2528fef3b configure: Suppress expected compiler error message
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 | 4 ++++
configure | 3 ++-
configure.ac | 3 ++-
3 files changed, 8 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 gcc.
from 1f10c59cb49 PR c++/80984 * cp-gimplify.c (cp_genericize): Only look f [...]
new 9564446eada PR c++/80973 * cp-gimplify.c (cp_genericize_r): Don't ins [...]
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 | 4 ++++
gcc/cp/cp-gimplify.c | 10 ++++++++++
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/{cpp1y/pr77739.C => ubsan/pr80973.C} | 5 +++--
4 files changed, 20 insertions(+), 2 deletions(-)
copy gcc/testsuite/g++.dg/{cpp1y/pr77739.C => ubsan/pr80973.C} (68%)
--
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 a65ea28d18 Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573]
new f8bf87face dynarray: Implement begin/end functions in the spirit of C++
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 | 10 ++++++++++
malloc/dynarray-skeleton.c | 22 ++++++++++++++++++++++
malloc/tst-dynarray-shared.h | 3 +++
malloc/tst-dynarray.c | 28 ++++++++++++++++++++++++++++
4 files changed, 63 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 binutils-gdb.
from 01ec7a2722 darwin-nat: Add missing include
new b27685f201 ld: Don't define __start_SECNAME/__stop_SECNAME for -r
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:
ld/ChangeLog | 7 +++++++
ld/ldlang.c | 14 ++++++++++----
ld/testsuite/ld-elf/{sizeofa.d => sizeofc.d} | 4 ++--
ld/testsuite/ld-elf/{startofa.d => startofc.d} | 4 ++--
4 files changed, 21 insertions(+), 8 deletions(-)
copy ld/testsuite/ld-elf/{sizeofa.d => sizeofc.d} (75%)
copy ld/testsuite/ld-elf/{startofa.d => startofc.d} (75%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.