This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from df2791742 Fix a test whose output changed.
new 6594ecf59 Revert "[FileSystem] Make use of FS in TildeExpressionResolver"
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/lldb/Host/FileSystem.h | 3 +--
include/lldb/Utility/TildeExpressionResolver.h | 10 +---------
source/Commands/CommandCompletions.cpp | 2 +-
source/Host/common/FileSystem.cpp | 9 ++++-----
source/Target/TargetList.cpp | 4 ++--
source/Utility/TildeExpressionResolver.cpp | 4 ++--
unittests/Host/FileSystemTest.cpp | 4 ++--
unittests/Interpreter/TestCompletion.cpp | 16 ++++------------
unittests/TestingSupport/MockTildeExpressionResolver.cpp | 5 ++---
unittests/TestingSupport/MockTildeExpressionResolver.h | 3 +--
unittests/Utility/TildeExpressionResolverTest.cpp | 4 +---
11 files changed, 21 insertions(+), 43 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 a021bd5a Ignore implicit things like ConstantExpr.
new 06905a06 Remove unused c'tor.
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:
modularize/ModuleAssistant.cpp | 2 --
1 file changed, 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 13799520884 [WebAssembly] Renumber and LEB128-encode SIMD opcodes
new c5627147d1a [WebAssembly][NFC] Reorder SIMD section
new 1a899420ae4 [WebAssembly] Read prefixed opcodes as ULEB128s
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:
.../Disassembler/WebAssemblyDisassembler.cpp | 32 +-
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 565 ++++++++++-----------
test/MC/Disassembler/WebAssembly/wasm.txt | 9 +
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp | 6 +-
4 files changed, 311 insertions(+), 301 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 409a3504e11 [not] Improve error reporting consistency.
new b1c6e08d954 [WebAssembly] Lower select for vectors
new 13799520884 [WebAssembly] Renumber and LEB128-encode SIMD opcodes
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:
.../MCTargetDesc/WebAssemblyMCCodeEmitter.cpp | 3 +-
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 17 +-
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 254 +++++-----
test/CodeGen/WebAssembly/simd-select.ll | 463 +++++++++++++++++
test/CodeGen/WebAssembly/simd-vselect.ll | 90 ----
test/MC/Disassembler/WebAssembly/wasm.txt | 4 +-
test/MC/WebAssembly/simd-encodings.s | 554 ++++++++++-----------
7 files changed, 869 insertions(+), 516 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/simd-select.ll
delete mode 100644 test/CodeGen/WebAssembly/simd-vselect.ll
--
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 69f3a508 [clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer [...]
new a021bd5a Ignore implicit things like ConstantExpr.
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:
clang-tidy/performance/NoexceptMoveConstructorCheck.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.