This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 24c7ece gcc/ PR target/71676 PR target/71678 * config/avr/avr.md ( [...]
new c9a8ee1 gcc/ New avt target pass to work around performance loss by [...]
new 6c287ec Typo.
new 6e1b2ff * internal-fn.def (LAUNDER): New internal function. * inter [...]
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:
gcc/ChangeLog | 27 ++-
gcc/c-family/ChangeLog | 5 +
gcc/c-family/c-common.c | 1 +
gcc/c-family/c-common.h | 4 +-
gcc/config/avr/avr-passes.def | 11 +
gcc/config/avr/avr-protos.h | 2 +
gcc/config/avr/avr.c | 350 +++++++++++++++++++++++++++++++
gcc/config/avr/avr.md | 80 ++++++-
gcc/config/avr/predicates.md | 4 +
gcc/cp/ChangeLog | 9 +
gcc/cp/constexpr.c | 5 +
gcc/cp/cp-tree.h | 2 +
gcc/cp/parser.c | 13 ++
gcc/cp/pt.c | 60 ++++--
gcc/cp/semantics.c | 22 ++
gcc/internal-fn.c | 13 ++
gcc/internal-fn.def | 3 +
gcc/testsuite/ChangeLog | 14 +-
gcc/testsuite/g++.dg/cpp1z/launder1.C | 51 +++++
gcc/testsuite/g++.dg/cpp1z/launder2.C | 42 ++++
gcc/testsuite/gcc.target/avr/pr71676-2.c | 46 ++++
21 files changed, 737 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/launder1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/launder2.C
create mode 100644 gcc/testsuite/gcc.target/avr/pr71676-2.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 407ae91 Daily bump.
new 24c7ece gcc/ PR target/71676 PR target/71678 * config/avr/avr.md ( [...]
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/config/avr/avr.md | 33 +--
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/gcc.target/avr/pr71676-1.c | 347 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/avr/pr71676-3.c | 80 +++++++
gcc/testsuite/gcc.target/avr/pr71676.c | 30 +++
gcc/testsuite/gcc.target/avr/pr71678.c | 19 ++
7 files changed, 510 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/pr71676-1.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr71676-3.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr71676.c
create mode 100644 gcc/testsuite/gcc.target/avr/pr71678.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from fbc054c build-linux.sh: Support building multiple configs.
new 5711f4b build-linux.sh: Fix handling of configs for arm64.
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:
build-linux.sh | 18 ++++++++++++------
1 file changed, 12 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 clang.
from 73e55da Fix handling of %% format specifier in os_log builtins.
new 8134af3 [X86][AVX512][Clang][Intrinsics][reduce] Adding missing reduc [...]
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/Headers/avx512fintrin.h | 237 ++++++++++++++++++++
test/CodeGen/avx512-reduceIntrin.c | 442 +++++++++++++++++++++++++++++++++++++
2 files changed, 679 insertions(+)
create mode 100644 test/CodeGen/avx512-reduceIntrin.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from 7f6c283 Fix git server name for spec2k
new fbc054c build-linux.sh: Support building multiple configs.
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:
build-linux.sh | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 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 2c3f1a7 GlobalDCE: Restore a statement accidentally removed in r285048.
new 53bf46f [AVX-512] Add support for creating SIGN_EXTEND_VECTOR_INREG a [...]
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 | 50 +++++++++++++++++++++++++++++---------
test/CodeGen/X86/avx512-pmovxrm.ll | 24 +++++-------------
test/CodeGen/X86/vector-sext.ll | 4 +--
test/CodeGen/X86/vector-zext.ll | 7 +-----
4 files changed, 47 insertions(+), 38 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 d2c91bf [libFuzzer] simplify the code for use_cmp, also use the posit [...]
new 6ff6048 IR: Deduplicate getParent() functions on derived classes of G [...]
new 4e3c65d MachineInstrBundle: Pass iterators to getBundle(Start|End); NFC
new 2c3f1a7 GlobalDCE: Restore a statement accidentally removed in r285048.
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:
include/llvm/CodeGen/MachineInstrBuilder.h | 3 ++-
include/llvm/CodeGen/MachineInstrBundle.h | 31 +++++++++++++++---------------
include/llvm/CodeGen/MachineRegisterInfo.h | 12 +++++++-----
include/llvm/CodeGen/SlotIndexes.h | 3 ++-
include/llvm/IR/Function.h | 2 --
include/llvm/IR/GlobalAlias.h | 2 --
include/llvm/IR/GlobalIFunc.h | 2 --
include/llvm/IR/GlobalValue.h | 6 ++++++
include/llvm/IR/GlobalVariable.h | 2 --
lib/CodeGen/ScheduleDAGInstrs.cpp | 4 ++--
lib/IR/Function.cpp | 4 ----
lib/IR/Globals.cpp | 12 ------------
lib/Target/Hexagon/HexagonInstrInfo.cpp | 2 +-
lib/Transforms/IPO/GlobalDCE.cpp | 1 +
14 files changed, 36 insertions(+), 50 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 5989799 GlobalDCE: Deduplicate code. NFCI.
new d2c91bf [libFuzzer] simplify the code for use_cmp, also use the posit [...]
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/Fuzzer/FuzzerDictionary.h | 7 +++
lib/Fuzzer/FuzzerLoop.cpp | 5 --
lib/Fuzzer/FuzzerMutate.cpp | 110 +++++++++++++++++++++++++++++++-------
lib/Fuzzer/FuzzerMutate.h | 21 +++++---
lib/Fuzzer/FuzzerTracePC.cpp | 49 -----------------
lib/Fuzzer/FuzzerTracePC.h | 32 +++++------
lib/Fuzzer/test/SimpleCmpTest.cpp | 3 +-
lib/Fuzzer/test/SwapCmpTest.cpp | 3 +-
lib/Fuzzer/test/swap-cmp.test | 2 +
9 files changed, 130 insertions(+), 102 deletions(-)
create mode 100644 lib/Fuzzer/test/swap-cmp.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 8f808de [InstCombine] auto-generate checks
new 5989799 GlobalDCE: Deduplicate code. NFCI.
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/IPO/GlobalDCE.cpp | 53 ++++++++++++++--------------------------
1 file changed, 18 insertions(+), 35 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 73b088b Automatic date update in version.in
new a18a2a3 elfxx-mips: Correct STUB_JALR's description
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:
bfd/ChangeLog | 4 ++++
bfd/elfxx-mips.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.