This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0488e949089 PR c++/83720 - different fix
new 638bea04160 PR tree-optimization/83081 * profile-count.h (profile_pro [...]
new 3337868c7ce PR tree-optimization/83957 * omp-expand.c (expand_omp_for [...]
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 | 13 +++++++++++
gcc/dojump.c | 42 ++++++++++++++++++++++------------
gcc/omp-expand.c | 5 +++-
gcc/profile-count.h | 24 +++++++++++++++++++
gcc/testsuite/ChangeLog | 8 +++++++
gcc/testsuite/gcc.dg/autopar/pr83957.c | 11 +++++++++
gcc/testsuite/gcc.dg/predict-8.c | 2 +-
7 files changed, 88 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/autopar/pr83957.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 clang.
from 36e16a4009 [ASTMatchers] [NFC] Fix code examples
new 00c472cb9e Add hasTrailingReturn AST matcher
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/LibASTMatchersReference.html | 9 +++++++++
include/clang/ASTMatchers/ASTMatchers.h | 13 +++++++++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 19 +++++++++++++++++++
4 files changed, 42 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 85d7a1898fc PR c++/83720 - ICE with lambda and LTO.
new 0488e949089 PR c++/83720 - different 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:
gcc/cp/ChangeLog | 4 ++++
gcc/cp/decl2.c | 11 +++++------
2 files changed, 9 insertions(+), 6 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 0d816739a8 Introduce the "retpoline" x86 mitigation technique for varia [...]
new 96479389ab Reland "[CodeGen] Fix crash when a function taking transpare [...]
new 36e16a4009 [ASTMatchers] [NFC] Fix code examples
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:
docs/LibASTMatchersReference.html | 60 +++++++++++-----------
include/clang/ASTMatchers/ASTMatchers.h | 50 +++++++++---------
lib/CodeGen/CGCall.cpp | 7 ++-
test/CodeGen/kr-func-promote.c | 8 ++-
test/CodeGen/transparent-union-redecl.c | 44 ++++++++++++++++
...crosoft-abi-multiple-nonvirtual-inheritance.cpp | 10 +++-
...microsoft-abi-virtual-inheritance-vtordisps.cpp | 5 +-
.../microsoft-abi-virtual-inheritance.cpp | 10 +++-
test/Sema/transparent-union.c | 29 +++++++++++
9 files changed, 163 insertions(+), 60 deletions(-)
create mode 100644 test/CodeGen/transparent-union-redecl.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 clang.
from e88bbabeb9 [CodeComplete] Omit templated constructors from member list too.
new 0d816739a8 Introduce the "retpoline" x86 mitigation technique for varia [...]
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/Driver/Options.td | 4 ++++
lib/Basic/Targets/X86.cpp | 6 ++++++
lib/Basic/Targets/X86.h | 2 ++
test/Driver/x86-target-features.c | 10 ++++++++++
4 files changed, 22 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 lld.
from d9a60358f [WebAssembly] Remove --emit-relocs
new 17b90924d Introduce the "retpoline" x86 mitigation technique for varian [...]
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/Arch/X86.cpp | 144 ++++++++++++++++++++++++++++++++++++++-
ELF/Arch/X86_64.cpp | 127 ++++++++++++++++++++++++++++++++--
ELF/Config.h | 1 +
ELF/Driver.cpp | 1 +
test/ELF/i386-retpoline-nopic.s | 81 ++++++++++++++++++++++
test/ELF/i386-retpoline-pic.s | 62 +++++++++++++++++
test/ELF/x86-64-retpoline-znow.s | 53 ++++++++++++++
test/ELF/x86-64-retpoline.s | 66 ++++++++++++++++++
8 files changed, 525 insertions(+), 10 deletions(-)
create mode 100644 test/ELF/i386-retpoline-nopic.s
create mode 100644 test/ELF/i386-retpoline-pic.s
create mode 100644 test/ELF/x86-64-retpoline-znow.s
create mode 100644 test/ELF/x86-64-retpoline.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 6248397f6e4 Finish removing class move_computations_dom_walker
new 85d7a1898fc PR c++/83720 - ICE with lambda and LTO.
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 | 9 +++++-
gcc/cp/decl2.c | 11 ++++----
gcc/testsuite/g++.dg/lto/pr83720_0.C | 55 ++++++++++++++++++++++++++++++++++++
3 files changed, 69 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr83720_0.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 f57d6faa5 Add test for interaction of --gc-sections and undefined references
new d9a60358f [WebAssembly] Remove --emit-relocs
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/wasm/data-layout.ll | 103 +++++++++++++++++++++++++++------------------
test/wasm/stack-pointer.ll | 55 ++++++------------------
wasm/Config.h | 1 -
wasm/Driver.cpp | 3 --
wasm/InputChunks.cpp | 2 +-
wasm/Options.td | 2 -
wasm/Writer.cpp | 16 +++----
7 files changed, 85 insertions(+), 97 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 c127e0c9742 [llvm-objcopy] Use physical instead of virtual address when [...]
new fb6bc12a56f [AMDGPU] SI Load Store Optimizer: When merging with offset, [...]
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/AMDGPU/SILoadStoreOptimizer.cpp | 32 ++++++++------
test/CodeGen/AMDGPU/ds-combine-large-stride.ll | 44 +++++++++----------
test/CodeGen/AMDGPU/merge-load-store-vreg.mir | 60 ++++++++++++++++++++++++++
3 files changed, 100 insertions(+), 36 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/merge-load-store-vreg.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.