This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ae31e8edc87 [XCore] Return true in enableMultipleCopyHints().
new edde6812b42 [SCEV] Introduce SCEVPostIncRewriter
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/Analysis/ScalarEvolution.cpp | 41 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 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 clang-tools-extra.
from 53a136cb [clangd] Address FIXME and fix comment
new fca635ef [clangd] don't insert new includes if either original header [...]
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/ClangdLSPServer.cpp | 17 +++++++++---
clangd/ClangdServer.cpp | 55 +++++++++++++++++++++++---------------
clangd/ClangdServer.h | 19 +++++++++----
clangd/CodeComplete.cpp | 7 ++++-
clangd/Headers.cpp | 56 ++++++++++++++++++++++++++-------------
clangd/Headers.h | 30 ++++++++++++++++-----
clangd/Protocol.cpp | 7 +++--
clangd/Protocol.h | 15 ++++++++---
test/clangd/insert-include.test | 4 +--
unittests/clangd/ClangdTests.cpp | 23 +++++++++++++---
unittests/clangd/HeadersTests.cpp | 46 ++++++++++++++++++++++++++++----
11 files changed, 207 insertions(+), 72 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 e47aa68291a [X86] Add avx1 command line to madd.ll to show splitting an [...]
new ae31e8edc87 [XCore] Return true in enableMultipleCopyHints().
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/XCore/XCoreRegisterInfo.h | 2 ++
test/CodeGen/XCore/byVal.ll | 6 +++---
2 files changed, 5 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 llvm.
from f7e09e372b5 [SCEV] Extends the SCEVInitRewriter
new e47aa68291a [X86] Add avx1 command line to madd.ll to show splitting an [...]
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/madd.ll | 496 ++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 421 insertions(+), 75 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 6c409226e67 [X86] Don't use getZExtValue when we have no idea how large [...]
new f7e09e372b5 [SCEV] Extends the SCEVInitRewriter
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/Analysis/ScalarEvolution.cpp | 28 ++++++++++++++++++++--------
1 file changed, 20 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 gcc.
from d728703a6bd [NDS32] Basic support for -mcpu= and --with-cpu= options.
new b4fd8973d63 [NDS32] Do not use multiple load/store instructions for vol [...]
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 | 9 ++++++++-
gcc/config/nds32/nds32-multiple.md | 8 ++++++--
2 files changed, 14 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 gcc.
from ea59dcc9950 PR c++/84015 - ICE with class deduction and auto template parm.
new d728703a6bd [NDS32] Basic support for -mcpu= and --with-cpu= options.
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 | 6 ++++++
gcc/config.gcc | 15 ++++++++++++++-
gcc/config/nds32/nds32-opts.h | 6 ++++++
gcc/config/nds32/nds32.opt | 11 +++++++++++
4 files changed, 37 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 gcc-7-branch
in repository gcc.
from bf3ce93df01 Daily bump.
new 14e2c328081 PR c++/84015 - ICE with class deduction and auto template parm.
new 57b9683f0ce PR c++/81589 - error with is_trivially_constructible.
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:
gcc/cp/ChangeLog | 11 +++++++++++
gcc/cp/method.c | 1 +
gcc/cp/pt.c | 2 +-
.../g++.dg/cpp1z/{class-deduction3.C => class-deduction49.C} | 5 +++--
gcc/testsuite/g++.dg/ext/is_trivially_constructible6.C | 10 ++++++++++
5 files changed, 26 insertions(+), 3 deletions(-)
copy gcc/testsuite/g++.dg/cpp1z/{class-deduction3.C => class-deduction49.C} (51%)
create mode 100644 gcc/testsuite/g++.dg/ext/is_trivially_constructible6.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 gcc.
from 366a4713641 Daily bump.
new ea59dcc9950 PR c++/84015 - ICE with class deduction and auto template parm.
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 | 5 +++++
gcc/cp/pt.c | 2 +-
.../g++.dg/cpp1z/{class-deduction3.C => class-deduction49.C} | 5 +++--
3 files changed, 9 insertions(+), 3 deletions(-)
copy gcc/testsuite/g++.dg/cpp1z/{class-deduction3.C => class-deduction49.C} (51%)
--
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 160e60e1800 [X86] Use SelectionDAG::SplitVectorOperand to simplify some [...]
new 6c409226e67 [X86] Don't use getZExtValue when we have no idea how large [...]
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 | 4 +-
test/CodeGen/X86/avg.ll | 1049 ++++++++++++++++++++++++++++++++++++
2 files changed, 1051 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.