This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from b7f2df2 Daily bump.
new f3010ec Daily bump.
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/DATESTAMP | 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 clang.
from d164226 Add XRay flags to Clang. We implement two flags to control th [...]
new 9530e8b P0305R0: Semantic analysis and code generation for C++17 init [...]
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/Stmt.h | 14 +++-
include/clang/Basic/DiagnosticSemaKinds.td | 3 -
include/clang/Sema/Sema.h | 1 +
lib/AST/ASTImporter.cpp | 11 ++-
lib/AST/ExprConstant.cpp | 10 +++
lib/AST/Stmt.cpp | 9 ++-
lib/Analysis/BodyFarm.cpp | 8 +-
lib/Analysis/CFG.cpp | 35 ++++++++-
lib/CodeGen/CGStmt.cpp | 10 +++
lib/Sema/JumpDiagnostics.cpp | 20 +++--
lib/Sema/SemaStmt.cpp | 23 +++---
lib/Sema/TreeTransform.h | 25 +++++--
lib/Serialization/ASTReaderStmt.cpp | 2 +
lib/Serialization/ASTWriterStmt.cpp | 2 +
test/CodeGenCXX/cxx1z-init-statement.cpp | 70 +++++++++++++++++
test/Misc/ast-dump-invalid.cpp | 2 +-
test/PCH/cxx1z-init-statement.cpp | 17 +++++
test/PCH/cxx1z-init-statement.h | 22 ++++++
test/Parser/cxx1z-init-statement.cpp | 28 +++----
test/SemaCXX/cxx1z-init-statement-warn-unused.cpp | 26 +++++++
test/SemaCXX/cxx1z-init-statement.cpp | 91 +++++++++++++++++++++++
www/cxx_status.html | 2 +-
22 files changed, 369 insertions(+), 62 deletions(-)
create mode 100644 test/CodeGenCXX/cxx1z-init-statement.cpp
create mode 100644 test/PCH/cxx1z-init-statement.cpp
create mode 100644 test/PCH/cxx1z-init-statement.h
create mode 100644 test/SemaCXX/cxx1z-init-statement-warn-unused.cpp
create mode 100644 test/SemaCXX/cxx1z-init-statement.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 binutils-gdb.
from dac790e PR python/15620, PR python/18620 - breakpoint events in Python
new efc67f6 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-7.11-branch
in repository binutils-gdb.
from 41c26f2 Automatic date update in version.in
new cf1f023 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_26-branch
in repository binutils-gdb.
from 7093054 Automatic date update in version.in
new 444fa85 Automatic date update in version.in
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:
bfd/version.h | 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 llvm.
from f167a26 Add EnableIPRA to TargetOptions, and move the cl::opt -enable [...]
new 7f0ddc4 Force a semicolon at the end of the LLVM_ENABLE_BITMASK_ENUMS [...]
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/ADT/BitmaskEnum.h | 3 ++-
1 file 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 llvm.
from d2dd1e2 Move a transform from InstCombine to InstSimplify.
new 46fef91 [ConstantFolding] Extend FoldReinterpretLoadFromConstPtr to h [...]
new 47acfe6 [JumpThreading] Delete commented out debug code; NFC
new bf8318c [IPRA] Set callee saved registers to none for local function [...]
new f167a26 Add EnableIPRA to TargetOptions, and move the cl::opt -enable [...]
The 4 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/Target/TargetFrameLowering.h | 14 ++++++++++++++
include/llvm/Target/TargetOptions.h | 6 +++++-
lib/Analysis/ConstantFolding.cpp | 30 ++++++++++++++++++++----------
lib/CodeGen/RegUsageInfoCollector.cpp | 25 +++++++++++++++++++------
lib/CodeGen/TargetFrameLoweringImpl.cpp | 13 ++++++++++---
lib/CodeGen/TargetPassConfig.cpp | 11 +++--------
lib/Target/TargetMachine.cpp | 9 ++++++++-
lib/Transforms/Scalar/JumpThreading.cpp | 3 ---
test/Transforms/InstSimplify/load.ll | 8 ++++++++
9 files changed, 87 insertions(+), 32 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 1fed24e [SCCP] Have the logic for replacing insts with constant in a [...]
new a38e7e4 [DAG] Correctly chain masked loads
new 67cca86 MIRParser: Move SlotMapping and SourceMgr refs to PFS; NFC
new 95c81ed Fix copy/paste bug in r275340.
new d2dd1e2 Move a transform from InstCombine to InstSimplify.
The 4 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/InstructionSimplify.cpp | 9 +++
lib/CodeGen/MIRParser/MIParser.cpp | 81 +++++++++---------------
lib/CodeGen/MIRParser/MIParser.h | 27 ++++----
lib/CodeGen/MIRParser/MIRParser.cpp | 49 ++++++++------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 17 +++--
lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 --
test/CodeGen/X86/pr28515.ll | 16 +++++
7 files changed, 102 insertions(+), 101 deletions(-)
create mode 100644 test/CodeGen/X86/pr28515.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 6ee27ad [Coverage] Return an ArrayRef to avoid copies (NFC)
new 1fed24e [SCCP] Have the logic for replacing insts with constant in a [...]
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/Transforms/Scalar/SCCP.cpp | 103 ++++++++++++++++++++---------------------
1 file changed, 50 insertions(+), 53 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 81c98a7 [LAA] Don't hold on to DominatorTree in the analysis result
new fa8c832 [Coverage] Mark a few methods const (NFC)
new 6ee27ad [Coverage] Return an ArrayRef to avoid copies (NFC)
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/ProfileData/Coverage/CoverageMapping.h | 6 +++---
lib/ProfileData/Coverage/CoverageMapping.cpp | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.