This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4cf0c3e56c [DebugInfo] Inline for without DebugLocation
new 8b6d5a07b8 [Intrinsics] Add/move some builtin declarations in intrin.h [...]
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/Headers/intrin.h | 11 +++++++----
1 file changed, 7 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 49318a93114 * except.c (finish_eh_generation): Commit edge insertions [...]
new d0ae7eebffe * cfgrtl.c (fixup_reorder_chain): Do not emit NOPs in DECL [...]
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 | 8 ++++++++
gcc/cfgrtl.c | 42 +++++++++++++++++++++++++-----------------
2 files changed, 33 insertions(+), 17 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 30e9de8b241 PR libstdc++/70940 make pmr::resource_adaptor return aligne [...]
new 58089236dcb * tree-inline.c (copy_edges_for_bb): Minor tweak. (maybe_ [...]
new 79351eaf305 * tree-nested.c (get_frame_type): Use create_tmp_var_raw i [...]
new 49318a93114 * except.c (finish_eh_generation): Commit edge insertions [...]
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:
gcc/ChangeLog | 19 +++++++++++++++++++
gcc/except.c | 11 ++++++-----
gcc/tree-inline.c | 25 ++++++++++++++-----------
gcc/tree-nested.c | 22 +++++++++-------------
4 files changed, 48 insertions(+), 29 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 22a1ef14bd6 [DWARF] Warn on and ignore ".file 0" for DWARF v4 and earlier.
new 2c7b1285044 [X86] Update fast-isel tests for clang r335253.
new baa9ccee642 [LoopVectorize] regenerate full checks; NFC
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:
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 551 +++++++++++-------------
test/Transforms/LoopVectorize/runtime-check.ll | 68 ++-
2 files changed, 319 insertions(+), 300 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 0be86b8c93 [X86] Rewrite the add/mul/or/and reduction intrinsics to mak [...]
new 4cf0c3e56c [DebugInfo] Inline for without DebugLocation
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/CGExprScalar.cpp | 6 ++++++
test/CodeGen/debug-info-inline-for.c | 13 +++++++++++++
2 files changed, 19 insertions(+)
create mode 100644 test/CodeGen/debug-info-inline-for.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 3080dcbe49e Revert "[AArch64] Coalesce Copy Zero during instruction selection"
new 22a1ef14bd6 [DWARF] Warn on and ignore ".file 0" for DWARF v4 and earlier.
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/MC/MCParser/AsmParser.cpp | 6 ++++--
test/MC/ELF/dwarf-file0.s | 18 +++++++++++++++++-
2 files changed, 21 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 clang.
from 41e20a3f29 [liblang] Remove DOS line endings in libclang.exports
new 0be86b8c93 [X86] Rewrite the add/mul/or/and reduction intrinsics to mak [...]
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/Headers/avx512fintrin.h | 266 ++++++----------
test/CodeGen/avx512-reduceIntrin.c | 618 ++++++++++++++++++-------------------
2 files changed, 406 insertions(+), 478 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 f496b28e61 math: Set 387 and SSE2 rounding mode for tgamma on i386 [BZ #23253]
new 61ab61c2fd elf.h: Add BPF relocation types.
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 | 5 +++++
elf/elf.h | 3 ++-
2 files changed, 7 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 63e6ad798ec PR libstdc++/70940 make pmr::resource_adaptor return aligne [...]
new 30e9de8b241 PR libstdc++/70940 make pmr::resource_adaptor return aligne [...]
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:
libstdc++-v3/ChangeLog | 8 ++
libstdc++-v3/include/experimental/memory_resource | 5 +-
.../memory_resource/new_delete_resource.cc | 132 +++++++++++++++++++++
.../memory_resource/resource_adaptor.cc | 99 +++++++++++++++-
4 files changed, 241 insertions(+), 3 deletions(-)
create mode 100644 libstdc++-v3/testsuite/experimental/memory_resource/new_delete_ [...]
--
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 55abc6c7 [clangd] Expose 'shouldCollectSymbol' helper from SymbolCollector.
new 0101e13c [clang-tidy] Remove the google-readability-redundant-smartptr [...]
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:
clang-tidy/google/GoogleTidyModule.cpp | 4 ----
docs/ReleaseNotes.rst | 4 ++++
.../checks/google-readability-redundant-smartptr-get.rst | 10 ----------
docs/clang-tidy/checks/list.rst | 3 +--
docs/clang-tidy/checks/readability-redundant-smartptr-get.rst | 4 +---
5 files changed, 6 insertions(+), 19 deletions(-)
delete mode 100644 docs/clang-tidy/checks/google-readability-redundant-smartptr-get.rst
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.