This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from e0ca835e568 PR middle-end/85496 * expr.c (store_field): In the bitfie [...]
new bbd10136d92 Implement P0969
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/decl.c | 4 +--
gcc/testsuite/g++.dg/cpp1z/decomp38.C | 48 +++++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp4.C | 4 +--
4 files changed, 61 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp38.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 9472fea34 Remove duplicate "error:" from an error message.
new 50389dc04 [COFF] Alias /DEBUG:FULL to /DEBUG
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:
COFF/Options.td | 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 llvm.
from b3099726027 [AggressiveInstCombine] add tests for PR37098; NFC
new ee05cadf697 [X86][AArch64][NFC] Add tests for masked merge unfolding
new 04273076b90 [DAGCombiner] Unfold scalar masked merge if profitable
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 67 ++
...old-masked-merge-scalar-constmask-innerouter.ll | 271 ++++++++
...asked-merge-scalar-constmask-interleavedbits.ll | 277 +++++++++
...merge-scalar-constmask-interleavedbytehalves.ll | 273 ++++++++
...unfold-masked-merge-scalar-constmask-lowhigh.ll | 264 ++++++++
.../unfold-masked-merge-scalar-variablemask.ll | 415 +++++++++++++
...old-masked-merge-scalar-constmask-innerouter.ll | 458 ++++++++++++++
...asked-merge-scalar-constmask-interleavedbits.ll | 458 ++++++++++++++
...merge-scalar-constmask-interleavedbytehalves.ll | 458 ++++++++++++++
...unfold-masked-merge-scalar-constmask-lowhigh.ll | 426 +++++++++++++
.../X86/unfold-masked-merge-scalar-variablemask.ll | 691 +++++++++++++++++++++
11 files changed, 4058 insertions(+)
create mode 100644 test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-inner [...]
create mode 100644 test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-inter [...]
create mode 100644 test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-inter [...]
create mode 100644 test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-lowhigh.ll
create mode 100644 test/CodeGen/AArch64/unfold-masked-merge-scalar-variablemask.ll
create mode 100644 test/CodeGen/X86/unfold-masked-merge-scalar-constmask-innerouter.ll
create mode 100644 test/CodeGen/X86/unfold-masked-merge-scalar-constmask-interleav [...]
create mode 100644 test/CodeGen/X86/unfold-masked-merge-scalar-constmask-interleav [...]
create mode 100644 test/CodeGen/X86/unfold-masked-merge-scalar-constmask-lowhigh.ll
create mode 100644 test/CodeGen/X86/unfold-masked-merge-scalar-variablemask.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 compiler-rt.
from a70f97dbf [HWASan] Add files missing in r330624
new de03413a6 [Sanitizer] Internal Printf string width + left-justify.
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/sanitizer_common/sanitizer_printf.cc | 38 +++++++++++++++-------
.../tests/sanitizer_printf_test.cc | 8 +++++
2 files changed, 35 insertions(+), 11 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 31f297161 [PPC64] Fix toc restore nops offset for V2 ABI
new 9472fea34 Remove duplicate "error:" from an error message.
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/InputSection.cpp | 12 ++++++------
test/ELF/ppc64-error-toc-restore.s | 2 +-
test/ELF/ppc64-error-toc-tail-call.s | 2 +-
3 files changed, 8 insertions(+), 8 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 bd20946f26d PR c++/85470 - wrong error with static data member.
new 278e78215be PR middle-end/85496 * expr.c (store_field): In the bitfie [...]
new 71ac98c7a7d Regenerate .pot files.
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 | 14 +-
gcc/expr.c | 5 +-
gcc/po/ChangeLog | 4 +
gcc/po/gcc.pot | 7086 ++++++++++++++++----------------
gcc/testsuite/ChangeLog | 8 +-
gcc/testsuite/g++.dg/torture/pr85496.C | 18 +
libcpp/po/ChangeLog | 4 +
libcpp/po/cpplib.pot | 122 +-
8 files changed, 3704 insertions(+), 3557 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr85496.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 gcc-7-branch
in repository gcc.
from 06ada3eebb6 PR c++/85470 - wrong error with static data member.
new e0ca835e568 PR middle-end/85496 * expr.c (store_field): In the bitfie [...]
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/expr.c | 5 +++--
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/torture/pr85496.C | 18 ++++++++++++++++++
4 files changed, 32 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr85496.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 gcc-6-branch
in repository gcc.
from 5162579094a Daily bump.
new 7bab1964378 PR middle-end/85496 * expr.c (store_field): In the bitfie [...]
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/expr.c | 5 +++--
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/torture/pr85496.C | 18 ++++++++++++++++++
4 files changed, 32 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr85496.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 7f02d6427ab [CallSiteSplit] Make sure we remove nonnull if the paramete [...]
new b3099726027 [AggressiveInstCombine] add tests for PR37098; 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:
.../Transforms/AggressiveInstCombine/masked-cmp.ll | 39 ++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 test/Transforms/AggressiveInstCombine/masked-cmp.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 4dd24c474b0 [X86] Revert r330638 - accidental commit
new 7f02d6427ab [CallSiteSplit] Make sure we remove nonnull if the paramete [...]
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/Scalar/CallSiteSplitting.cpp | 6 ++++-
.../CallSiteSplitting/callsite-split-or-phi.ll | 29 ++++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.