This is an automated email from the git hooks/post-receive script.
Thomas Preudhomme pushed a change to branch linaro-local/thomas.preudhomme/tcwg-1428-rebase
in repository toolchain/llvm/llvm.
discards aa019d18799 FileCheck: Add support for variable expressions
new 4a8b0b37ccc FileCheck: Add support for variable expressions
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 (aa019d18799)
\
N -- N -- N refs/heads/linaro-local/thomas.preudhomme/tcwg-1428-reba [...]
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:
test/FileCheck/var-expression.txt | 1 +
1 file changed, 1 insertion(+)
--
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 a7002f57585 [X86] Remove some patterns that include a bitcast of a floa [...]
new fa29fd677fd [InstCombine] generalize safe vector constant utility
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/InstCombine/InstCombineInternal.h | 25 ++++++++++++++--------
.../InstCombine/InstCombineVectorOps.cpp | 24 ++++-----------------
.../InstCombine/InstructionCombining.cpp | 4 +++-
3 files changed, 23 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 binutils-2_31-branch
in repository binutils-gdb.
from f6becb01a7 x86: Remove x86 ISA properties with empty bits
new fa1b3193c5 bfd: Use changequote for "i[3-7]86-*-linux-*"
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:
bfd/ChangeLog | 6 ++++++
bfd/configure | 2 +-
bfd/configure.ac | 2 ++
3 files changed, 9 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 da1756486d7 [AArch64][SVE] Asm: Support for CNT(B|H|W|D) and CNTP instr [...]
new dc4af2458e3 [VPlan][LV] Introduce condition bit in VPBlockBase
new 76feca7c86f [X86] Remove some seemingly unnecessary AddedComplexity lines.
new e7dd6fb9bef [X86] Remove some patterns that seems to be unreachable.
new a7002f57585 [X86] Remove some patterns that include a bitcast of a floa [...]
The 4 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 | 5 ----
lib/Target/X86/X86InstrSSE.td | 29 +++---------------
lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +-
lib/Transforms/Vectorize/VPlan.cpp | 12 ++++++++
lib/Transforms/Vectorize/VPlan.h | 38 ++++++++++++++++--------
lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp | 36 +++++++++++++++-------
lib/Transforms/Vectorize/VPlanVerifier.cpp | 6 ++++
unittests/Transforms/Vectorize/VPlanHCFGTest.cpp | 4 ++-
8 files changed, 77 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.
Thomas Preudhomme pushed a change to branch linaro-local/thomas.preudhomme/tcwg-1428-rebase
in repository toolchain/llvm/llvm.
discards d6228f957a6 TOCLEAN: adds variable expression
new aa019d18799 FileCheck: Add support for variable expressions
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 (d6228f957a6)
\
N -- N -- N refs/heads/linaro-local/thomas.preudhomme/tcwg-1428-reba [...]
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:
docs/CommandGuide/FileCheck.rst | 31 ++++++++++++++++---
test/FileCheck/var-expression.txt | 35 +++++++++++++++++++++
utils/FileCheck/FileCheck.cpp | 64 ++++++++++++++++++++++++++++-----------
3 files changed, 109 insertions(+), 21 deletions(-)
create mode 100644 test/FileCheck/var-expression.txt
--
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 4302316e [clangd] Mark "Document Symbols" as implemented in the docs
new 665d33f9 [clangd] Support indexing MACROs.
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/index/SymbolCollector.cpp | 134 ++++++++++++++++++++++++------
clangd/index/SymbolCollector.h | 12 ++-
unittests/clangd/SymbolCollectorTests.cpp | 26 ++++++
3 files changed, 147 insertions(+), 25 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 955b8d422de [CVP] Handle calls with void return value. No need to creat [...]
new da1756486d7 [AArch64][SVE] Asm: Support for CNT(B|H|W|D) and CNTP instr [...]
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/AArch64/AArch64SVEInstrInfo.td | 32 ++++++++++-------
lib/Target/AArch64/SVEInstrFormats.td | 53 ++++++++++++++++++++++++++++
test/MC/AArch64/SVE/cntb-diagnostics.s | 57 +++++++++++++++++++++++++++++++
test/MC/AArch64/SVE/cntb.s | 44 ++++++++++++++++++++++++
test/MC/AArch64/SVE/cntd-diagnostics.s | 57 +++++++++++++++++++++++++++++++
test/MC/AArch64/SVE/cntd.s | 44 ++++++++++++++++++++++++
test/MC/AArch64/SVE/cnth-diagnostics.s | 57 +++++++++++++++++++++++++++++++
test/MC/AArch64/SVE/cnth.s | 44 ++++++++++++++++++++++++
test/MC/AArch64/SVE/cntp-diagnostics.s | 11 ++++++
test/MC/AArch64/SVE/cntp.s | 32 +++++++++++++++++
test/MC/AArch64/SVE/cntw-diagnostics.s | 57 +++++++++++++++++++++++++++++++
test/MC/AArch64/SVE/cntw.s | 44 ++++++++++++++++++++++++
12 files changed, 519 insertions(+), 13 deletions(-)
create mode 100644 test/MC/AArch64/SVE/cntb-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/cntb.s
create mode 100644 test/MC/AArch64/SVE/cntd-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/cntd.s
create mode 100644 test/MC/AArch64/SVE/cnth-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/cnth.s
create mode 100644 test/MC/AArch64/SVE/cntp-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/cntp.s
create mode 100644 test/MC/AArch64/SVE/cntw-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/cntw.s
--
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 0b08bea28be [Power9] Add __float128 support for compare operations
new 955b8d422de [CVP] Handle calls with void return value. No need to creat [...]
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/IPO/CalledValuePropagation.cpp | 10 ++++++++++
1 file changed, 10 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 binutils-gdb.
from c8ad9b9a31 gdb/testsuite: Allow for failure to read some memory addresses
new 9dcb0ba445 S12Z/opcodes: Correct a `reg' global shadowing error for pre [...]
new 8f7fc65182 LD/testsuite: run_dump_test: Use the intended test name ASAP
new 8a8c916960 LD/testsuite: run_dump_test: Report UNSUPPORTED for excluded [...]
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:
ld/ChangeLog | 12 +++++++++
ld/testsuite/lib/ld-lib.exp | 65 ++++++++++++++++++++++++++++++++++++---------
opcodes/ChangeLog | 8 ++++++
opcodes/s12z-dis.c | 28 +++++++++----------
4 files changed, 87 insertions(+), 26 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 83c6dbf5 [clangd] Do not write comments into Preamble PCH
new a99c852a [clangd] Remove JSON library in favor of llvm/Support/JSON
new 4302316e [clangd] Mark "Document Symbols" as implemented in the docs
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:
clangd/CMakeLists.txt | 1 -
clangd/ClangdLSPServer.cpp | 41 +--
clangd/CodeComplete.cpp | 4 +-
clangd/JSONExpr.cpp | 554 -----------------------------------
clangd/JSONExpr.h | 586 -------------------------------------
clangd/JSONRPCDispatcher.cpp | 48 +--
clangd/JSONRPCDispatcher.h | 12 +-
clangd/Protocol.cpp | 182 ++++++------
clangd/Protocol.h | 124 ++++----
clangd/ProtocolHandlers.cpp | 3 +-
clangd/Trace.cpp | 63 ++--
clangd/Trace.h | 8 +-
docs/clangd.rst | 2 +-
unittests/clangd/CMakeLists.txt | 1 -
unittests/clangd/JSONExprTests.cpp | 293 -------------------
15 files changed, 246 insertions(+), 1676 deletions(-)
delete mode 100644 clangd/JSONExpr.cpp
delete mode 100644 clangd/JSONExpr.h
delete mode 100644 unittests/clangd/JSONExprTests.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.