This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 249dba0 2016-12-02 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new f39a39d * config/arm/arm.c (arm_handle_cmse_nonsecure_call): Remove [...]
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/arm/arm.c | 2 +-
2 files changed, 6 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 llvm.
from bb4cc15 [doc] Add .arcconfig setup to the "how to work with a monorep [...]
new 5bfd319 testcase only works in a debug build
new 4732785 [sanitizer-coverage] use IRB.SetCurrentDebugLocation after IR [...]
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/Instrumentation/SanitizerCoverage.cpp | 2 +-
test/CodeGen/AArch64/loh.mir | 1 +
2 files changed, 2 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 clang.
from ea344c8 DR616, and part of P0135R1: member access (or pointer-to-memb [...]
new 8d784e0 [Sema] Don't perform aggregate initialization for types with [...]
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/DeclCXX.cpp | 31 ++++++++--------
test/CXX/dcl.decl/dcl.init/dcl.init.aggr/p1.cpp | 36 +++++++++++++++++++
test/CXX/dcl.decl/dcl.init/p7.cpp | 2 ++
test/CXX/drs/dr15xx.cpp | 47 +++++++++++++++++++++++++
4 files changed, 101 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 libcxx.
from b0d421a XFAIL variant tests for apple-clang
new 90ade0a Fix -Wshadow warnings and enable warnings by default for C++ >= 11
new b8574af Revert workaround for Clang bug. Thanks to Richard for the quick fix
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/forward_list | 5 +++--
test/libcxx/test/config.py | 6 +++++-
test/std/utilities/meta/meta.rel/is_nothrow_callable.pass.cpp | 6 +-----
3 files changed, 9 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 clang.
from 431cab4 PR31244: Use the exception specification from the callee's ty [...]
new ea344c8 DR616, and part of P0135R1: member access (or pointer-to-memb [...]
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/Expr.h | 5 +++++
include/clang/Sema/Sema.h | 5 +++++
lib/Analysis/ThreadSafety.cpp | 2 +-
lib/Analysis/ThreadSafetyCommon.cpp | 3 +++
lib/Sema/SemaExpr.cpp | 6 +++---
lib/Sema/SemaExprCXX.cpp | 11 ++++++----
lib/Sema/SemaExprMember.cpp | 9 ++++++++
lib/Sema/SemaInit.cpp | 30 +++++++++++++++++++--------
test/Analysis/temp-obj-dtors-cfg-output.cpp | 6 +++---
test/CXX/drs/dr4xx.cpp | 2 +-
test/CXX/drs/dr6xx.cpp | 20 +++++++++++-------
test/CXX/expr/expr.const/p2-0x.cpp | 6 +++---
test/CodeGenCXX/compound-literals.cpp | 20 +++++++++++++-----
test/SemaCXX/constexpr-value-init.cpp | 2 +-
test/SemaCXX/expression-traits.cpp | 2 +-
test/SemaObjC/assign-rvalue-message.m | 5 +++--
unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 2 +-
www/cxx_dr_status.html | 8 +++----
18 files changed, 99 insertions(+), 45 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 970538c AArch64CollectLOH: Rewrite as block-local analysis.
new bb4cc15 [doc] Add .arcconfig setup to the "how to work with a monorep [...]
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:
docs/GettingStarted.rst | 11 +++++++++++
1 file changed, 11 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 9d91f90 [ppc] Correctly compute the cost of loading 32/64 bit memory [...]
new 970538c AArch64CollectLOH: Rewrite as block-local analysis.
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/AArch64/AArch64CollectLOH.cpp | 1120 +++++---------------
.../AArch64/arm64-collect-loh-garbage-crash.ll | 2 +-
test/CodeGen/AArch64/arm64-collect-loh-str.ll | 2 +-
test/CodeGen/AArch64/arm64-collect-loh.ll | 17 +-
test/CodeGen/AArch64/loh.mir | 179 ++++
5 files changed, 470 insertions(+), 850 deletions(-)
create mode 100644 test/CodeGen/AArch64/loh.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 8460d68 Support escaping in TrigramIndex.
new 9d91f90 [ppc] Correctly compute the cost of loading 32/64 bit memory [...]
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/PPCTargetTransformInfo.cpp | 19 ++-
test/Analysis/CostModel/PowerPC/vsr_load_32_64.ll | 19 +++
test/Transforms/LoopVectorize/PowerPC/pr30990.ll | 140 ++++++++++++++++++++++
3 files changed, 173 insertions(+), 5 deletions(-)
create mode 100644 test/Analysis/CostModel/PowerPC/vsr_load_32_64.ll
create mode 100644 test/Transforms/LoopVectorize/PowerPC/pr30990.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 libcxx.
from efc4851 Enable warnings by default for C++ >= 11 and fix -Wshadow occurances
new b0d421a XFAIL variant tests for apple-clang
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:
.../utilities/variant/variant.variant/variant.assign/copy.pass.cpp | 2 +-
.../utilities/variant/variant.variant/variant.assign/move.pass.cpp | 3 ++-
.../utilities/variant/variant.variant/variant.status/index.pass.cpp | 2 +-
.../variant.variant/variant.status/valueless_by_exception.pass.cpp | 2 +-
4 files changed, 5 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 gcc.
from 9706e67 Daily bump.
new 249dba0 2016-12-02 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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.gcc | 8 ++++++++
2 files changed, 13 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.