This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5b36200 Reinstate r284008 reverted in r284081, with two fixes:
new 68c551f Add more swift calling convention tests
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/64bit-swiftcall.c | 290 ++++++++++++++++++++++
test/CodeGen/arm-swiftcall.c | 541 +++++++++++++++++++++++++++++++++++++++--
2 files changed, 816 insertions(+), 15 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 fb136e4 * diagnostic.c (diagnostic_action_after_output): Remove max [...]
new a83affb Implement P0017R1, C++17 aggregates with bases.
new 2ab6420 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_aggregate_ba [...]
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/c-family/ChangeLog | 5 +++
gcc/c-family/c-cppbuiltin.c | 2 +
gcc/cp/ChangeLog | 10 +++++
gcc/cp/class.c | 75 ++++++++++++++++++++------------
gcc/cp/decl.c | 14 ++++--
gcc/cp/typeck2.c | 5 ++-
gcc/testsuite/g++.dg/cpp1z/aggr-base1.C | 23 ++++++++++
gcc/testsuite/g++.dg/cpp1z/aggr-base1a.C | 15 +++++++
gcc/testsuite/g++.dg/cpp1z/aggr-base2.C | 12 +++++
gcc/testsuite/g++.dg/cpp1z/aggr-base2a.C | 12 +++++
gcc/testsuite/g++.dg/cpp1z/aggr-base3.C | 11 +++++
gcc/testsuite/g++.dg/cpp1z/aggr-base4.C | 21 +++++++++
gcc/testsuite/g++.dg/cpp1z/aggr-base5.C | 14 ++++++
gcc/testsuite/g++.dg/cpp1z/aggr-base6.C | 14 ++++++
gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 12 +++++
15 files changed, 212 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base1a.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base2a.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base4.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base5.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base6.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 clang.
from 80ec660 Define Contiki OS toolchain
new 5b36200 Reinstate r284008 reverted in r284081, with two fixes:
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/AST/Decl.h | 27 +++++++-
include/clang/Sema/Sema.h | 1 +
lib/AST/Decl.cpp | 53 +++++++++++++++
lib/Sema/SemaDecl.cpp | 75 +++++++++++-----------
lib/Sema/SemaTemplate.cpp | 47 ++++++++++----
lib/Sema/SemaTemplateInstantiateDecl.cpp | 40 ++++++------
lib/Sema/SemaType.cpp | 4 ++
lib/Serialization/ASTReaderDecl.cpp | 24 +++++++
lib/Serialization/ASTWriterDecl.cpp | 4 ++
test/Modules/Inputs/PR28752/Subdir1/b.h | 4 ++
test/Modules/Inputs/PR28752/Subdir1/c.h | 2 +
.../Inputs/PR28752/Subdir1/module.modulemap | 5 ++
test/Modules/Inputs/PR28752/a.h | 1 +
.../Inputs/{cxx-dtor => PR28752}/module.modulemap | 1 -
test/Modules/Inputs/PR28752/vector | 28 ++++++++
test/Modules/pr28752.cpp | 22 +++++++
16 files changed, 265 insertions(+), 73 deletions(-)
create mode 100644 test/Modules/Inputs/PR28752/Subdir1/b.h
create mode 100644 test/Modules/Inputs/PR28752/Subdir1/c.h
create mode 100644 test/Modules/Inputs/PR28752/Subdir1/module.modulemap
create mode 100644 test/Modules/Inputs/PR28752/a.h
copy test/Modules/Inputs/{cxx-dtor => PR28752}/module.modulemap (50%)
create mode 100644 test/Modules/Inputs/PR28752/vector
create mode 100644 test/Modules/pr28752.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 31164bc PowerPC: specify full triple to avoid different Darwin asm syntax.
new cb11533 hardware_physical_concurrency() should return 1 when LLVM is [...]
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/llvm/Support/Threading.h | 1 +
lib/Support/Threading.cpp | 3 +++
2 files changed, 4 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 llvm.
from 6262732 [ARM] add tests for PR30660
new 31164bc PowerPC: specify full triple to avoid different Darwin asm syntax.
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/PowerPC/pr30640.ll | 2 +-
1 file changed, 1 insertion(+), 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 libcxx.
from 4f2c83f [libcxx] Improve the gcc workaround for the missing __has_inc [...]
new e630058 Clarify XFAIL comments
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:
.../new.delete/new.delete.array/delete_align_val_t_replace.pass.cpp | 3 ++-
.../new.delete/new.delete.single/delete_align_val_t_replace.pass.cpp | 3 ++-
2 files changed, 4 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 llvm.
from 8bb12b9 [PPC] Shorter sequence to load 64bit constant with same hi/lo words
new 65a7ee4 [PowerPC] add tests for PR30661
new 6262732 [ARM] add tests for PR30660
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:
test/CodeGen/ARM/negate-i1.ll | 26 ++++++++++++++++++++++++++
test/CodeGen/PowerPC/negate-i1.ll | 26 ++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
create mode 100644 test/CodeGen/ARM/negate-i1.ll
create mode 100644 test/CodeGen/PowerPC/negate-i1.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 58313a9 [libFuzzer] remove subdir fuzzer-test-suite as it is now supe [...]
new 8bb12b9 [PPC] Shorter sequence to load 64bit constant with same hi/lo words
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/PowerPC/PPCISelDAGToDAG.cpp | 25 +++++++++++++++++++++++--
test/CodeGen/PowerPC/pr30640.ll | 11 +++++++++++
2 files changed, 34 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/PowerPC/pr30640.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 clang.
from a669162 Implement no_sanitize_address for global vars
new d78f532 __builtin_fpclassify missing one int parameter
new 80ec660 Define Contiki OS toolchain
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/clang/Basic/Builtins.def | 2 +-
lib/Driver/Driver.cpp | 3 +++
lib/Driver/ToolChains.cpp | 11 +++++++++++
lib/Driver/ToolChains.h | 8 ++++++++
test/Driver/fsanitize.c | 1 +
test/Sema/builtin-unary-fp.c | 1 +
6 files changed, 25 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.