This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from ef6418df0 [ELF] - Drop special flags for empty output sections.
new 03744dcc0 [ELF] - Restrict section offsets that exceeds file size.
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:
ELF/Writer.cpp | 31 +++++++++++++++++-----
.../ELF/linkerscript/Inputs/sections-va-overflow.s | 6 +++++
test/ELF/linkerscript/sections-va-overflow.test | 22 +++++++++++++++
3 files changed, 53 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/linkerscript/Inputs/sections-va-overflow.s
create mode 100644 test/ELF/linkerscript/sections-va-overflow.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 4f23838f561 [SCEV][NFC] Smarter implementation of isAvailableAtLoopEntry
new e7b0e8d685f [CodeGenPrepare] Respect endianness in splitMergedValStore.
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/CodeGenPrepare.cpp | 3 ++-
test/CodeGen/SystemZ/codegenprepare-splitstore.ll | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/SystemZ/codegenprepare-splitstore.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 lld.
from 145b7270e Use PLT relocations in test.
new ef6418df0 [ELF] - Drop special flags for empty output sections.
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:
ELF/LinkerScript.cpp | 18 +++++++++++-------
test/ELF/linkerscript/empty-link-order.test | 21 +++++++++++++++++++++
2 files changed, 32 insertions(+), 7 deletions(-)
create mode 100644 test/ELF/linkerscript/empty-link-order.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 gcc.
from 9859f66244f PR middle-end/84834 * match.pd ((A & C) != 0 ? D : 0): Us [...]
new c0aa1bca0e3 Fix PTA info in IPA ICF (PR ipa/84658).
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 | 11 ++++
gcc/ipa-icf.c | 112 ++++++++++++++++++++++++++++++-------
gcc/ipa-icf.h | 12 ++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/g++.dg/ipa/pr84658.C | 30 ++++++++++
5 files changed, 150 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr84658.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 6600a832191 Daily bump.
new e88a62aeaf9 PR target/84786 * config/i386/sse.md (sse2_loadhpd): Use [...]
new 48ef33f0d5d PR target/84828 * reg-stack.c (change_stack): Change upda [...]
new 9b0e4c079b1 PR target/84827 * config/i386/i386.md (round<mode>2): For [...]
new 30426868220 PR middle-end/84831 * stmt.c (parse_output_constraint): I [...]
new 9859f66244f PR middle-end/84834 * match.pd ((A & C) != 0 ? D : 0): Us [...]
The 5 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 | 23 +++++
gcc/config/i386/i386.md | 3 +-
gcc/config/i386/sse.md | 6 +-
gcc/match.pd | 27 +++---
gcc/reg-stack.c | 15 +++-
gcc/stmt.c | 104 ++++++++++++----------
gcc/testsuite/ChangeLog | 13 +++
gcc/testsuite/g++.dg/ext/{pr84683.C => pr84828.C} | 4 +-
gcc/testsuite/gcc.dg/pr84834.c | 15 ++++
gcc/testsuite/gcc.target/i386/avx512f-pr84786-1.c | 25 ++++++
gcc/testsuite/gcc.target/i386/avx512f-pr84786-2.c | 16 ++++
gcc/testsuite/gcc.target/i386/pr84827.c | 21 +++++
12 files changed, 202 insertions(+), 70 deletions(-)
copy gcc/testsuite/g++.dg/ext/{pr84683.C => pr84828.C} (82%)
create mode 100644 gcc/testsuite/gcc.dg/pr84834.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr84786-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr84786-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr84827.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 cfe9a0e9053 [MergeICmps] Make sure that the comparison only has one use.
new 4f23838f561 [SCEV][NFC] Smarter implementation of isAvailableAtLoopEntry
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/Analysis/ScalarEvolution.cpp | 54 +---------------------------------------
1 file changed, 1 insertion(+), 53 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 c9274e4c03c bpf: Enhance debug information for peephole optimization passes
new cfe9a0e9053 [MergeICmps] Make sure that the comparison only has one use.
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/Scalar/MergeICmps.cpp | 9 +++
test/Transforms/MergeICmps/X86/pr36557.ll | 100 ++++++++++++++++++++++++++++++
2 files changed, 109 insertions(+)
create mode 100644 test/Transforms/MergeICmps/X86/pr36557.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 8f8572aba3b Revert [SCEV] Fix isKnownPredicate
new a26a1c77ed7 bpf: Add more check directives in peephole testcase
new c543a072f89 bpf: Tighten subregister definition check
new 83008ad9412 bpf: J*_RR should check both operands
new 5e02a7311a0 bpf: Extends zero extension elimination beyond comparison i [...]
new 0f4700096fb bpf: Support subregister definition check on PHI node
new 87576cc8b8e bpf: Don't expand BSWAP on i32, promote it
new bdea56efc22 bpf: New post-RA peephole optimization pass to eliminate ba [...]
new c9274e4c03c bpf: Enhance debug information for peephole optimization passes
The 8 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/BPF/BPF.h | 2 +
lib/Target/BPF/BPFISelLowering.cpp | 2 +-
lib/Target/BPF/BPFMIPeephole.cpp | 294 ++++++++++++++++++++---------
lib/Target/BPF/BPFTargetMachine.cpp | 9 +
test/CodeGen/BPF/32-bit-subreg-peephole.ll | 73 ++++++-
5 files changed, 285 insertions(+), 95 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 579aaf149ed [SCEV] Fix isKnownPredicate
new 8f8572aba3b Revert [SCEV] Fix isKnownPredicate
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/llvm/Analysis/ScalarEvolution.h | 19 -----
lib/Analysis/ScalarEvolution.cpp | 94 +++++++---------------
.../IndVarSimplify/inner-loop-by-latch-cond.ll | 33 --------
3 files changed, 27 insertions(+), 119 deletions(-)
delete mode 100644 test/Transforms/IndVarSimplify/inner-loop-by-latch-cond.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 97fa4365e0a Reland r327041: [ThinLTO] Keep available_externally symbols live
new 579aaf149ed [SCEV] Fix isKnownPredicate
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/llvm/Analysis/ScalarEvolution.h | 19 +++++
lib/Analysis/ScalarEvolution.cpp | 94 +++++++++++++++-------
.../IndVarSimplify/inner-loop-by-latch-cond.ll | 33 ++++++++
3 files changed, 119 insertions(+), 27 deletions(-)
create mode 100644 test/Transforms/IndVarSimplify/inner-loop-by-latch-cond.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.