This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 350aee2f9 [MSAN] test failed randomly on ARM when XFAILED for MIPS
new a4934b161 [msan] add a regression test for PR32842
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/msan/pr32842.c | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 test/msan/pr32842.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 compiler-rt.
from 236529c6c mips] XFAIL wcsncpy.cc test.
new 350aee2f9 [MSAN] test failed randomly on ARM when XFAILED for MIPS
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/msan/wcsncpy.cc | 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 e58d47fcf55 GIMPLEFE: handle invalid __MEM
new 6c2a7affb6b * name-lookup.h (pop_binding): Rename to pop_local_binding [...]
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/cp/ChangeLog | 14 ++++++++++++++
gcc/cp/decl.c | 45 ++++++++++++++++++---------------------------
gcc/cp/name-lookup.c | 15 +++++++--------
gcc/cp/name-lookup.h | 4 ++--
gcc/cp/parser.c | 2 +-
5 files changed, 42 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 7d572e564af Strip trailing whitespace. NFCI.
new c4b356568be [x86] Fix a failure to select with AVX-512 when the type le [...]
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 | 34 +++++++++++++++++----
test/CodeGen/X86/avx512-vselect.ll | 61 ++++++++++++++++++++++++++++++++++++++
2 files changed, 90 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/X86/avx512-vselect.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 9fabaa754d0 * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-i [...]
new a38eda85c48 GIMPLEFE: Handle invalid unary "*" operand type
new e58d47fcf55 GIMPLEFE: handle invalid __MEM
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/c/ChangeLog | 12 ++++++++++++
gcc/c/gimple-parser.c | 15 +++++++++++++++
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/gimplefe-error-4.c | 7 +++++++
gcc/testsuite/gcc.dg/gimplefe-error-5.c | 7 +++++++
5 files changed, 51 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-error-4.c
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-error-5.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 c978c0ff91f [ARM][GlobalISel] Legalize narrow scalar ops by widening
new 7d572e564af Strip trailing whitespace. 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/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 2 +-
2 files 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 compiler-rt.
from d41423850 [asan] Recommit of r301904: Add strndup/__strndup interceptors
new 236529c6c mips] XFAIL wcsncpy.cc test.
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/msan/wcsncpy.cc | 2 ++
1 file changed, 2 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 59a86519747 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re- [...]
new 7b3dc7d4443 * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New. (ex [...]
new d9a0cb66a7e PR tree-optimization/53090 * tree-ssa-loop-ivopts.c (enum [...]
new 9da9c22f458 * tree-ssa-address.c: Include header file. (move_hint_to_ [...]
new 69e3186ddb1 * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comm [...]
new 5640111fab0 * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv [...]
new 12cb67f2461 * tree-ssa-loop-ivopts.c (compare_cost_pair): New. (iv_ca [...]
new 9fabaa754d0 * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-i [...]
The 7 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 | 54 ++++++++++++
gcc/tree-ssa-address.c | 181 +++++++++++++++++++++++++++------------
gcc/tree-ssa-loop-ivopts.c | 206 ++++++++++++++++++++++++++++++---------------
3 files changed, 317 insertions(+), 124 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 cee7471c117 Remove spurious cast of nullptr. NFC.
new c978c0ff91f [ARM][GlobalISel] Legalize narrow scalar ops by widening
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/ARM/ARMLegalizerInfo.cpp | 8 +-
.../ARM/GlobalISel/arm-instruction-select.mir | 146 +++++++++++++++++----
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 30 +++--
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 91 +++++++++++--
4 files changed, 218 insertions(+), 57 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 glibc.
from 46ce8881ad getaddrinfo: Unconditionally use malloc for address list
new 8ec69bb7ec support_format_addrinfo: Fix flags and canonname formatting
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:
ChangeLog | 16 +++++++++
resolv/tst-resolv-basic.c | 71 ++++++++++++++++++++++++++++++++++++---
support/support_format_addrinfo.c | 69 ++++++++++++++++++++++++++++---------
3 files changed, 136 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.