This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 07c7518 2016-08-11 Richard Biener <rguenther(a)suse.de> Bill Sch [...]
new 363d866 Add selftests to selftest.c
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 | 7 +++++++
gcc/selftest-run-tests.c | 3 +++
gcc/selftest.c | 28 ++++++++++++++++++++++++++++
gcc/selftest.h | 1 +
4 files changed, 39 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 lld.
from b6f0c21 Make class hierarchy more shallow.
new 10f0ee1 Replace a variadic forwarding template function with less 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:
ELF/LinkerScript.cpp | 54 +++++++++++++++++++++++++++-------------------------
1 file changed, 28 insertions(+), 26 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 161e82b [ADT] Migrate DepthFirstIterator to use NodeRef
new b9ecebc Add comment /NFC
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/Analysis/AliasSetTracker.cpp | 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 ae48001 Remove unnecessary extra version of isValidAssumeForContext. NFC.
new 124c0a4 Fix typos /NFC
new 161e82b [ADT] Migrate DepthFirstIterator to use NodeRef
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/ADT/DepthFirstIterator.h | 85 +++++++++++++++-----------------
include/llvm/Analysis/LoopInfo.h | 2 +
include/llvm/Analysis/RegionIterator.h | 48 +++++++++---------
include/llvm/CodeGen/MachineDominators.h | 1 +
include/llvm/CodeGen/MachineLoopInfo.h | 2 +
include/llvm/IR/Dominators.h | 1 +
lib/Transforms/Scalar/LICM.cpp | 4 +-
7 files changed, 74 insertions(+), 69 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 975248e Use the range variant of find instead of unpacking begin/end
new ae48001 Remove unnecessary extra version of isValidAssumeForContext. NFC.
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/Analysis/ValueTracking.cpp | 16 +++++-----------
1 file changed, 5 insertions(+), 11 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 e5174ee Don't enable PIE on i686-unknown-cloudabi.
new 5f01281 P0217R3: Perform semantic checks and initialization for the b [...]
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/CXXInheritance.h | 2 +-
include/clang/AST/Decl.h | 6 +-
include/clang/AST/DeclCXX.h | 8 +
include/clang/AST/UnresolvedSet.h | 2 +-
include/clang/Basic/DiagnosticSemaKinds.td | 34 ++
include/clang/Sema/Initialization.h | 26 +-
include/clang/Sema/Sema.h | 14 +-
lib/AST/ASTDumper.cpp | 8 +
lib/AST/Decl.cpp | 6 +-
lib/AST/DeclCXX.cpp | 12 +
lib/AST/Expr.cpp | 13 +-
lib/AST/ExprClassification.cpp | 1 +
lib/Sema/Sema.cpp | 5 +-
lib/Sema/SemaDecl.cpp | 187 ++------
lib/Sema/SemaDeclCXX.cpp | 748 +++++++++++++++++++++++++++++
lib/Sema/SemaExpr.cpp | 18 +-
lib/Sema/SemaExprMember.cpp | 53 +-
lib/Sema/SemaInit.cpp | 21 +-
lib/Sema/SemaTemplate.cpp | 7 +-
lib/Sema/SemaTemplateDeduction.cpp | 40 +-
lib/Sema/SemaType.cpp | 11 +
test/CXX/dcl.decl/dcl.decomp/p2.cpp | 22 +
test/CXX/dcl.decl/dcl.decomp/p3.cpp | 203 ++++++++
test/CXX/dcl.decl/dcl.decomp/p4.cpp | 173 +++++++
test/Parser/cxx1z-decomposition.cpp | 17 +-
test/SemaCXX/cxx1z-decomposition.cpp | 18 +-
26 files changed, 1416 insertions(+), 239 deletions(-)
create mode 100644 test/CXX/dcl.decl/dcl.decomp/p2.cpp
create mode 100644 test/CXX/dcl.decl/dcl.decomp/p3.cpp
create mode 100644 test/CXX/dcl.decl/dcl.decomp/p4.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 gcc.
from e61229f [gcc]
new 07c7518 2016-08-11 Richard Biener <rguenther(a)suse.de> Bill Sch [...]
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/df-core.c | 1 +
2 files changed, 7 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 release_39
in repository llvm.
from 23fab3a Merging r278370: -------------------------------------------- [...]
new 1409d14 Merging r278413: -------------------------------------------- [...]
new 738de9c Merging r277093: -------------------------------------------- [...]
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:
CMakeLists.txt | 1 +
cmake/modules/HandleLLVMOptions.cmake | 6 +++
include/llvm/Analysis/ScalarEvolutionExpander.h | 22 ++++++++---
lib/Analysis/ScalarEvolutionExpander.cpp | 3 +-
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 17 ++++----
test/Transforms/LoopStrengthReduce/X86/pr28719.ll | 47 +++++++++++++++++++++++
6 files changed, 80 insertions(+), 16 deletions(-)
create mode 100644 test/Transforms/LoopStrengthReduce/X86/pr28719.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 d4a60d0 GlobalISel: support 'null' constant in translation.
new 837032f Re-commit r278066: Do not ignore SizeOfOptionalHeader in COFF [...]
new 5747888 X86-FMA3: Implemented commute transformation for EVEX/AVX512 [...]
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/Object/COFFObjectFile.cpp | 4 +-
lib/Target/X86/CMakeLists.txt | 1 +
lib/Target/X86/X86InstrAVX512.td | 57 +--
lib/Target/X86/X86InstrFMA3Info.cpp | 284 +++++++++++++
lib/Target/X86/X86InstrFMA3Info.h | 315 +++++++++++++++
lib/Target/X86/X86InstrInfo.cpp | 640 +++++-------------------------
lib/Target/X86/X86InstrInfo.h | 32 +-
test/CodeGen/X86/avx512-fma-intrinsics.ll | 36 +-
test/CodeGen/X86/avx512-fma.ll | 12 +-
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 18 +-
test/CodeGen/X86/fma-fneg-combine.ll | 7 +-
11 files changed, 795 insertions(+), 611 deletions(-)
create mode 100644 lib/Target/X86/X86InstrFMA3Info.cpp
create mode 100644 lib/Target/X86/X86InstrFMA3Info.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.