This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ccfd3cc80d5 [ARM GlobalISel] Clean up binary operator tests. NFC
new 3357ae93b38 [ARM GlobalISel] Add test for RSBri. NFC
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:
.../ARM/GlobalISel/arm-instruction-select.mir | 58 ++++++++++++++++++++++
1 file changed, 58 insertions(+)
--
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 509ab8cda68 PR tree-optimization/78821 * gimple-ssa-store-merging.c ( [...]
new 68215123a6e [testsuite,arm] [Diagnostic Patch] don't print column zero
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/arm/pr69180.c | 6 +++---
2 files changed, 8 insertions(+), 3 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 1693ef38604 [LV][X86] Support of AVX2 Gathers code generation and updat [...]
new ccfd3cc80d5 [ARM GlobalISel] Clean up binary operator tests. NFC
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:
.../ARM/GlobalISel/arm-instruction-select.mir | 94 ----------------------
1 file changed, 94 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 newlib.
from 0e3e37537 RTEMS: Add missing functions to crt0
new 6480987f3 RTEMS: Add missing __getreent() to crt0
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:
newlib/libc/sys/rtems/crt0.c | 1 +
1 file changed, 1 insertion(+)
--
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 e0fbd2cc7d2 PR bootstrap/83062 * ipa-inline.c (can_inline_edge_p): Fi [...]
new 4aba7bd31b9 * tree-ssa-math-opts.c (nop_stats, bswap_stats, struct sym [...]
new 509ab8cda68 PR tree-optimization/78821 * gimple-ssa-store-merging.c ( [...]
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 | 51 +
gcc/gimple-ssa-store-merging.c | 1634 ++++++++++++++++++++++++++++++-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/store_merging_16.c | 157 +++
gcc/tree-ssa-math-opts.c | 1076 --------------------
5 files changed, 1817 insertions(+), 1106 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/store_merging_16.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 487fbf05298 * vec.h (debug_helper): New function. (DEFINE_DEBUG_VEC): [...]
new e0fbd2cc7d2 PR bootstrap/83062 * ipa-inline.c (can_inline_edge_p): Fi [...]
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/ipa-inline.c | 2 +-
2 files changed, 6 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 gcc.
from d1b2e738517 Daily bump.
new f374c565142 Fix comparison mode in simplify_ternary_operation
new 487fbf05298 * vec.h (debug_helper): New function. (DEFINE_DEBUG_VEC): [...]
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 | 33 ++++++++++++++++++++++
gcc/cfg.c | 10 +++++++
gcc/cfghooks.c | 8 ++++++
gcc/hash-set.h | 38 ++++++++++++++++++++++++++
gcc/print-rtl.c | 17 ++++++++++++
gcc/print-tree.c | 35 ++++--------------------
gcc/sel-sched-dump.c | 29 --------------------
gcc/simplify-rtx.c | 2 --
gcc/stor-layout.c | 2 +-
gcc/vec.h | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++
10 files changed, 190 insertions(+), 61 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 0d685282a1d [IRCE] Smart range intersection
new a12579a3113 [X86] Regenerate a test with broadcast comments. NFC
new 1693ef38604 [LV][X86] Support of AVX2 Gathers code generation and updat [...]
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 | 32 +-
lib/Target/X86/X86InstrFragmentsSIMD.td | 88 +++
lib/Target/X86/X86InstrSSE.td | 58 +-
lib/Target/X86/X86Subtarget.h | 21 +-
lib/Target/X86/X86TargetTransformInfo.cpp | 19 +-
.../CostModel/X86/masked-intrinsic-cost.ll | 37 +
test/CodeGen/X86/avx2-masked-gather.ll | 872 ++++-----------------
test/CodeGen/X86/vec_int_to_fp.ll | 14 +-
8 files changed, 353 insertions(+), 788 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 newlib.
from 57732f9b4 Cygwin: pipe_data_available: cleanup code
new 0e3e37537 RTEMS: Add missing functions to crt0
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:
newlib/libc/sys/rtems/crt0.c | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 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 e3364ddfdfe [CGP] Fix the crash caused by enable of complex addr mode
new 0d685282a1d [IRCE] Smart range intersection
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:
.../Scalar/InductiveRangeCheckElimination.cpp | 112 +++---
test/Transforms/IRCE/clamp.ll | 41 +-
test/Transforms/IRCE/range_intersect_miscompile.ll | 21 +-
test/Transforms/IRCE/ranges_of_different_types.ll | 427 +++++++++++++++++++++
test/Transforms/IRCE/single-access-with-preloop.ll | 17 +-
5 files changed, 527 insertions(+), 91 deletions(-)
create mode 100644 test/Transforms/IRCE/ranges_of_different_types.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.