This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 82b46012db9 [X86] Remove i128 type from FR128 regclass.
new f35639b8448 [mips] Mark standard encoded instructions as not being in MIPS16e
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/Mips/MipsInstrFormats.td | 4 ++--
lib/Target/Mips/MipsMSAInstrInfo.td | 2 +-
2 files 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 lld.
from 1b346cfe9 [ELF] - Eliminate dead code. NFC.
new 35dd4030c [ELF] - Simplify code. 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 | 8 ++------
1 file changed, 2 insertions(+), 6 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 250de2b48 [coff] remove_dots from /PDBPATH but not /PDBALTPATH.
new 1b346cfe9 [ELF] - Eliminate dead code. 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 | 4 ----
1 file changed, 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 clang-tools-extra.
from c7fe3258 [Documentation] Fix incorrect documentation references, new c [...]
new a0fbaa96 [clangd] Simplify logging wrapper after r336888
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:
clangd/Logger.h | 19 +++++--------------
1 file changed, 5 insertions(+), 14 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 e56b0fa3727 2018-07-12 Richard Biener <rguenther(a)suse.de>
new c7b16284d1c PR tree-optimization/86492 * gimple-ssa-store-merging.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/ChangeLog | 7 ++++++
gcc/gimple-ssa-store-merging.c | 13 ++++++----
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.c-torture/execute/pr86492.c | 34 +++++++++++++++++++++++++++
4 files changed, 54 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr86492.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 gcc-8-branch
in repository gcc.
from e059f2362e2 Daily bump.
new 962f85e322b PR tree-optimization/86492 * gimple-ssa-store-merging.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/ChangeLog | 7 ++++++
gcc/gimple-ssa-store-merging.c | 7 +++++-
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.c-torture/execute/pr86492.c | 34 +++++++++++++++++++++++++++
4 files changed, 52 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr86492.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 llvm.
from ee39f0be06f [Support] Require llvm::Error passed to formatv() to be wra [...]
new 82b46012db9 [X86] Remove i128 type from FR128 regclass.
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/X86InstrSSE.td | 15 ---------------
lib/Target/X86/X86InstrVecCompiler.td | 2 --
lib/Target/X86/X86RegisterInfo.td | 2 +-
3 files changed, 1 insertion(+), 18 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 ae80745b73e Fix few typos in comments (write access test commit)
new ee39f0be06f [Support] Require llvm::Error passed to formatv() to be wra [...]
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/llvm/Support/FormatAdapters.h | 18 +++++++++++++++++-
include/llvm/Support/FormatVariadicDetails.h | 7 +++++++
unittests/Support/FormatVariadicTest.cpp | 9 +++++++++
3 files changed, 33 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 gcc.
from e3d44c9a7cc compiler: build a single backend type for type alias
new 036af85e585 2018-07-12 Richard Biener <rguenther(a)suse.de>
new 77c201fd5f8 2018-07-12 Richard Biener <rguenther(a)suse.de>
new e56b0fa3727 2018-07-12 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 19 +++++++++++
gcc/c-family/ChangeLog | 7 +++++
gcc/c-family/c-attribs.c | 9 ++++--
gcc/fold-const.c | 7 +++++
gcc/gimple-match-head.c | 56 +++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 10 ++++++
gcc/testsuite/g++.dg/warn/pr86453.C | 5 +++
gcc/testsuite/gcc.dg/graphite/pr86479.c | 39 +++++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 10 +-----
9 files changed, 151 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/pr86453.C
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr86479.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 llvm.
from 04d4b7fd45b [Dominators] Add isUpdateLazy() method to the DomTreeUpdater
new ae80745b73e Fix few typos in comments (write access test commit)
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/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h | 2 +-
include/llvm/IR/ModuleSummaryIndex.h | 2 +-
lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.