This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from de348d3 [Support] Add formatv support for StringLiteral
new 270ca40 Remove unused variable.
new 24ee761 Correct a typo, s/hosting/hoisting/
new dd591da fix documentation comments for Argument; NFC
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/IR/Argument.h | 73 +++++++++----------------
lib/IR/Function.cpp | 28 ----------
lib/Target/X86/X86ISelLowering.cpp | 1 -
lib/Transforms/Scalar/LICM.cpp | 2 +-
test/Other/optimization-remarks-invalidation.ll | 2 +-
test/Transforms/LICM/opt-remarks.ll | 2 +-
6 files changed, 30 insertions(+), 78 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 lld.
from f599e31 Sign extend remaining implicit addends for consistency.
new 0f2e510 [ELF] - Do not segfault when using -r and section groups.
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/InputFiles.cpp | 13 ++++++++-----
test/ELF/relocation-group.test | 43 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/relocation-group.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 06f1a4b Reapply "[LV] Extend trunc optimization to all IVs with const [...]
new de348d3 [Support] Add formatv support for StringLiteral
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/Support/FormatProviders.h | 7 +++----
unittests/Support/FormatVariadicTest.cpp | 2 ++
2 files changed, 5 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 gcc.
from 1b3078d rs6000: Synchronize the --with-cpu list in config.gcc with reality
new b3038ce PR target/79404 * ira-costs.c (scan_one_insn): Initialize r [...]
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 | 4 ++++
gcc/ira-costs.c | 18 +++++++++++++++++-
2 files changed, 21 insertions(+), 1 deletion(-)
--
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 0ef69ab [SCEV] Cache results during GetMinTrailingZeros query
new 2fce16a [X86][SSE] Allow matchVectorShuffleWithUNPCK to recognise UND [...]
new 06f1a4b Reapply "[LV] Extend trunc optimization to all IVs with const [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 28 ++++++++---
lib/Transforms/Vectorize/LoopVectorize.cpp | 57 ++++++++++++++++++----
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 2 -
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 24 +++------
.../LoopVectorize/AArch64/induction-trunc.ll | 30 ++++++++++++
test/Transforms/LoopVectorize/induction.ll | 31 ++++++++++++
test/Transforms/LoopVectorize/reverse_iter.ll | 5 +-
7 files changed, 138 insertions(+), 39 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/AArch64/induction-trunc.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 9e602e6 [ELF] - Do sign extend for addends of R_386_8, R_386_16 relocations
new f599e31 Sign extend remaining implicit addends for consistency.
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/Target.cpp | 4 ++--
1 file changed, 2 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 gcc.
from 37735e0 PR tree-optimization/79095 * tree-vrp.c (extract_range_from [...]
new 1b3078d rs6000: Synchronize the --with-cpu list in config.gcc with reality
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 | 4 ++++
gcc/config.gcc | 5 +++--
2 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 llvm.
from 5090868 [X86][SSE] Regenerate intrinsic upgrade tests
new fbe71f8 [X86][SSE] Add shuffle combine tests showing missed opportuni [...]
new 0ef69ab [SCEV] Cache results during GetMinTrailingZeros query
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/ScalarEvolution.h | 6 +++
lib/Analysis/ScalarEvolution.cpp | 30 ++++++++---
test/Analysis/ScalarEvolution/pr18606-min-zeros.ll | 63 ++++++++++++++++++++++
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 43 +++++++++++++++
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 59 ++++++++++++++++++++
5 files changed, 193 insertions(+), 8 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/pr18606-min-zeros.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 gcc.
from f937873 S/390: Cleanup: Remove builtin type flags.
new 37735e0 PR tree-optimization/79095 * tree-vrp.c (extract_range_from [...]
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 | 18 ++
gcc/testsuite/ChangeLog | 11 +
gcc/testsuite/g++.dg/pr79095-1.C | 40 +++
gcc/testsuite/g++.dg/pr79095-2.C | 46 +++
gcc/testsuite/g++.dg/pr79095-3.C | 17 +
gcc/testsuite/g++.dg/pr79095-4.C | 26 ++
gcc/testsuite/g++.dg/pr79095-5.C | 34 ++
gcc/testsuite/gcc.c-torture/execute/arith-1.c | 32 ++
gcc/testsuite/gcc.dg/tree-ssa/pr79095.c | 436 ++++++++++++++++++++++++++
gcc/tree-vrp.c | 196 +++++++++++-
10 files changed, 855 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/pr79095-1.C
create mode 100644 gcc/testsuite/g++.dg/pr79095-2.C
create mode 100644 gcc/testsuite/g++.dg/pr79095-3.C
create mode 100644 gcc/testsuite/g++.dg/pr79095-4.C
create mode 100644 gcc/testsuite/g++.dg/pr79095-5.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr79095.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 2cc7404 [SLP] Fix for PR31879: vectorize repeated scalar ops that don [...]
new 5090868 [X86][SSE] Regenerate intrinsic upgrade 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/sse2-intrinsics-x86-upgrade.ll | 4 ----
1 file changed, 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.