This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3bc3ba6 [gcc]
new e31ad92 This patch simplifies the handling of EH return. We force th [...]
new 17d6172 * config/i386/i386.h (MASK_CLASS_P): New define. * config/i [...]
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 | 41 +++++++++++---
gcc/config/aarch64/aarch64-protos.h | 2 +-
gcc/config/aarch64/aarch64.c | 77 ++++++++++++--------------
gcc/config/aarch64/aarch64.h | 6 +-
gcc/config/aarch64/aarch64.md | 19 -------
gcc/config/i386/i386.c | 25 +++++----
gcc/config/i386/i386.h | 2 +
gcc/config/i386/i386.md | 6 +-
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/aarch64/eh_return.c | 82 ++++++++++++++++++++++++++++
10 files changed, 176 insertions(+), 88 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/eh_return.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 release_40
in repository llvm.
from 9f6ca5d Mention ThinLTO in ReleaseNotes
new eb0fbb2 Merging r292242: -------------------------------------------- [...]
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 | 32 ++++++-----------
test/CodeGen/X86/atomic-eflags-reuse.ll | 64 ---------------------------------
2 files changed, 10 insertions(+), 86 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 3ecd20b [ValueTracking] recognize a 'not' of an assumed condition as false
new 1c28b57 [PM] Teach the LoopPassManager to automatically canonicalize [...]
new aedf668 Revert r291640 change to fold X86 comparison with atomic_load_add.
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:
include/llvm/Transforms/Scalar/LoopPassManager.h | 24 +++++++--
lib/Target/X86/X86ISelLowering.cpp | 32 ++++--------
test/Analysis/IVUsers/quadradic-exit-value.ll | 6 +--
test/CodeGen/X86/atomic-eflags-reuse.ll | 64 ------------------------
test/Other/new-pass-manager.ll | 2 +-
test/Transforms/LICM/atomics.ll | 2 +-
test/Transforms/LICM/constexpr.ll | 2 +-
test/Transforms/LICM/hoist-nounwind.ll | 2 +-
test/Transforms/LICM/hoisting.ll | 2 +-
9 files changed, 38 insertions(+), 98 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 3e23324 Add a isInCurrentDSO helper. NFC.
new a99ffe7 COFF: add error() and warn() to Error.{cpp,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:
COFF/Config.h | 2 ++
COFF/Driver.cpp | 7 +++++-
COFF/Error.cpp | 61 +++++++++++++++++++++++++++++++++++++++++----
COFF/Error.h | 6 +++++
include/lld/Driver/Driver.h | 3 ++-
5 files changed, 72 insertions(+), 7 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 3ec2bec PR debug/78839 * dwarf2out.c (field_byte_offset): Restore t [...]
new 3bc3ba6 [gcc]
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 | 22 ++++++++
gcc/config/rs6000/altivec.h | 3 ++
gcc/config/rs6000/altivec.md | 25 ++++++++-
gcc/config/rs6000/rs6000-builtin.def | 10 ++++
gcc/config/rs6000/rs6000-c.c | 12 +++++
gcc/doc/extend.texi | 37 +++++++++++++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/powerpc/vec-rlmi-rlnm.c | 69 ++++++++++++++++++++++++
8 files changed, 181 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-rlmi-rlnm.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 gcc.
from 84a95d7 PR ada/67205 * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNC [...]
new e395357 PR c++/61636 * cp-tree.h (maybe_generic_this_capture): Decl [...]
new 3ec2bec PR debug/78839 * dwarf2out.c (field_byte_offset): Restore t [...]
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 | 9 +++++
gcc/cp/ChangeLog | 12 ++++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/lambda.c | 61 ++++++++++++++++++++++------
gcc/cp/parser.c | 1 +
gcc/cp/pt.c | 45 +++++++++++++++------
gcc/dwarf2out.c | 45 +++++++++++----------
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/g++.dg/cpp1y/pr61636-1.C | 31 +++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr61636-2.C | 72 ++++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr61636-3.C | 25 ++++++++++++
11 files changed, 265 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr61636-1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr61636-2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr61636-3.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 64f8498 [InstCombine] Fold ((C1 OP zext(X)) & C2) -> zext((C1 OP X) & C2)
new 3ecd20b [ValueTracking] recognize a 'not' of an assumed condition as false
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/Analysis/AssumptionCache.cpp | 8 +++++---
lib/Analysis/ValueTracking.cpp | 7 +++++++
test/Transforms/InstCombine/assume.ll | 4 ++--
test/Transforms/InstCombine/select.ll | 5 ++---
4 files changed, 16 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 llvm.
from 6e8a146 [X86][AVX512] Add all_of/any_of avx512vl tests
new db50c59 Revert r292231.
new 64f8498 [InstCombine] Fold ((C1 OP zext(X)) & C2) -> zext((C1 OP X) & C2)
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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 43 +++++++++++++-------
test/Transforms/InstCombine/and.ll | 46 ++++++++++++++++++++++
utils/lit/lit/LitConfig.py | 4 +-
utils/lit/lit/TestingConfig.py | 3 +-
utils/lit/lit/main.py | 10 +----
utils/lit/lit/run.py | 15 +------
6 files changed, 78 insertions(+), 43 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 compiler-rt.
from 759ee75 [lit] Limit parallelism of sanitizer tests on Darwin [compile [...]
new 6e3d368 Revert r292232.
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/asan/Unit/lit.site.cfg.in | 2 --
test/asan/lit.cfg | 4 ----
test/tsan/Unit/lit.site.cfg.in | 2 --
test/tsan/lit.cfg | 4 ----
unittests/lit.common.unit.cfg | 7 -------
5 files changed, 19 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 f1e5878 PR debug/71669 * dwarf2out.c (add_data_member_location_attr [...]
new 84a95d7 PR ada/67205 * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNC [...]
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/aarch64/aarch64.c | 4 ++++
2 files changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.