This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 940eac61cae [x86] add tests for select-of-FP-constants; NFC
new 16ca3e10176 [MergeFuncs] Generate alias instead of thunk if possible
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/Transforms/IPO/MergeFunctions.cpp | 87 +++++++++++++++++++++----
test/Transforms/MergeFunc/alias.ll | 116 ++++++++++++++++++++++++++++++++++
2 files changed, 189 insertions(+), 14 deletions(-)
create mode 100644 test/Transforms/MergeFunc/alias.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 llvm.
from 7effc71abb1 [x86] fix predicate for avoiding vblendv
new 940eac61cae [x86] add tests for select-of-FP-constants; NFC
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/CodeGen/X86/vselect-zero.ll | 53 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 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 clang.
from 34496c1e00 Mark lambda decl as invalid if a captured variable has an in [...]
new c71c54f71a [OPENMP] Support relational-op != (not-equal) as one of the [...]
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/Sema/SemaOpenMP.cpp | 58 +++++++++++-----
.../distribute_parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/distribute_simd_loop_messages.cpp | 2 +-
test/OpenMP/for_loop_messages.cpp | 2 +-
test/OpenMP/for_simd_loop_messages.cpp | 2 +-
test/OpenMP/parallel_for_ast_print.cpp | 23 +++++++
test/OpenMP/parallel_for_codegen.cpp | 80 ++++++++++++++++++++++
test/OpenMP/parallel_for_loop_messages.cpp | 2 +-
test/OpenMP/parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/simd_loop_messages.cpp | 2 +-
test/OpenMP/target_parallel_for_loop_messages.cpp | 2 +-
.../target_parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/target_simd_loop_messages.cpp | 2 +-
.../target_teams_distribute_loop_messages.cpp | 2 +-
...teams_distribute_parallel_for_loop_messages.cpp | 2 +-
..._distribute_parallel_for_simd_loop_messages.cpp | 2 +-
.../target_teams_distribute_simd_loop_messages.cpp | 2 +-
test/OpenMP/taskloop_loop_messages.cpp | 2 +-
test/OpenMP/taskloop_simd_loop_messages.cpp | 2 +-
test/OpenMP/teams_distribute_loop_messages.cpp | 2 +-
...teams_distribute_parallel_for_loop_messages.cpp | 2 +-
..._distribute_parallel_for_simd_loop_messages.cpp | 2 +-
.../OpenMP/teams_distribute_simd_loop_messages.cpp | 2 +-
23 files changed, 163 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 gcc.
from 86076a1b5a5 PR lto/87957 * g++.dg/lto/odr-1_0.C: Extend by mismatched [...]
new 0bea60b4686 PR libstdc++/88113 use size_type consistently instead of size_t
new 9a6cb426f05 PR libstdc++/88111 Make maximum block size depend on size_t width
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:
libstdc++-v3/ChangeLog | 16 ++++++++++
libstdc++-v3/include/std/memory_resource | 14 ++++++++-
libstdc++-v3/src/c++17/memory_resource.cc | 52 +++++++++++++++++++++----------
3 files changed, 64 insertions(+), 18 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 lld.
from 3ad31c539 [ARM] Change REQUIRES: ARM to Requires: arm
new 833d8cf47 [ELF] Write IPLT header in -static -z retpolineplt mode
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/Symbols.cpp | 5 ++++-
ELF/SyntheticSections.cpp | 7 ++++---
test/ELF/x86-64-retpoline-znow-static-iplt.s | 26 ++++++++++++++++++++++++++
3 files changed, 34 insertions(+), 4 deletions(-)
create mode 100644 test/ELF/x86-64-retpoline-znow-static-iplt.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 llvm.
from 966966c9798 [x86] add test for FP select with constant; NFC
new 7effc71abb1 [x86] fix predicate for avoiding vblendv
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 | 9 +++------
test/CodeGen/X86/vselect-zero.ll | 10 +++-------
2 files changed, 6 insertions(+), 13 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 e9629181bd Revert r347364 again, the fix was incomplete.
new 34496c1e00 Mark lambda decl as invalid if a captured variable has an in [...]
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/Sema/SemaExpr.cpp | 15 +++++++++++++++
test/SemaCXX/lambda-invalid-capture.cpp | 18 ++++++++++++++++++
2 files changed, 33 insertions(+)
create mode 100644 test/SemaCXX/lambda-invalid-capture.cpp
--
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 21ee033d67c [mips][mc] Add basic support for R_MIPS_JALR/R_MICROMIPS_JALR
new 966966c9798 [x86] add test for FP select with constant; NFC
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/CodeGen/X86/vselect-zero.ll | 74 +++++++++++++++++++++++++++++++++++++---
1 file changed, 69 insertions(+), 5 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 libcxx.
from ee6e0ce13 [libcxx] Mark stray symbols as hidden to try and fix the build
new ce2232ff8 [libcxx] Make sure operator+ is declared with the right visib [...]
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/string | 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 3640776c7d8 compute discriminator info for overrides
new 8e1f49426c7 PR lto/87957 * tree.c (fld_decl_context): Break out from [...]
new 86076a1b5a5 PR lto/87957 * g++.dg/lto/odr-1_0.C: Extend by mismatched [...]
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 | 12 +++++
gcc/ipa-devirt.c | 46 +++++++++++++------
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/g++.dg/lto/odr-1_0.C | 5 +-
gcc/testsuite/g++.dg/lto/odr-1_1.C | 14 ++++--
gcc/testsuite/g++.dg/lto/odr-2_0.C | 8 ++++
gcc/testsuite/g++.dg/lto/odr-2_1.C | 4 ++
gcc/testsuite/g++.dg/lto/odr-3_0.C | 12 +++++
gcc/testsuite/g++.dg/lto/odr-3_1.C | 9 ++++
gcc/tree.c | 93 +++++++++++++++++++++++++-------------
10 files changed, 161 insertions(+), 52 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/odr-2_0.C
create mode 100644 gcc/testsuite/g++.dg/lto/odr-2_1.C
create mode 100644 gcc/testsuite/g++.dg/lto/odr-3_0.C
create mode 100644 gcc/testsuite/g++.dg/lto/odr-3_1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.