This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7b455c4fd2f [llvm-strip] Add support for -p/--preserve-dates
new cb762f1f3dd [SelectionDAG] Improve the legalisation lowering of UMULO.
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/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 65 ++++--
.../AArch64/umulo-128-legalisation-lowering.ll | 48 ++++
.../CodeGen/ARM/umulo-128-legalisation-lowering.ll | 210 +++++++++++++++++
test/CodeGen/ARM/umulo-64-legalisation-lowering.ll | 69 ++++++
.../PowerPC/umulo-128-legalisation-lowering.ll | 177 ++++++++++++++
.../RISCV/umulo-128-legalisation-lowering.ll | 175 ++++++++++++++
.../SPARC/umulo-128-legalisation-lowering.ll | 259 +++++++++++++++++++++
.../Thumb/umulo-128-legalisation-lowering.ll | 183 +++++++++++++++
.../Thumb2/umulo-128-legalisation-lowering.ll | 122 ++++++++++
.../Thumb2/umulo-64-legalisation-lowering.ll | 49 ++++
.../WebAssembly/umulo-128-legalisation-lowering.ll | 94 ++++++++
test/CodeGen/X86/muloti.ll | 44 ----
test/CodeGen/X86/select.ll | 135 +++--------
.../CodeGen/X86/umulo-128-legalisation-lowering.ll | 196 ++++++++++++++++
test/CodeGen/X86/umulo-64-legalisation-lowering.ll | 66 ++++++
15 files changed, 1732 insertions(+), 160 deletions(-)
create mode 100644 test/CodeGen/AArch64/umulo-128-legalisation-lowering.ll
create mode 100644 test/CodeGen/ARM/umulo-128-legalisation-lowering.ll
create mode 100644 test/CodeGen/ARM/umulo-64-legalisation-lowering.ll
create mode 100644 test/CodeGen/PowerPC/umulo-128-legalisation-lowering.ll
create mode 100644 test/CodeGen/RISCV/umulo-128-legalisation-lowering.ll
create mode 100644 test/CodeGen/SPARC/umulo-128-legalisation-lowering.ll
create mode 100644 test/CodeGen/Thumb/umulo-128-legalisation-lowering.ll
create mode 100644 test/CodeGen/Thumb2/umulo-128-legalisation-lowering.ll
create mode 100644 test/CodeGen/Thumb2/umulo-64-legalisation-lowering.ll
create mode 100644 test/CodeGen/WebAssembly/umulo-128-legalisation-lowering.ll
create mode 100644 test/CodeGen/X86/umulo-128-legalisation-lowering.ll
create mode 100644 test/CodeGen/X86/umulo-64-legalisation-lowering.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 llvm.
from d9c9d827167 [RegisterCoalescer] Shrink to uses if needed after removeCo [...]
new 7b455c4fd2f [llvm-strip] Add support for -p/--preserve-dates
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/tools/llvm-objcopy/strip-preserve-time.test | 70 ++++++++++++++++++++++++
tools/llvm-objcopy/ObjcopyOpts.td | 6 ++
tools/llvm-objcopy/StripOpts.td | 5 ++
tools/llvm-objcopy/llvm-objcopy.cpp | 41 ++++++++++++--
4 files changed, 118 insertions(+), 4 deletions(-)
create mode 100644 test/tools/llvm-objcopy/strip-preserve-time.test
--
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 a4b62b2f87 [ASTImporter] Add test for IndirectGotoStmt
new ca47e8d86b [ASTImporter] Add test for WhileStmt
new bd07b01749 [ASTImporter] Add test for DoStmt
new 557c56b21e [ASTImporter] Add test for importing CompoundAssignOperators
new 5bdeac6e50 [ASTImporter] Add test for member pointer types.
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:
test/Import/compound-assign-op/Inputs/F.cpp | 18 +++++++++++
test/Import/compound-assign-op/test.cpp | 45 ++++++++++++++++++++++++++++
test/Import/cxx-member-pointers/Inputs/S.cpp | 7 +++++
test/Import/cxx-member-pointers/test.cpp | 16 ++++++++++
test/Import/do-stmt/Inputs/F.cpp | 7 +++++
test/Import/do-stmt/test.cpp | 15 ++++++++++
test/Import/while-stmt/Inputs/F.cpp | 8 +++++
test/Import/while-stmt/test.cpp | 23 ++++++++++++++
8 files changed, 139 insertions(+)
create mode 100644 test/Import/compound-assign-op/Inputs/F.cpp
create mode 100644 test/Import/compound-assign-op/test.cpp
create mode 100644 test/Import/cxx-member-pointers/Inputs/S.cpp
create mode 100644 test/Import/cxx-member-pointers/test.cpp
create mode 100644 test/Import/do-stmt/Inputs/F.cpp
create mode 100644 test/Import/do-stmt/test.cpp
create mode 100644 test/Import/while-stmt/Inputs/F.cpp
create mode 100644 test/Import/while-stmt/test.cpp
--
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 lldb.
from 3009f7cbc Disable two flaky pexpect-backed tests on Darwin
new 7b6b97fcc Fix lldb-vscode build on Windows
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:
tools/lldb-vscode/JSONUtils.cpp | 5 +++--
tools/lldb-vscode/JSONUtils.h | 2 +-
tools/lldb-vscode/VSCode.cpp | 2 +-
tools/lldb-vscode/lldb-vscode.cpp | 14 +++++++-------
4 files changed, 12 insertions(+), 11 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 lldb.
from f47573e67 Add a new tool named "lldb-vscode" that implements the Visual [...]
new 3009f7cbc Disable two flaky pexpect-backed tests on Darwin
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:
.../TestCommandScriptImmediateOutput.py | 2 ++
.../test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py | 8 ++++++++
2 files 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 clang.
from 19fc4718cc [AST] Store the OwnedTagDecl as a trailing object in Elabora [...]
new a4b62b2f87 [ASTImporter] Add test for IndirectGotoStmt
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/Import/indirect-goto/Inputs/F.cpp | 6 ++++++
test/Import/indirect-goto/test.cpp | 10 ++++++++++
2 files changed, 16 insertions(+)
create mode 100644 test/Import/indirect-goto/Inputs/F.cpp
create mode 100644 test/Import/indirect-goto/test.cpp
--
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 3174d7c7791 Fix memory leak in demangling of string literals.
new d9c9d827167 [RegisterCoalescer] Shrink to uses if needed after removeCo [...]
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/CodeGen/RegisterCoalescer.cpp | 78 +++++++++++++++++++++----------
test/CodeGen/SystemZ/subregliveness-05.ll | 48 +++++++++++++++++++
2 files changed, 102 insertions(+), 24 deletions(-)
create mode 100644 test/CodeGen/SystemZ/subregliveness-05.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 lld.
from d33fa939c [codeview] Use push_macro to avoid conflicts instead of a prefix
new d06ba106d Update LLD tests for CodeView dumper change in r339907
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/COFF/Inputs/pdb-file-statics-a.yaml | 6 +++---
test/COFF/Inputs/pdb-file-statics-b.yaml | 2 +-
test/COFF/Inputs/pdb-scopes-a.yaml | 8 ++++----
test/COFF/Inputs/pdb-scopes-b.yaml | 6 +++---
test/COFF/Inputs/pdb-type-server-simple-a.yaml | 2 +-
test/COFF/Inputs/pdb-type-server-simple-b.yaml | 2 +-
test/COFF/pdb-heapsite.yaml | 2 +-
test/COFF/pdb-thunk.yaml | 12 ++++++------
8 files changed, 20 insertions(+), 20 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.
"Maxim Kuvyrkov pushed a change to branch linaro-local/tested/gnu-master
in repository toolchain/llvm/llvm.
was a297d964167 Revert "[WebAssembly] Added default stack-only instruction [...]
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.