This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 027535e24a3 [InstCombine] rearrange visitFMul; NFCI
new 5106e83eebc [AggressiveInstCombine] Use use_empty() instead of !getNumU [...]
new d94dad6774c Implementation of MRI "delete" command.
new c6318cb943b [LegalizeVectorTypes] When scalarizing the operand of a una [...]
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:
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 2 +-
.../AggressiveInstCombine/TruncInstCombine.cpp | 2 +-
test/CodeGen/X86/avx512-load-trunc-store-i1.ll | 49 +++++-----------------
test/tools/llvm-ar/mri-delete.test | 14 +++++++
tools/llvm-ar/llvm-ar.cpp | 9 +++-
5 files changed, 35 insertions(+), 41 deletions(-)
create mode 100644 test/tools/llvm-ar/mri-delete.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 lldb.
from f577c4eb9 Make the clang module cache setting available without a target
new 667a35e0d Don't compile testcase with clang modules enabled.
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:
packages/Python/lldbsuite/test/lang/objc/modules-cache/Makefile | 1 -
packages/Python/lldbsuite/test/lang/objc/modules-cache/main.m | 2 +-
2 files changed, 1 insertion(+), 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 d92be751358 [llvm-symbolizer] Use correct path when resolving .gnu_debu [...]
new 03749de4b04 Add DBG_VALUE support to the linear DAG scheduler
new 027535e24a3 [InstCombine] rearrange visitFMul; NFCI
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:
lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp | 15 ++-
.../InstCombine/InstCombineMulDivRem.cpp | 142 ++++++++++-----------
test/DebugInfo/X86/linear-dbg-value.ll | 70 ++++++++++
3 files changed, 153 insertions(+), 74 deletions(-)
create mode 100644 test/DebugInfo/X86/linear-dbg-value.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 a931186c9a3 [Utils] Salvage debug info in block simplification
new d92be751358 [llvm-symbolizer] Use correct path when resolving .gnu_debu [...]
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/DebugInfo/Symbolize/Symbolize.cpp | 2 +-
test/tools/llvm-symbolizer/split-debug.test | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 test/tools/llvm-symbolizer/split-debug.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 llvm.
from 8d87916e25e [Hexagon] Generate valignb for shifting shuffles (instead o [...]
new a931186c9a3 [Utils] Salvage debug info in block simplification
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/Utils/Local.cpp | 2 +
unittests/Transforms/Utils/Local.cpp | 93 +++++++++++++++++++++++++-----------
2 files changed, 67 insertions(+), 28 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 baea95d4a [testsuite] Remove workaround for categories and inline tests.
new f577c4eb9 Make the clang module cache setting available without a target
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/Core/ModuleList.h | 13 ++++-
include/lldb/Target/Target.h | 2 -
.../objc/modules-cache}/Makefile | 2 +-
.../objc/modules-cache/TestClangModulesCache.py | 40 ++++++++++++++
.../lldbsuite/test/lang/objc/modules-cache/f.h | 1 +
.../lldbsuite/test/lang/objc/modules-cache/main.m | 5 ++
.../test/lang/objc/modules-cache/module.modulemap | 3 ++
packages/Python/lldbsuite/test/lldbtest.py | 4 +-
source/Core/Debugger.cpp | 4 ++
source/Core/ModuleList.cpp | 63 ++++++++++++++++++++--
.../Clang/ClangModulesDeclVendor.cpp | 11 ++--
source/Target/Target.cpp | 13 -----
12 files changed, 131 insertions(+), 30 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/data-formatter/setvaluefromcs [...]
create mode 100644 packages/Python/lldbsuite/test/lang/objc/modules-cache/TestClan [...]
create mode 100644 packages/Python/lldbsuite/test/lang/objc/modules-cache/f.h
create mode 100644 packages/Python/lldbsuite/test/lang/objc/modules-cache/main.m
create mode 100644 packages/Python/lldbsuite/test/lang/objc/modules-cache/module.m [...]
--
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 4959ec1bd35 [RISCV] Implement MC relaxations for compressed instructions.
new 8d87916e25e [Hexagon] Generate valignb for shifting shuffles (instead o [...]
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/Hexagon/HexagonISelDAGToDAGHVX.cpp | 46 +-
test/CodeGen/Hexagon/autohvx/align2-128b.ll | 1706 +++++++++++++++++++++++++
test/CodeGen/Hexagon/autohvx/align2-64b.ll | 842 ++++++++++++
3 files changed, 2583 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGen/Hexagon/autohvx/align2-128b.ll
create mode 100644 test/CodeGen/Hexagon/autohvx/align2-64b.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 glibc.
from 1c81d55fc4 [BZ #22342] Fix netgroup cache keys.
new 4dc23804a2 Fix powerpc ifunc-sel.h build for -Os.
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:
ChangeLog | 5 +++++
sysdeps/powerpc/ifunc-sel.h | 4 ++--
2 files changed, 7 insertions(+), 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 40131a7149e [Utils] Salvage debug info in recursive inst deletion
new 88bc91ded96 Make llvm::djbHash an inline function.
new 4959ec1bd35 [RISCV] Implement MC relaxations for compressed instructions.
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:
include/llvm/Support/DJB.h | 6 +-
lib/Support/DJB.cpp | 12 +---
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 87 +++++++++++++++++++++--
test/MC/RISCV/fixups-compressed.s | 9 ++-
test/MC/RISCV/relocations.s | 6 +-
test/MC/RISCV/rv32-relaxation.s | 75 +++++++++++++++++++
test/MC/RISCV/rv64-relaxation.s | 64 +++++++++++++++++
7 files changed, 237 insertions(+), 22 deletions(-)
create mode 100644 test/MC/RISCV/rv32-relaxation.s
create mode 100644 test/MC/RISCV/rv64-relaxation.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 693cdb0ab50 [InstCombine] Rewrite the binary op shrinking in visitFPTru [...]
new b9e93872df3 [WebAssembly] Avoid cast ExprType to wasm::ValType
new 3ca5091556a [unittests] Make some parseIR calls more readable, NFC
new 40131a7149e [Utils] Salvage debug info in recursive inst deletion
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:
.../WebAssemblyRuntimeLibcallSignatures.cpp | 61 ++--
lib/Transforms/Utils/Local.cpp | 1 +
test/MC/WebAssembly/libcall.ll | 30 ++
unittests/Transforms/Utils/Local.cpp | 347 ++++++++++++---------
4 files changed, 262 insertions(+), 177 deletions(-)
create mode 100644 test/MC/WebAssembly/libcall.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.