This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b04f6b41eb8 [X86] Add urem vector test for non-uniform pow2 constants
new 39726b8c26b [COFF, ARM64] Fix symbol offsets in ADRP/ADD/LDR/STR relocations
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:
.../AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 46 ++++++++++++++++------
test/MC/AArch64/coff-relocations.s | 21 +++++++++-
test/MC/AArch64/fixup-out-of-range.s | 1 +
3 files changed, 53 insertions(+), 15 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 4fb2044b27c [X86][AVX] Regenerated and cleaned up AVX1 intrinsic tests.
new 66e03aa7cdc [ARM] GlobalISel: Map G_GLOBAL_VALUE to GPR
new 2de01938580 [X86] Regenerated umul overflow tests on 32/64 bit targets
new 12f578821ed [X86] Regenerated urem pow2 tests on 32/64 bit targets
new b04f6b41eb8 [X86] Add urem vector test for non-uniform pow2 constants
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/ARM/ARMRegisterBankInfo.cpp | 1 +
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 19 ++++
test/CodeGen/X86/umul-with-overflow.ll | 62 +++++++---
test/CodeGen/X86/urem-power-of-two.ll | 132 +++++++++++++++-------
4 files changed, 162 insertions(+), 52 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 binutils-gdb.
from b468ff4cbf Class-fy target_desc
new 8e2141c6fb Add optional argument to command "maint prints c-tdesc"
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:
gdb/ChangeLog | 8 ++++++++
gdb/NEWS | 3 +++
gdb/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 14 +++++++++-----
gdb/features/Makefile | 3 +--
gdb/target-descriptions.c | 25 ++++++++++++++++++-------
6 files changed, 44 insertions(+), 14 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 3cfa73b5672 Move non-local goto expansion after parm_birth_insn (PR san [...]
new 5c31bc69ecb Fix PR46932: Block auto increment on frame pointer
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 | 5 +++++
gcc/auto-inc-dec.c | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr46932.c | 13 +++++++++++++
4 files changed, 29 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr46932.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 ba7df5db105 [X86][AVX2] Regenerated and cleaned up broadcast tests.
new 4fb2044b27c [X86][AVX] Regenerated and cleaned up AVX1 intrinsic tests.
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/avx-basic.ll | 7 +
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 651 ++++++++++++++-------
test/CodeGen/X86/avx-intrinsics-x86.ll | 770 ++++++++++++-------------
test/CodeGen/X86/avx-intrinsics-x86_64.ll | 20 +-
test/CodeGen/X86/avx-select.ll | 65 ++-
test/CodeGen/X86/avx-vbroadcastf128.ll | 56 +-
test/CodeGen/X86/avx-vperm2x128.ll | 138 ++---
7 files changed, 989 insertions(+), 718 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 b21d450265a [X86][AVX] Regenerated and cleaned up masked gather/scatter tests.
new 5e0a85b8f05 [X86][AVX512] Regenerated and added 32-bit targets to select tests
new ba7df5db105 [X86][AVX2] Regenerated and cleaned up broadcast tests.
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:
test/CodeGen/X86/avx2-vbroadcast.ll | 2 +
test/CodeGen/X86/avx2-vbroadcasti128.ll | 80 +++----
test/CodeGen/X86/avx512-select.ll | 362 ++++++++++++++++++++++----------
3 files changed, 298 insertions(+), 146 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 a4990da0def [X86][AVX] Regenerate lzcnt test.
new b21d450265a [X86][AVX] Regenerated and cleaned up masked gather/scatter tests.
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/masked_gather_scatter.ll | 40 +++++++------------------------
1 file changed, 8 insertions(+), 32 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 a426a65ce8 Removed redundant data for the_NP locale
new 64d38726e1 Added New Locale mai_NP
new cd5919cb61 Use POSIX Portable Character Set in the new mai_NP locale s [...]
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:
localedata/ChangeLog | 10 ++++
localedata/SUPPORTED | 1 +
localedata/locales/{ca_ES@euro => mai_NP} | 78 ++++++++++++++++---------------
3 files changed, 51 insertions(+), 38 deletions(-)
copy localedata/locales/{ca_ES@euro => mai_NP} (64%)
--
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 b4929753439 Follow up for r307085: a better fix for a dangling StringRef.
new 44a9a971ae0 [X86][FMA] Regenerate test with broadcast comments.
new 18698d17335 [globalisel][tablegen] Fuse the generated tables together.
new a4990da0def [X86][AVX] Regenerate lzcnt test.
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:
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 15 +-
test/CodeGen/X86/fma_patterns.ll | 14 +-
test/CodeGen/X86/fma_patterns_wide.ll | 12 +-
test/CodeGen/X86/vector-lzcnt-512.ll | 72 ++++----
test/TableGen/GlobalISelEmitter.td | 200 ++++-----------------
utils/TableGen/GlobalISelEmitter.cpp | 54 +++---
6 files changed, 120 insertions(+), 247 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.