This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 31d0a4f nss_db: Fix initialization of iteration position [BZ #20237]
new b7a9b7b NEWS: clarify localedef --old-style update
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:
NEWS | 5 +++--
1 file changed, 3 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 d1fd577 Delay dominator updation while cloning loop.
new 62bc287 [CMake] Allow LLVM to be embedded and built in a subfolder as [...]
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:
cmake/config-ix.cmake | 6 +++---
1 file changed, 3 insertions(+), 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 binutils-gdb.
from 0eaf2e1 sparc-coff writing uninitialized memory
new b52717c Add support for .MIPS.abiflags and .gnu.attributes sections.
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:
elfcpp/ChangeLog | 27 ++
elfcpp/elfcpp.h | 2 +
elfcpp/mips.h | 140 ++++++++++
gold/ChangeLog | 49 ++++
gold/mips.cc | 832 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
5 files changed, 988 insertions(+), 62 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 fd46fc3 [X86][SSSE3] Added PSHUFB LUT implementation of BITREVERSE
new d1fd577 Delay dominator updation while cloning loop.
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/CloneFunction.cpp | 12 +++++++++---
1 file changed, 9 insertions(+), 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 clang.
from 70686ca [AVX512] Use a regular expression instead of checking for a s [...]
new c306c03 Fix cv-qualification of '*this' captures and nasty bug PR27507
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/Sema/ScopeInfo.h | 16 +++-
lib/Sema/SemaDecl.cpp | 2 +-
lib/Sema/SemaExprCXX.cpp | 141 +++++++++++++++++++++++-----
test/SemaCXX/cxx1z-lambda-star-this.cpp | 159 ++++++++++++++++++++++++++++++++
4 files changed, 288 insertions(+), 30 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 78e8abc Merge two if(s) into one, simplifying the code.
new 631d8e4 [ELF] - Change wording of 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:
ELF/Target.cpp | 2 +-
test/ELF/aarch64-fpic-abs16.s | 2 +-
test/ELF/aarch64-fpic-prel16.s | 2 +-
test/ELF/aarch64-fpic-prel32.s | 2 +-
test/ELF/aarch64-fpic-prel64.s | 2 +-
test/ELF/x86-64-dyn-rel-error.s | 2 +-
test/ELF/x86-64-dyn-rel-error2.s | 2 +-
test/ELF/x86-64-reloc-32-fpic.s | 2 +-
test/ELF/x86-64-reloc-pc32-fpic.s | 2 +-
9 files changed, 9 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 87cd6e6 Strip trailing whitespace. NFCI.
new fd46fc3 [X86][SSSE3] Added PSHUFB LUT implementation of BITREVERSE
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/X86/X86ISelLowering.cpp | 62 +-
test/CodeGen/X86/vector-bitreverse.ll | 1326 ++++++++++-----------------------
2 files changed, 440 insertions(+), 948 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 1385fc3 [AVX512] Re-generate v8i64 shuffle test now that we use pshuf [...]
new 87cd6e6 Strip trailing whitespace. 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/X86/X86InstrAVX512.td | 110 +++++++++++++++++++--------------------
1 file changed, 55 insertions(+), 55 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 2e124bd [ELF] Use static function isPreemptible instead of SymbolBody [...]
new 78e8abc Merge two if(s) into one, simplifying the code.
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/LTO.cpp | 6 +-----
1 file changed, 1 insertion(+), 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 llvm.
from 64162b5 [AVX512] Lower v8i64 and v16i32 to pshufd when possible.
new 1385fc3 [AVX512] Re-generate v8i64 shuffle test now that we use pshuf [...]
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:
test/CodeGen/X86/vector-shuffle-512-v8.ll | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.