This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 14318c6aa4 Improve diagnostics if friend function redefines file-level [...]
new ff4214ddcf Do not inherit default arguments for friend function in clas [...]
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/SemaDeclCXX.cpp | 28 ++++++++++--------
.../dcl.decl/dcl.meaning/dcl.fct.default/p4.cpp | 33 ++++++++++++++++++++++
2 files changed, 50 insertions(+), 11 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 72683c8372 Catch invalid bitwise operation on vector of floats
new 14318c6aa4 Improve diagnostics if friend function redefines file-level [...]
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/SemaDeclCXX.cpp | 7 ++++++-
test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p4.cpp | 28 +++++++++++++++++++++++++++
2 files changed, 34 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 clang.
from 51062c1f3e [ODRHash] Make diagnostic message more readable.
new 72683c8372 Catch invalid bitwise operation on vector of floats
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/SemaExpr.cpp | 17 +++++++----------
test/Sema/ext_vector_ops.c | 27 +++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 10 deletions(-)
create mode 100644 test/Sema/ext_vector_ops.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.
unknown user pushed a change to branch master
in repository clang.
from 5cfaf047c2 Simplify.
new 51062c1f3e [ODRHash] Make diagnostic message more readable.
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/clang/Basic/DiagnosticSerializationKinds.td | 10 ++++++----
1 file changed, 6 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 lld.
from 66f51640e Use OutputSectionCommands in assignOffsets.
new 3372b8f0e Move fabricateDefaultCommands 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 | 10 +++++++---
ELF/Writer.cpp | 11 ++++++-----
2 files changed, 13 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 hjl/ifunc/c
in repository glibc.
discards a24847505d x86-64: Implement memcmp family IFUNC selectors in C
new f36fb6fdfd x86-64: Implement memcmp 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 (a24847505d)
\
N -- N -- N refs/heads/hjl/ifunc/c (f36fb6fdfd)
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/memcmp.c | 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 hjl/ifunc/c
in repository glibc.
discards 4213e65b09 x86-64: Implement memmove/memset family IFUNC selectors in C
new eb3372eed5 x86-64: Implement memmove family IFUNC selectors in C
new 88aaf14749 x86-64: Implement memset family IFUNC selectors in C
new a24847505d x86-64: Implement memcmp 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 (4213e65b09)
\
N -- N -- N refs/heads/hjl/ifunc/c (a24847505d)
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:
sysdeps/x86_64/multiarch/Makefile | 1 +
.../x86_64/multiarch/{wcsnlen.c => ifunc-memcmp.h} | 24 +++----
sysdeps/x86_64/multiarch/ifunc-memmove.h | 11 ++-
.../multiarch/{ifunc-memmove.h => ifunc-memset.h} | 36 +++-------
.../x86_64/multiarch/{wcscpy.S => memcmp-sse2.S} | 37 +++++-----
sysdeps/x86_64/multiarch/memcmp.S | 78 ----------------------
sysdeps/x86_64/multiarch/{memset.c => memcmp.c} | 19 +++---
sysdeps/x86_64/multiarch/memcpy.c | 2 +-
sysdeps/x86_64/multiarch/memcpy_chk.c | 2 +-
sysdeps/x86_64/multiarch/memmove.c | 2 +-
sysdeps/x86_64/multiarch/memmove_chk.c | 2 +-
sysdeps/x86_64/multiarch/mempcpy.c | 2 +-
sysdeps/x86_64/multiarch/mempcpy_chk.c | 2 +-
sysdeps/x86_64/multiarch/memset.c | 6 +-
sysdeps/x86_64/multiarch/memset_chk.c | 4 +-
sysdeps/x86_64/multiarch/wmemcmp.S | 55 ---------------
sysdeps/x86_64/multiarch/{memset.c => wmemcmp.c} | 19 +++---
17 files changed, 72 insertions(+), 230 deletions(-)
copy sysdeps/x86_64/multiarch/{wcsnlen.c => ifunc-memcmp.h} (68%)
copy sysdeps/x86_64/multiarch/{ifunc-memmove.h => ifunc-memset.h} (66%)
copy sysdeps/x86_64/multiarch/{wcscpy.S => memcmp-sse2.S} (62%)
delete mode 100644 sysdeps/x86_64/multiarch/memcmp.S
copy sysdeps/x86_64/multiarch/{memset.c => memcmp.c} (74%)
delete mode 100644 sysdeps/x86_64/multiarch/wmemcmp.S
copy sysdeps/x86_64/multiarch/{memset.c => wmemcmp.c} (73%)
--
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 f7b921168f Weaken restriction in r304862 to allow implicit deduction gu [...]
new 5cfaf047c2 Simplify.
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/SemaExpr.cpp | 12 ++++--------
1 file changed, 4 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 aoliva/SFN
in repository gcc.
from 5c26b652ae7 revert prev patch; mark explicit gotos, preserve them when [...]
new 510810349e6 doh, commit the reversal of inappropriate EXPLICIT_GOTOs in 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:
gcc/cp/pt.c | 3 +--
gcc/cp/semantics.c | 8 ++------
2 files changed, 3 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 f040d163f55 Object: Factor out the code for creating the irsymtab for a [...]
new 5db707b0ff5 Correct AMDGPU Hawaii and Kabini target names
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:
docs/AMDGPUUsage.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.