This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 0b49553 Add methods to enable using formatv syntax in LLDB.
new ef7c616 Remove an unused type declaration.
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-mi/Platform.h | 6 ------
1 file changed, 6 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 1c6ca04 [X86][AVX512] Add tests showing missed opportunity to efficie [...]
new 31fc134 [X86][AVX512] use a single shufps for 512-bit vectors when it [...]
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 | 14 +++++++++++++-
test/CodeGen/X86/vector-shuffle-512-v16.ll | 11 +++--------
2 files changed, 16 insertions(+), 9 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 228c3ca Speculatively revert r289925, see PR31407
new 1c6ca04 [X86][AVX512] Add tests showing missed opportunity to efficie [...]
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/vector-shuffle-512-v16.ll | 32 ++++++++++++++++++++++++++++++
1 file changed, 32 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 gcc.
from d5bf2b5 The negdi2 patterns for ARM and Thumb-2 are duplicated becaus [...]
new bfbd84f PR tree-optimization/78819 * tree-vrp.c (find_switch_assert [...]
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 | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/vrp112.c | 31 +++++++++++++++++++++++++++++++
gcc/tree-vrp.c | 9 +++++++++
4 files changed, 52 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp112.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 llvm.
from c27f000 [MIRParser] Add parsing hex literals of arbitrary size as uns [...]
new 228c3ca Speculatively revert r289925, see PR31407
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/MC/MCDwarf.cpp | 9 ++---
test/DebugInfo/AArch64/line-header.ll | 2 +-
test/DebugInfo/Generic/empty.ll | 2 +-
test/DebugInfo/X86/debug-line-version.s | 39 ----------------------
test/DebugInfo/X86/empty.ll | 2 +-
.../X86/stmt-list-multiple-compile-units.ll | 6 ++--
test/MC/ELF/debug-line.s | 10 +++---
test/MC/ELF/debug-line2.s | 10 +++---
test/MC/ELF/debug-loc.s | 2 +-
test/MC/ELF/discriminator.s | 2 +-
test/MC/ELF/empty-dwarf-lines.s | 2 +-
test/MC/MachO/file.s | 8 ++---
test/MC/MachO/gen-dwarf.s | 2 +-
test/MC/MachO/loc.s | 14 ++++----
14 files changed, 33 insertions(+), 77 deletions(-)
delete mode 100644 test/DebugInfo/X86/debug-line-version.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 df71b60 [GlobalISel] Silence unused variable warnings in Release builds.
new 878b057 Move VerifierSupport into namespace llvm.
new c27f000 [MIRParser] Add parsing hex literals of arbitrary size as uns [...]
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/IR/Verifier.h | 5 +---
lib/CodeGen/MIRParser/MIParser.cpp | 51 ++++++++++++++++++++++++++++----------
lib/IR/Verifier.cpp | 6 ++++-
3 files changed, 44 insertions(+), 18 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 glibc.
from e4d6a83 Make w_scalbln type-generic
new b224637 Fix powerpc64/power7 memchr for large input sizes
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 | 9 ++++++++
string/test-memchr.c | 38 +++++++++++++++++++++++--------
sysdeps/powerpc/powerpc64/power7/memchr.S | 12 +++++++++-
3 files changed, 49 insertions(+), 10 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 b1879fb [ARM] GlobalISel: Select add i32, i32
new df71b60 [GlobalISel] Silence unused variable warnings in Release builds.
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/ARM/ARMInstructionSelector.cpp | 9 ++++-----
1 file changed, 4 insertions(+), 5 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 588f2bf Thumb uses a special register allocation order to increase th [...]
new d5bf2b5 The negdi2 patterns for ARM and Thumb-2 are duplicated becaus [...]
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/arm/arm.md | 22 ++++++++++++----------
gcc/config/arm/thumb2.md | 26 --------------------------
3 files changed, 18 insertions(+), 36 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 d7f6e8f [X86][SSE] Combine shuffles to MOVSS/MOVSD whatever the domain.
new b1879fb [ARM] GlobalISel: Select add i32, i32
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/GlobalISel/InstructionSelector.cpp | 5 +
lib/Target/ARM/ARMCallLowering.cpp | 139 ++++++++++++++++++++-
lib/Target/ARM/ARMCallLowering.h | 5 +
lib/Target/ARM/ARMInstructionSelector.cpp | 57 ++++++++-
lib/Target/ARM/ARMInstructionSelector.h | 1 +
lib/Target/ARM/ARMLegalizerInfo.cpp | 5 +
lib/Target/ARM/ARMRegisterBankInfo.cpp | 89 ++++++++++++-
lib/Target/ARM/ARMRegisterBankInfo.h | 12 ++
.../ARM/GlobalISel/arm-instruction-select.mir | 37 ++++++
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 12 ++
test/CodeGen/ARM/GlobalISel/arm-isel.ll | 17 +++
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 29 +++++
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 30 +++++
13 files changed, 429 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/ARM/GlobalISel/arm-instruction-select.mir
create mode 100644 test/CodeGen/ARM/GlobalISel/arm-isel.ll
create mode 100644 test/CodeGen/ARM/GlobalISel/arm-legalizer.mir
create mode 100644 test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.