This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ce6fc03 Add support for targeting armv6-unknown-cloudabi-eabihf.
new 666886d [OpenCL] Remove access qualifiers on images in arg info metadata.
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/CodeGen/CodeGenFunction.cpp | 33 +++++++++++++++++++++++++++++++--
test/CodeGenOpenCL/kernel-arg-info.cl | 20 ++++++++++----------
2 files changed, 41 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 868a6f1 gcc/ Backport from trunk r239162. 2016-08-05 Kugan Viveka [...]
new 40120d7 gcc/ Backport from trunk r239637. 2016-08-20 Kugan Viveka [...]
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/testsuite/gcc.dg/tree-ssa/pr61839_1.c | 44 ++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr61839_2.c | 54 +++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr61839_3.c | 26 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr61839_4.c | 28 +++++++++
gcc/tree-vrp.c | 96 +++++++++++++++++++++++++++++++
5 files changed, 248 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr61839_1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr61839_2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr61839_3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr61839_4.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from c29ce24 gcc/ Backport from trunk r239118. 2016-08-04 Kugan Viveka [...]
new 868a6f1 gcc/ Backport from trunk r239162. 2016-08-05 Kugan Viveka [...]
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/tree-vrp.c | 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 590a5dc gcc/ Backport from trunk r238846. 2016-07-29 Kugan Viveka [...]
new c29ce24 gcc/ Backport from trunk r239118. 2016-08-04 Kugan Viveka [...]
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/tree-inline.c | 2 ++
1 file changed, 2 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from edf4490 gcc/ Backport from trunk r238337. 2016-07-14 Kyrylo Tkach [...]
new 590a5dc gcc/ Backport from trunk r238846. 2016-07-29 Kugan Viveka [...]
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/testsuite/gcc.dg/pr68217.c | 14 ++++++++++++++
gcc/tree-vrp.c | 18 ++++++++++++++++++
2 files changed, 32 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr68217.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 826eb29 gcc/ Backport from trunk r238254, r238763. 2016-07-12 Nat [...]
new edf4490 gcc/ Backport from trunk r238337. 2016-07-14 Kyrylo Tkach [...]
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/expmed.c | 10 +-
gcc/expmed.h | 9 +
gcc/testsuite/gcc.dg/vect/pr65951.c | 63 ++++
gcc/testsuite/gcc.dg/vect/vect-iv-9.c | 3 +-
.../gcc.dg/vect/vect-mult-const-pattern-1.c | 41 +++
.../gcc.dg/vect/vect-mult-const-pattern-2.c | 40 +++
gcc/tree-vect-patterns.c | 375 +++++++++++++++++----
7 files changed, 464 insertions(+), 77 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr65951.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-mult-const-pattern-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-mult-const-pattern-2.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 4c08994 gcc/ Backport from trunk r238248. 2016-07-12 Kyrylo Tkach [...]
new 826eb29 gcc/ Backport from trunk r238254, r238763. 2016-07-12 Nat [...]
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/config/arm/arm.c | 18 ++++++++++++++----
gcc/doc/invoke.texi | 9 ++++++---
gcc/testsuite/gcc.target/arm/data-rel-1.c | 12 ++++++++++++
gcc/testsuite/gcc.target/arm/data-rel-2.c | 11 +++++++++++
gcc/testsuite/gcc.target/arm/data-rel-3.c | 11 +++++++++++
5 files changed, 54 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/data-rel-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/data-rel-2.c
create mode 100644 gcc/testsuite/gcc.target/arm/data-rel-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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from d3b180f gcc/ Backport from trunk r238013. 2016-07-05 Kyrylo Tkach [...]
new 4c08994 gcc/ Backport from trunk r238248. 2016-07-12 Kyrylo Tkach [...]
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/expr.c | 7 +++++++
gcc/testsuite/gcc.c-torture/execute/pr71700.c | 19 +++++++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr71700.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from ead14e4 libstdc++-v3/ Backport from trunk r237879. 2016-06-30 Tho [...]
new d3b180f gcc/ Backport from trunk r238013. 2016-07-05 Kyrylo Tkach [...]
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/ifcvt.c | 35 ++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr71594.c | 15 +++++++++++++++
2 files changed, 50 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr71594.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 9f7b5a6 gcc/ Backport from trunk r237250. 2016-06-09 Kyrylo Tkach [...]
new ead14e4 libstdc++-v3/ Backport from trunk r237879. 2016-06-30 Tho [...]
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/testsuite/29_atomics/atomic/65913.cc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.