This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 80d64a75306 [NDS32] Adjust asm patterns indention.
new 9e66ca6f8d8 [NDS32] Fine-tune predicator for alu-shift patterns.
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 | 4 ++++
gcc/config/nds32/nds32.md | 24 ++++++++++++------------
2 files changed, 16 insertions(+), 12 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 c1bff505c23 [NDS32] Add new instruction attribute: feature.
new 80d64a75306 [NDS32] Adjust asm patterns indention.
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 | 4 ++++
gcc/config/nds32/nds32.md | 38 +++++++++++++++++++-------------------
2 files changed, 23 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 gcc.
from 78eaabc93ba Daily bump.
new c717085e61f [NDS32] Add subtype attribute for instructions.
new c1bff505c23 [NDS32] Add new instruction attribute: feature.
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 | 8 +++++
gcc/config/nds32/nds32.md | 91 +++++++++++++++++++++++++++++++++++------------
2 files changed, 76 insertions(+), 23 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 aoliva/testme
in repository gcc.
from c36da11b18c [PR c++/85039] adjust context of new types in member initializers
new 1b41d7012f5 [PR c++/80290] recycle tinst garbage sooner
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/cp-tree.h | 29 +++++++++++++++++++++++++++++
gcc/cp/pt.c | 26 ++++++++++++++++----------
2 files changed, 45 insertions(+), 10 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 6137fb61ce [AST] Don't track lambda captures when checking a potential [...]
new d8ad1e8b85 Revert r328680 ("[ObjC] Make C++ triviality type traits avai [...]
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/Basic/TokenKinds.def | 12 ++++++------
lib/Sema/SemaExprCXX.cpp | 12 ------------
test/SemaObjC/non-trivial-struct-traits.m | 25 -------------------------
3 files changed, 6 insertions(+), 43 deletions(-)
delete mode 100644 test/SemaObjC/non-trivial-struct-traits.m
--
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 29bc6472deb [MIR-Canon] Adding support for multi-def -> user distance r [...]
new a7f9b6aaade [MIR-Canon] Improving performance by switching to named vregs.
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/CodeGen/MIRCanonicalizerPass.cpp | 123 ++++++++++++------------
test/CodeGen/MIR/AArch64/mirCanonIdempotent.mir | 10 +-
test/CodeGen/MIR/AMDGPU/mir-canon-multi.mir | 12 +--
3 files changed, 72 insertions(+), 73 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 ab465be92 [coroutines] libcxx noop_coroutine. Make bots happier
new b431c5a9e [coroutines] libcxx, noop_coroutine, make bots even more happy
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/experimental/coroutine | 6 +++---
.../coroutine.handle/coroutine.handle.noop/noop_coroutine.pass.cpp | 1 -
2 files changed, 3 insertions(+), 4 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 5539442a8f8 [WebAssembly] Only write 32-bits for WebAssembly::OPERAND_OFFSET32
new 29bc6472deb [MIR-Canon] Adding support for multi-def -> user distance r [...]
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/CodeGen/MIRCanonicalizerPass.cpp | 17 +++++++++++++++
test/CodeGen/MIR/AMDGPU/mir-canon-multi.mir | 32 +++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
create mode 100644 test/CodeGen/MIR/AMDGPU/mir-canon-multi.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 clang.
from 34709b2489 Enable msan unconditionally on Linux.
new 6137fb61ce [AST] Don't track lambda captures when checking a potential [...]
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/ExprConstant.cpp | 25 ++++++++++++++++++------
test/SemaCXX/cxx1z-constexpr-lambdas.cpp | 33 ++++++++++++++++++++++++++++++++
2 files changed, 52 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 gcc.
from 9b529249333 PR c++/84221 * g++.dg/warn/Wunused-var-32.C: Test explicit [...]
new ffdfe029c20 PR c++/84936 - ICE with unexpanded pack in mem-initializer.
new ea781c13326 PR c++/84938 - ICE with division by ~-1.
new 78eaabc93ba Daily bump.
The 3 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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 9 +++++++++
gcc/cp/call.c | 2 ++
gcc/cp/parser.c | 9 +++++++--
gcc/testsuite/g++.dg/cpp0x/variadic175.C | 10 ++++++++++
gcc/testsuite/g++.dg/expr/div-by-zero1.C | 3 +++
6 files changed, 32 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic175.C
create mode 100644 gcc/testsuite/g++.dg/expr/div-by-zero1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.