This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0b8d327ec38 PR c++/85618 - ICE with initialized VLA.
new 216c7678be5 [C++ PATCH] Kill -fno-for-scope
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 | 6 +++
gcc/c-family/ChangeLog | 4 ++
gcc/c-family/c.opt | 3 +-
gcc/cp/ChangeLog | 29 +++++++++++
gcc/cp/cp-lang.c | 11 +----
gcc/cp/cp-objcp-common.c | 37 --------------
gcc/cp/cp-tree.h | 32 +-----------
gcc/cp/decl.c | 84 --------------------------------
gcc/cp/name-lookup.c | 84 +-------------------------------
gcc/cp/name-lookup.h | 5 --
gcc/cp/parser.c | 25 ++--------
gcc/cp/pt.c | 3 --
gcc/cp/semantics.c | 42 ++++++----------
gcc/doc/extend.texi | 24 +--------
gcc/doc/invoke.texi | 17 +------
gcc/objcp/ChangeLog | 8 ++-
gcc/objcp/objcp-lang.c | 2 -
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/g++.dg/cpp0x/range-for10.C | 18 -------
gcc/testsuite/g++.dg/ext/forscope1.C | 27 ----------
gcc/testsuite/g++.dg/ext/forscope2.C | 27 ----------
gcc/testsuite/g++.dg/template/for1.C | 23 ---------
22 files changed, 77 insertions(+), 441 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for10.C
delete mode 100644 gcc/testsuite/g++.dg/ext/forscope1.C
delete mode 100644 gcc/testsuite/g++.dg/ext/forscope2.C
delete mode 100644 gcc/testsuite/g++.dg/template/for1.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 5a8bc70a2d0 AMDGPU/GlobalISel: Don't try to lower hull shaders
new 481686fbc11 [MachineVerifier][GlobalISel] NFC, Improving MO printing an [...]
new 297777e34fd [MachineVerifier][GlobalISel] Checking that generic instrs [...]
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/CodeGen/MachineOperand.h | 6 +++
lib/CodeGen/MachineInstr.cpp | 8 +++-
lib/CodeGen/MachineOperand.cpp | 8 +++-
lib/CodeGen/MachineVerifier.cpp | 59 ++++++++++++++++-----------
test/CodeGen/X86/verifier-generic-types-1.mir | 32 +++++++++++++++
test/CodeGen/X86/verifier-generic-types-2.mir | 26 ++++++++++++
6 files changed, 112 insertions(+), 27 deletions(-)
create mode 100644 test/CodeGen/X86/verifier-generic-types-1.mir
create mode 100644 test/CodeGen/X86/verifier-generic-types-2.mir
--
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 f6638d30e82 [tools] Add missing test dependency
new 5a8bc70a2d0 AMDGPU/GlobalISel: Don't try to lower hull shaders
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/AMDGPUCallLowering.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 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 1c079a838f [NFC] Move 2 variable initialization from Ctor to member ini [...]
new dc2c7eddef PR37352: mangle numbering for decomposition declarations.
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/AST/ItaniumCXXABI.cpp | 60 +++++++++++++++++++++++++++++++++++-
test/SemaCXX/cxx1z-decomposition.cpp | 5 +++
2 files changed, 64 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 lld.
from 547840d5c Add test to ensure lld writes linked files to linked objects [...]
new 61ed99444 Refactor ThinLTO-related code in BitcodeCompiler.cpp. NFC.
new 2edf70652 Do not call exit() directly from lld.
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:
ELF/Driver.cpp | 8 +++++
ELF/LTO.cpp | 90 ++++++++++++++++++++-----------------------------
ELF/LTO.h | 1 -
test/ELF/lto/thinlto.ll | 4 +--
4 files changed, 47 insertions(+), 56 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 e8d53c5b015 [DAGCombiner] Masked merge: enhance handling of 'andn' with [...]
new f6638d30e82 [tools] Add missing test dependency
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/CMakeLists.txt | 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 clang.
from e95b501e24 [X86] Use target feature defines in tests instead of definin [...]
new 1c079a838f [NFC] Move 2 variable initialization from Ctor to member ini [...]
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/Frontend/DependencyOutputOptions.h | 8 +++-----
1 file changed, 3 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 llvm.
from 75acc73db13 Remove explicit setting of the CFI jumptable section name, [...]
new 6dcc5db09e8 [DagCombiner] Not all 'andn''s work with immediates.
new e8d53c5b015 [DAGCombiner] Masked merge: enhance handling of 'andn' with [...]
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 | 14 ++++++++++++++
lib/Target/X86/X86ISelLowering.cpp | 11 +++++++++++
lib/Target/X86/X86ISelLowering.h | 2 ++
test/CodeGen/X86/icmp-opt.ll | 6 +++---
test/CodeGen/X86/selectcc-to-shiftand.ll | 16 ++++++++--------
.../X86/unfold-masked-merge-scalar-variablemask.ll | 15 +++++++--------
6 files changed, 45 insertions(+), 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 lldb.
from ef5067ddb Test Commit: fix a comment to be grammatically correct
new b3f2ebaaa [lit, lldbsuite] Fixes for several tests LLDB tests for Pytho [...]
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:
packages/Python/lldbsuite/test/decorators.py | 4 ++--
.../test/functionalities/postmortem/elf-core/TestLinuxCore.py | 3 +++
packages/Python/lldbsuite/test/python_api/hello_world/main.c | 6 ++++++
3 files changed, 11 insertions(+), 2 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 b226f6bedd Relax a FileCheck pattern to make it pass on Windows.
new abed0ba409 [X86] Make _mm256_gf2p8mul_epi8 require avx features since i [...]
new e95b501e24 [X86] Use target feature defines in tests instead of definin [...]
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/Headers/gfniintrin.h | 16 ++++++++++------
test/CodeGen/gfni-builtins.c | 12 ++++++------
test/CodeGen/vaes-builtins.c | 4 ++--
test/CodeGen/vpclmulqdq-builtins.c | 4 ++--
4 files changed, 20 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.