This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3fe0121 PR target/79932 * config/i386/avx512vlintrin.h (_mm256_cmpg [...]
new 6e48ee8 PR sanitizer/79944 * asan.c (get_mem_refs_of_builtin_call): [...]
new 5383272 Increment value instead of a pointer in ADA macro processing.
new 90a2ae8 Get bounds for a PARM_DECL (PR ipa/79761).
new 2b5c00a Support BIT_FIELD_REF in MPX (PR ipa/79764).
The 4 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 | 21 ++
gcc/asan.c | 318 ++++++++++-----------
gcc/c-family/ChangeLog | 4 +
gcc/c-family/c-ada-spec.c | 2 +-
gcc/testsuite/ChangeLog | 13 +
gcc/testsuite/c-c++-common/asan/pr79944.c | 18 ++
gcc/testsuite/g++.dg/{opt/call2.C => pr79761.C} | 4 +-
.../g++.dg/{ext/alias-canon3.C => pr79764.C} | 4 +-
gcc/tree-chkp.c | 92 ++++--
9 files changed, 289 insertions(+), 187 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/asan/pr79944.c
copy gcc/testsuite/g++.dg/{opt/call2.C => pr79761.C} (72%)
copy gcc/testsuite/g++.dg/{ext/alias-canon3.C => pr79764.C} (58%)
--
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 clang-tools-extra.
from 93b0a7d [clang-tidy] readability-function-size: remove default param [...]
new 4671b3e [clang-tidy] Update the doc according to r297311.
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:
docs/clang-tidy/checks/readability-function-size.rst | 2 +-
1 file changed, 1 insertion(+), 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 0eea69e PR c++/79900 - ICE in strip_typedefs * tree.c (strip_typede [...]
new 24d73ad PR target/79932 * config/i386/avx512bwintrin.h (_mm512_pack [...]
new 3fe0121 PR target/79932 * config/i386/avx512vlintrin.h (_mm256_cmpg [...]
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 | 42 +
gcc/config/i386/avx512bwintrin.h | 132 +-
gcc/config/i386/avx512vlintrin.h | 4078 ++++++++++++++---------------
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.target/i386/pr79932-1.c | 19 +
gcc/testsuite/gcc.target/i386/pr79932-2.c | 78 +
6 files changed, 2252 insertions(+), 2105 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr79932-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr79932-2.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 lld.
from 4c654c9 [ELF] - Do not try to create .eh_frame_hdr for relocatable output.
new 94990a2 [ELF] - Implemented -znotext
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/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/Relocations.cpp | 11 ++++++-----
ELF/SyntheticSections.cpp | 2 ++
test/ELF/ztext-text-notext.s | 15 +++++++++++++++
5 files changed, 25 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/ztext-text-notext.s
--
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 49ebdd9 Fix wrong assertion failure.
new 4c654c9 [ELF] - Do not try to create .eh_frame_hdr for relocatable output.
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 | 9 ++++-----
test/ELF/relocatable-eh-frame-hdr.s | 11 +++++++++++
2 files changed, 15 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/relocatable-eh-frame-hdr.s
--
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 59d729d S/390: Add missing constraints in builtin patterns
new 0eea69e PR c++/79900 - ICE in strip_typedefs * tree.c (strip_typede [...]
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 | 6 +++++
gcc/cp/tree.c | 47 +++++++++++++++++++++--------------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/g++.dg/warn/Wpadded-1.C | 22 ++++++++++++++++
4 files changed, 62 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wpadded-1.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 libunwind.
from 2fd2d58 DARWF: silence some warnings about conversions
new 188f3c7 Fix up the places where AddressSpace.hpp is included.
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:
src/CompactUnwinder.hpp | 1 -
src/DwarfInstructions.hpp | 1 -
src/DwarfParser.hpp | 1 -
src/EHHeaderParser.hpp | 1 -
src/Unwind_AppleExtras.cpp | 1 +
src/libunwind.cpp | 1 +
6 files changed, 2 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 85de960 PR c++/79797 - ICE with self-reference in array DMI.
new 59d729d S/390: Add missing constraints in builtin patterns
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/config/s390/vx-builtins.md | 18 +++++++++---------
2 files changed, 14 insertions(+), 9 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 clang.
from 7607786 [coroutines] Fix assertion in DependentCoawaitExpr when the a [...]
new 64a83a0 Remove a useless subsitution in doxygen2rst which was incorre [...]
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:
docs/ClangFormatStyleOptions.rst | 10 +++++-----
docs/tools/dump_format_style.py | 1 -
2 files changed, 5 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.