This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 28835ca04aa [X86] Remove old UNIMPLEMENTED list
new de514539f2c AMDGPU/GlobalISel: Define instruction mapping for @llvm.maxnum
new 9b9abcabb25 [LV][CFG] Add irreducible CFG detection for outer loops
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/Analysis/CFG.h | 67 ++++++++++++++++++++++
include/llvm/Analysis/LoopIterator.h | 19 ++++++
lib/CodeGen/ShrinkWrap.cpp | 39 +------------
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 1 +
lib/Transforms/Vectorize/LoopVectorize.cpp | 31 +++-------
...dgcn.cvt.pkrtz.mir => regbankselect-maxnum.mir} | 32 +++++------
6 files changed, 114 insertions(+), 75 deletions(-)
copy test/CodeGen/AMDGPU/GlobalISel/{regbankselect-amdgcn.cvt.pkrtz.mir => regbank [...]
--
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 release_60
in repository llvm.
from dc906ab2b71 Add some minimal release notes for retpoline support.
new 089d4c0c490 ReleaseNotes: move the retpoline bullet higher
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:
docs/ReleaseNotes.rst | 12 ++++++------
1 file changed, 6 insertions(+), 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 587a2e31eca [WebAssembly] More uses of uint8_t for single byte values
new 28835ca04aa [X86] Remove old UNIMPLEMENTED list
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/README-UNIMPLEMENTED.txt | 14 --------------
1 file changed, 14 deletions(-)
delete mode 100644 lib/Target/X86/README-UNIMPLEMENTED.txt
--
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 9a2ebffd4d Ensure 8-byte alignment for AArch64 stubs.
new ecc054c097 [GDB/testsuite] Use %progbits in watch-loc.c
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/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.dlang/watch-loc.c | 2 +-
gdb/testsuite/gdb.mi/dw2-ref-missing-frame-func.c | 2 +-
3 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 lldb.
from dee1f9266 Speed up TestWatchpointMultipleThreads
new baea95d4a [testsuite] Remove workaround for categories and inline 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:
packages/Python/lldbsuite/test/decorators.py | 15 ++++++---------
1 file changed, 6 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 binutils-gdb.
from ed2592386c Automatic date update in version.in
new e7da50fa4b [ARM] Fix NULL dereference of march_ext_opt
new 9a2ebffd4d Ensure 8-byte alignment for AArch64 stubs.
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:
bfd/ChangeLog | 8 +++
bfd/elfnn-aarch64.c | 13 ++--
gas/ChangeLog | 5 ++
gas/config/tc-arm.c | 2 +-
ld/ChangeLog | 25 +++++++
ld/emulparams/aarch64cloudabi.sh | 2 +-
ld/emulparams/aarch64elf.sh | 2 +-
ld/emulparams/aarch64elf32.sh | 2 +-
ld/emulparams/aarch64fbsd.sh | 2 +-
ld/emulparams/aarch64linux.sh | 2 +-
ld/emulparams/aarch64linux32.sh | 2 +-
ld/emultempl/aarch64elf.em | 4 +-
ld/testsuite/ld-aarch64/erratum835769.d | 4 +-
ld/testsuite/ld-aarch64/erratum843419.d | 46 +++++++------
ld/testsuite/ld-aarch64/farcall-b-defsym.d | 13 ++--
ld/testsuite/ld-aarch64/farcall-b-none-function.d | 11 +--
ld/testsuite/ld-aarch64/farcall-b-plt.d | 2 +
ld/testsuite/ld-aarch64/farcall-b-section.d | 22 +++---
ld/testsuite/ld-aarch64/farcall-b.d | 13 ++--
ld/testsuite/ld-aarch64/farcall-back.d | 78 +++++++++++-----------
ld/testsuite/ld-aarch64/farcall-bl-defsym.d | 15 +++--
ld/testsuite/ld-aarch64/farcall-bl-none-function.d | 11 +--
ld/testsuite/ld-aarch64/farcall-bl-plt.d | 2 +
ld/testsuite/ld-aarch64/farcall-bl-section.d | 22 +++---
ld/testsuite/ld-aarch64/farcall-bl.d | 15 +++--
25 files changed, 194 insertions(+), 129 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 release_60
in repository clang.
from c2ed349520 Add some minimal release notes for retpolines.
new ff0c0d8ab3 ReleaseNotes: move the retpoline bullets higher
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:
docs/ReleaseNotes.rst | 36 ++++++++++++++++++------------------
1 file changed, 18 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 clang.
from da7d513709 [Frontend] Avoid including default system header paths on Fuchsia
new 07b412d4ee [Sema] Improve test coverage of narrowing conversion diagnostics
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/CXX/dcl.decl/dcl.init/dcl.init.list/p7-0x.cpp | 17 +++++++++++------
1 file changed, 11 insertions(+), 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 gcc.
from 9b5ef540f2b Avoid &LOOP_VINFO_MASKS for bb vectorisation (PR 84634)
new 5f9e77dd8c4 PR c++/84590 * cp-gimplify.c (cp_fully_fold): Unwrap TARG [...]
new 74d4d042498 PR ipa/83983 * ipa-devirt.c (odr_subtypes_equivalent_p): [...]
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:
gcc/ChangeLog | 6 ++++++
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/cp-gimplify.c | 12 +++++++++++-
gcc/ipa-devirt.c | 11 ++++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/ubsan/shift-11.c | 13 +++++++++++++
6 files changed, 49 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/shift-11.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 gcc.
from 3ba5631bfd1 PR target/84614 * rtl.h (prev_real_nondebug_insn, next_re [...]
new 84017e0ee96 Use loop->safelen rather than loop->force_vectorize
new 9b5ef540f2b Avoid &LOOP_VINFO_MASKS for bb vectorisation (PR 84634)
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:
gcc/ChangeLog | 13 ++++++++
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.dg/vect/vect-alias-check-13.c | 21 +++++++++++++
gcc/tree-vect-data-refs.c | 4 +--
gcc/tree-vect-stmts.c | 40 +++++++++++++++----------
5 files changed, 64 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-alias-check-13.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.