This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 806e899 Rename several methods on ASTRecordReader to follow LLVM styl [...]
new 0646a01 Wdocumentation fix
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/clang/Sema/Sema.h | 88 +++++++++++++++++++++++------------------------
1 file changed, 44 insertions(+), 44 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 390efaa PR fortran/78866 * openmp.c (resolve_omp_clauses): Diagnose [...]
new b488e08 PR target/71321 * config/i386/i386.md (lea<mode>_general_2b [...]
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/i386/i386.md | 47 +++++++++++++++++++++++++++++++++
gcc/config/i386/predicates.md | 8 ++++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/i386/pr71321.c | 16 +++++++++++
5 files changed, 83 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr71321.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 b4a5736 * gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr631 [...]
new 390efaa PR fortran/78866 * openmp.c (resolve_omp_clauses): Diagnose [...]
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/fortran/ChangeLog | 10 ++++++++++
gcc/fortran/openmp.c | 5 +++++
gcc/fortran/trans-openmp.c | 20 ++++++++++++++++++++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gfortran.dg/gomp/map-1.f90 | 2 +-
gcc/testsuite/gfortran.dg/gomp/pr78866-1.f90 | 19 +++++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/pr78866-2.f90 | 9 +++++++++
7 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr78866-1.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr78866-2.f90
--
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 5625f66 This patch cleans up the strsep implementation and improves p [...]
new 7f7dd1d Update miscellaneous files from upstream sources.
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 | 10 +
manual/texinfo.tex | 3831 ++++++++++++++++++++++++++++--------------------
scripts/config.guess | 119 +-
scripts/config.sub | 31 +-
scripts/install-sh | 4 +-
scripts/mkinstalldirs | 4 +-
scripts/move-if-change | 4 +-
7 files changed, 2308 insertions(+), 1695 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 2f4b616 revert first commit . removing empty line in X86.h
new 1222005 [CostModel] Pass shuffle mask args with ArrayRef. 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/Analysis/CostModel.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 e5688b5 [ARM] Updating testcase unsigned-extend-2.c
new b4a5736 * gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr631 [...]
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.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.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 glibc.
from d08ab9c Remove unused function _dl_tls_setup
new 5625f66 This patch cleans up the strsep implementation and improves p [...]
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 | 19 +++++++
benchtests/bench-strsep.c | 79 +++++++++++++++++++-------
string/bits/string2.h | 90 ------------------------------
string/string-inlines.c | 64 +++++++++++++++++++++
string/strsep.c | 26 +--------
sysdeps/unix/sysv/linux/internal_statvfs.c | 2 +-
6 files changed, 145 insertions(+), 135 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 4198cfb nvptx: adjust testcase for 'shared' attribute
new 28202b3 Do not suggest -fsanitize=all (PR driver/78863).
new e5688b5 [ARM] Updating testcase unsigned-extend-2.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 | 7 +++++++
gcc/gcc.c | 11 +++++++++++
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/spellcheck-options-13.c | 5 +++++
gcc/testsuite/gcc.target/arm/unsigned-extend-2.c | 4 ++--
5 files changed, 34 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/spellcheck-options-13.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 23a0096 nvptx: do not assume that crtl->is_leaf is unset
new 4198cfb nvptx: adjust testcase for 'shared' attribute
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/nvptx/decl-shared.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 c4f6ed6 gcc/testsuite/ PR testsuite/52641 * gcc.dg/builtin-object-s [...]
new 23a0096 nvptx: do not assume that crtl->is_leaf is unset
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 | 10 ++++++++--
gcc/config/nvptx/nvptx.c | 7 ++++---
2 files changed, 12 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.