This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2b9abcdb2d [NFC] Update the template-parameter parsers and analyzers to [...]
new a67ef13167 [NFC] Remove a cast rendered unnecessary by r321409
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/Parse/ParseTemplate.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 7794dddf306 [X86][X87] Wrap FpI_ pseudo to use PseudoI. NFCI.
new 9051f838d21 [X86] Remove unneeded EVT variable. NFC
new 795155ddab1 [X86] In WidenMaskArithmetic, make sure we check the input [...]
new d75654e8902 [X86] Remove type restrictions from WidenMaskArithmetic.
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:
lib/Target/X86/X86ISelLowering.cpp | 27 +++++-----
test/CodeGen/X86/avx512-calling-conv.ll | 88 +++++++++------------------------
test/CodeGen/X86/avx512-ext.ll | 21 +++-----
test/CodeGen/X86/avx512-schedule.ll | 12 ++---
4 files changed, 47 insertions(+), 101 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 d87ab96067 [ODRHash] Disable hashing on methods.
new 2b9abcdb2d [NFC] Update the template-parameter parsers and analyzers to [...]
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/Parse/Parser.h | 8 ++++----
include/clang/Sema/Sema.h | 6 +++---
lib/Parse/ParseTemplate.cpp | 12 ++++++------
lib/Sema/SemaTemplate.cpp | 6 +++---
4 files changed, 16 insertions(+), 16 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 9693df320d8 [SCCP] Manually fold branches on undef.
new 7794dddf306 [X86][X87] Wrap FpI_ pseudo to use PseudoI. 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/X86InstrFormats.td | 3 +--
1 file changed, 1 insertion(+), 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 lld.
from c65bbe2a1 [ELF] - Fix mistype in comment. NFC.
new 8306febde Detemplate reportDuplicate.
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/Driver.cpp | 2 +-
ELF/InputFiles.cpp | 68 +++++++++++++++++++++++++++++++++++++++++-----------
ELF/InputFiles.h | 5 +++-
ELF/InputSection.cpp | 35 +--------------------------
ELF/InputSection.h | 1 -
ELF/Relocations.cpp | 21 +++++++---------
ELF/SymbolTable.cpp | 40 ++++++-------------------------
ELF/SymbolTable.h | 2 --
ELF/Writer.cpp | 48 ++++++++++++++++---------------------
ELF/Writer.h | 2 +-
10 files changed, 98 insertions(+), 126 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 40e60ef33 [ELF] - Allow using PLT relocations when "-z notext" is given.
new c65bbe2a1 [ELF] - Fix mistype in comment. 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/Symbols.h | 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 15a5e03350f [X86] Add default InstrItinClass to PseudoI
new 9693df320d8 [SCCP] Manually fold branches on undef.
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/SCCP.cpp | 29 ++++++++++++++++++++++++++---
1 file changed, 26 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 glibc.
from f5c558f3ec manual: fix a typo in strtoul description [BZ #21161]
new a47ad79afa getrandom: fix comment [BZ #22347]
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 | 6 ++++++
stdlib/getrandom.c | 4 ++--
sysdeps/unix/sysv/linux/getrandom.c | 4 ++--
3 files changed, 10 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 e65a5644e6 manual: fix finite description [BZ #22596]
new f5c558f3ec manual: fix a typo in strtoul description [BZ #21161]
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 | 3 +++
manual/arith.texi | 2 +-
2 files changed, 4 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 llvm.
from 9363e85e02d [X86] Pass the right VT to the getZeroExtendInReg introduce [...]
new 15a5e03350f [X86] Add default InstrItinClass to PseudoI
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/X86InstrFormats.td | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.