This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bf448dc 2015-08-17 Alan Hayward <alan.hayward(a)arm.com>
new 9565c37 Add comment explaining why -std=c++14 is needed.
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:
libstdc++-v3/ChangeLog | 2 ++
libstdc++-v3/testsuite/26_numerics/complex/literals/types.cc | 4 +++-
2 files changed, 5 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 3b03767 [InstCombine] use m_APInt to allow icmp (add X, Y), C folds f [...]
new a537a2b Revert "Reassociate: Reprocess RedoInsts after each inst".
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/Transforms/Scalar/Reassociate.h | 2 +-
lib/Transforms/Scalar/Reassociate.cpp | 64 +++++++++-------------
.../Reassociate/prev_insts_canonicalized.ll | 57 -------------------
.../Reassociate/reassoc-intermediate-fnegs.ll | 6 +-
test/Transforms/Reassociate/xor_reassoc.ll | 4 +-
5 files changed, 33 insertions(+), 100 deletions(-)
delete mode 100644 test/Transforms/Reassociate/prev_insts_canonicalized.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 zorg.
from 13aaff2 Moved builder clang-with-lto-ubuntu to another slave. Changed [...]
new 678bdce [zorg][mips] Have our builders inform Vasileios about failure [...]
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:
buildbot/osuosl/master/config/status.py | 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 70e216b Visit lambda capture inits from RecursiveASTVisitor::Traverse [...]
new 64f71c6 [analyzer] Add LocationContext information to SymbolMetadata.
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:
.../StaticAnalyzer/Core/PathSensitive/SValBuilder.h | 8 +++++---
.../StaticAnalyzer/Core/PathSensitive/SymbolManager.h | 18 ++++++++++++------
lib/StaticAnalyzer/Checkers/CStringChecker.cpp | 1 +
lib/StaticAnalyzer/Core/SValBuilder.cpp | 3 ++-
lib/StaticAnalyzer/Core/SymbolManager.cpp | 7 ++++---
test/Analysis/string.c | 17 +++++++++++++++++
6 files changed, 41 insertions(+), 13 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 e708f8d Clarify the statement on using #if 0 ... #endif in CodingStandards.
new 3b03767 [InstCombine] use m_APInt to allow icmp (add X, Y), C folds f [...]
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/InstCombine/InstCombineCompares.cpp | 63 ++++++++++------------
test/Transforms/InstCombine/2008-01-29-AddICmp.ll | 13 ++---
test/Transforms/InstCombine/icmp.ll | 10 ++--
3 files changed, 37 insertions(+), 49 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 d2392ec * gfortran.dg/dec_init_2.f90: Use dg-add-options ieee.
new bf448dc 2015-08-17 Alan Hayward <alan.hayward(a)arm.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 | 6 ++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/vect/pr71752.c | 19 +++++++++++++
gcc/tree-vect-loop.c | 35 ++++++++++++++---------
gcc/tree-vect-slp.c | 57 ++++++++++++++++++++-----------------
5 files changed, 82 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr71752.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 llvm.
from 0ca6dc4 [mips] Add l.[sd] and s.[sd] instruction aliases
new e708f8d Clarify the statement on using #if 0 ... #endif in CodingStandards.
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/CodingStandards.rst | 6 ++++--
1 file 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 clang.
from 301bc62 Add an AST matcher for external formal linkage.
new 70e216b Visit lambda capture inits from RecursiveASTVisitor::Traverse [...]
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/RecursiveASTVisitor.h | 23 ++++++-----
lib/Index/IndexBody.cpp | 3 +-
.../Tooling/RecursiveASTVisitorTestExprVisitor.cpp | 44 +++++++++++++++++++++-
unittests/Tooling/TestVisitor.h | 29 +++++++++-----
4 files changed, 76 insertions(+), 23 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-tools-extra.
from 9e082db [include-fixer] Update -help message.
new 08b999d Adapt to TraverseLambdaCapture interface change from D23204
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:
clang-tidy/modernize/LoopConvertUtils.cpp | 5 +++--
clang-tidy/modernize/LoopConvertUtils.h | 3 ++-
modularize/Modularize.cpp | 10 ++++++++--
3 files changed, 13 insertions(+), 5 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 cab764a Revert "[Reassociate] Avoid iterator invalidation when negati [...]
new 0ca6dc4 [mips] Add l.[sd] and s.[sd] instruction aliases
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/Mips/MipsInstrFPU.td | 19 +++++++++++++++++++
test/MC/Mips/mips2/valid.s | 4 ++++
test/MC/Mips/mips3/valid.s | 4 ++++
test/MC/Mips/mips32/valid.s | 4 ++++
test/MC/Mips/mips32r2/valid.s | 4 ++++
test/MC/Mips/mips32r3/valid.s | 4 ++++
test/MC/Mips/mips32r5/valid.s | 4 ++++
test/MC/Mips/mips32r6/valid.s | 4 ++++
test/MC/Mips/mips4/valid.s | 4 ++++
test/MC/Mips/mips5/valid.s | 4 ++++
test/MC/Mips/mips64/valid.s | 4 ++++
test/MC/Mips/mips64r2/valid.s | 4 ++++
test/MC/Mips/mips64r3/valid.s | 4 ++++
test/MC/Mips/mips64r5/valid.s | 4 ++++
test/MC/Mips/mips64r6/valid.s | 4 ++++
15 files changed, 75 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.