This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from ea7f72c88eb 2017-08-28 Richard Biener <rguenther(a)suse.de>
new 8b79a42b603 2017-08-28 Richard Biener <rguenther(a)suse.de>
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 | 19 ++++++++++
gcc/gimple-fold.c | 2 +-
gcc/testsuite/ChangeLog | 26 ++++++++++++++
gcc/testsuite/g++.dg/torture/pr81884.C | 39 +++++++++++++++++++++
gcc/tree-chkp.c | 2 +-
gcc/tree-ssa-alias.c | 31 ++++++++++++-----
gcc/tree.c | 63 +++++++++++++++++++++++++---------
gcc/tree.h | 10 +++---
8 files changed, 159 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr81884.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 9905d839c7 [refactor] initial support for refactoring action rules
new ff991a88d3 Avoid missing std error code in RefactoringActionRulesTest.cpp
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:
unittests/Tooling/RefactoringActionRulesTest.cpp | 4 ++--
1 file changed, 2 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 fw/abi-options
in repository glibc.
at dd09c43850 Remove abi-*-options compiler flags
This branch includes the following new commits:
new dd09c43850 Remove abi-*-options compiler flags
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.
--
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 06cd0655a68 optabs: ensure mem_thread_fence is a compiler barrier
new 8aaef9d6042 2017-08-28 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 ++++
gcc/testsuite/g++.dg/torture/pr81977.C | 55 ++++++++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 2 +-
4 files changed, 67 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr81977.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 424d9c2dea [StaticAnalyzer] LoopUnrolling: Keep track the maximum numbe [...]
new 9905d839c7 [refactor] initial support for refactoring action rules
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/LLVM.h | 4 +
include/clang/Tooling/Refactoring/AtomicChange.h | 8 +
.../Tooling/Refactoring/RefactoringActionRule.h | 70 +++++++++
.../RefactoringActionRuleRequirements.h | 58 ++++++++
.../RefactoringActionRuleRequirementsInternal.h | 90 +++++++++++
.../Tooling/Refactoring/RefactoringActionRules.h | 76 ++++++++++
.../Refactoring/RefactoringActionRulesInternal.h | 133 +++++++++++++++++
.../Tooling/Refactoring/RefactoringRuleContext.h | 53 +++++++
.../Refactoring/SourceSelectionConstraints.h | 109 ++++++++++++++
lib/Tooling/Refactoring/CMakeLists.txt | 1 +
.../Refactoring/SourceSelectionConstraints.cpp | 23 +++
unittests/Tooling/CMakeLists.txt | 1 +
unittests/Tooling/RefactoringActionRulesTest.cpp | 165 +++++++++++++++++++++
13 files changed, 791 insertions(+)
create mode 100644 include/clang/Tooling/Refactoring/RefactoringActionRule.h
create mode 100644 include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h
create mode 100644 include/clang/Tooling/Refactoring/RefactoringActionRuleRequirem [...]
create mode 100644 include/clang/Tooling/Refactoring/RefactoringActionRules.h
create mode 100644 include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h
create mode 100644 include/clang/Tooling/Refactoring/RefactoringRuleContext.h
create mode 100644 include/clang/Tooling/Refactoring/SourceSelectionConstraints.h
create mode 100644 lib/Tooling/Refactoring/SourceSelectionConstraints.cpp
create mode 100644 unittests/Tooling/RefactoringActionRulesTest.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 81346e4b42d 2017-08-27 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 06cd0655a68 optabs: ensure mem_thread_fence is a compiler barrier
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/doc/md.texi | 16 +++++++++++-----
gcc/optabs.c | 18 ++++++++++--------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/atomic/pr80640.c | 34 ++++++++++++++++++++++++++++++++++
5 files changed, 67 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/atomic/pr80640.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 c86d935259 [StaticAnalyzer] LoopUnrolling: Excluding loops which splits [...]
new 424d9c2dea [StaticAnalyzer] LoopUnrolling: Keep track the maximum numbe [...]
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:
.../Core/PathSensitive/LoopUnrolling.h | 2 +-
lib/StaticAnalyzer/Core/ExprEngine.cpp | 3 +-
lib/StaticAnalyzer/Core/LoopUnrolling.cpp | 85 ++++++++++++++--------
test/Analysis/loop-unrolling.cpp | 59 ++++++++++++++-
4 files changed, 114 insertions(+), 35 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 b123fd02f97 [X86][Haswell] Updating HSW instruction scheduling information
new 384007e569e The current version of LLVM X86 disassembler incorrectly 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:
.../X86/Disassembler/X86DisassemblerDecoder.cpp | 85 +++++++++++++++++-----
.../X86/Disassembler/X86DisassemblerDecoder.h | 3 +
test/MC/Disassembler/X86/prefixes-i386.s | 68 +++++++++++++++++
test/MC/Disassembler/X86/prefixes-x86_64.s | 10 +++
test/MC/Disassembler/X86/prefixes.txt | 56 +++++++++++++-
5 files changed, 204 insertions(+), 18 deletions(-)
create mode 100644 test/MC/Disassembler/X86/prefixes-i386.s
create mode 100644 test/MC/Disassembler/X86/prefixes-x86_64.s
--
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 f358588224 [StaticAnalyzer] LoopUnrolling fixes
new c86d935259 [StaticAnalyzer] LoopUnrolling: Excluding loops which splits [...]
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/StaticAnalyzer/Core/LoopUnrolling.cpp | 27 +++++++++++-
test/Analysis/loop-unrolling.cpp | 69 ++++++++++++++++++++++++-------
2 files changed, 81 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 gcc-7-branch
in repository gcc.
from 464d6a8ccd6 Daily bump.
new ea7f72c88eb 2017-08-28 Richard Biener <rguenther(a)suse.de>
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 | 28 +++++++++++
gcc/config/i386/i386.c | 12 ++++-
gcc/testsuite/gcc.dg/torture/pr81181.c | 30 ++++++++++++
gcc/testsuite/gcc.target/i386/pr81921.c | 14 ++++++
gcc/testsuite/gfortran.dg/pr81723.f | 56 +++++++++++++++++++++
gcc/tree-ssa-pre.c | 12 ++++-
gcc/tree-vect-slp.c | 87 ++++++++++++++++++++++++++++++---
7 files changed, 230 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr81181.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr81921.c
create mode 100644 gcc/testsuite/gfortran.dg/pr81723.f
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.