This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4f1d077 Daily bump.
new f52a3ef 2016-05-12 Richard Biener <rguenther(a)suse.de>
new feccb92 2016-05-12 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 13 +++++++++++++
gcc/cfganal.c | 17 ++++++++++++++++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/torture/pr70986-1.c | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr70986-2.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr70986-3.c | 18 ++++++++++++++++++
gcc/tree-data-ref.c | 9 +++++++--
7 files changed, 103 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70986-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70986-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70986-3.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 melt-branch
in repository gcc.
from 0381bc4 2016-05-12 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
new 5b94733 [gcc/] 2016-05-12 Basile Starynkevitch <basile@starynkevit [...]
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.MELT | 12 ++++++++++--
gcc/melt-runtime.cc | 17 ++++++++---------
gcc/melt-runtime.h | 2 +-
3 files changed, 19 insertions(+), 12 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 melt-branch
in repository gcc.
from e031e1f 2016-05-12 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
new 0381bc4 2016-05-12 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
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.MELT | 10 ++++++++++
gcc/melt-runtime.cc | 2 +-
gcc/melt-runtime.h | 15 ---------------
3 files changed, 11 insertions(+), 16 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 melt-branch
in repository gcc.
from 67bb295 2016-05-12 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
new e031e1f 2016-05-12 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
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.MELT | 10 ++++++++++
gcc/melt/libmelt-ana-base.melt | 23 ++++++++++++-----------
gcc/melt/libmelt-ana-tree.melt | 20 ++++++++++----------
gcc/melt/xtramelt-ana-simple.melt | 6 +++---
4 files changed, 35 insertions(+), 24 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 melt-branch
in repository gcc.
from 09d1a55 2016-05-11 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
new 78aa194 2016-05-12 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
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.MELT | 13 +++++++++++++
gcc/melt/warmelt-base.melt | 2 +-
gcc/melt/warmelt-hooks.melt | 36 ++++++++++++++++++------------------
gcc/melt/warmelt-modes.melt | 4 ++--
gcc/melt/warmelt-outobj.melt | 22 ++++++++++++++--------
5 files changed, 48 insertions(+), 29 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 0840ba9 Add an AST matcher for string-literal length
new 0a721a2 Revert "[VFS] Reapply r269100: Reconstruct the VFS overlay tr [...]
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/Basic/VirtualFileSystem.cpp | 81 +------------------------------
unittests/Basic/VirtualFileSystemTest.cpp | 30 +-----------
2 files changed, 2 insertions(+), 109 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 bfab925 [clang-tidy] Add missing dependency of libtooling to misc module
new b799d41 [clang-tidy] Improve misc-redundant-expression and decrease 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:
clang-tidy/misc/RedundantExpressionCheck.cpp | 109 ++++++++++++++++++---
.../checks/misc-redundant-expression.rst | 1 +
test/clang-tidy/misc-redundant-expression.cpp | 50 +++++++++-
3 files changed, 143 insertions(+), 17 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 db6adcb [PowerPC] Fix a DAG replacement bug in PPCTargetLowering::DAG [...]
new ca8feb0 [WebAssembly] Fast-isel support for calls, arguments, and selects.
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/WebAssembly/WebAssemblyFastISel.cpp | 375 ++++++++++++++++++---
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 5 +-
lib/Target/WebAssembly/WebAssemblyStoreResults.cpp | 6 +-
test/CodeGen/WebAssembly/call.ll | 1 +
test/CodeGen/WebAssembly/select.ll | 2 +-
5 files changed, 333 insertions(+), 56 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 fe581eb [MS ABI] Don't crash when zero-initializing a vbase which con [...]
new 0840ba9 Add an AST matcher for string-literal length
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/LibASTMatchersReference.html | 33 ++++++++++++++++++++++---
include/clang/ASTMatchers/ASTMatchers.h | 23 ++++++++++++-----
include/clang/ASTMatchers/ASTMatchersInternal.h | 13 ++++++++++
unittests/ASTMatchers/ASTMatchersTest.cpp | 12 ++++++++-
4 files changed, 70 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.