This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from cbdae22 Rangify for loop, NFC.
new 883b5fb [www] Fix spelling error in checker release notes.
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:
www/analyzer/release_notes.html | 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 gcc.
from 0681d43 [arm] Add vfpv2 and neon-vfpv3
new 59801c1 An alternative fix for PR70944
new 56c0f85 Fix nb_iterations calculation in tree-vect-loop-manip.c
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 | 19 ++++++
gcc/combine.c | 161 ++++++++++++++++++++++++---------------------
gcc/tree-vect-loop-manip.c | 5 +-
3 files changed, 110 insertions(+), 75 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 44d2a03 [X86][SSE] Added PSUBUS from SELECT tests from D25987
new e068e25 [X86] Regenerated integer divide tests to test on 32 and 64 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:
test/CodeGen/X86/divide-by-constant.ll | 273 ++++++++++++++++++++++++++-------
test/CodeGen/X86/divrem.ll | 247 +++++++++++++++++++++++++++--
test/CodeGen/X86/divrem8_ext.ll | 232 ++++++++++++++++++++--------
3 files changed, 631 insertions(+), 121 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 6847858 [mips] Fix unsigned/signed type error
new 44d2a03 [X86][SSE] Added PSUBUS from SELECT tests from D25987
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:
test/CodeGen/X86/psubus.ll | 651 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 651 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 gcc.
from beecc36 gcc/fortran/ChangeLog:
new 0681d43 [arm] Add vfpv2 and neon-vfpv3
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 | 10 ++++++++++
gcc/config/arm/arm-fpus.def | 2 ++
gcc/config/arm/arm-tables.opt | 42 ++++++++++++++++++++++++------------------
gcc/config/arm/t-aprofile | 2 ++
gcc/doc/invoke.texi | 6 ++++--
5 files changed, 42 insertions(+), 20 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 94d71a2 [OpenCL] Use the semantic spelling of the Access attribute, r [...]
new cbdae22 Rangify for loop, 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/Sema/SemaTemplate.cpp | 10 ++++------
1 file changed, 4 insertions(+), 6 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 f8fe7c4 Fix vec_cmp comparison mode
new beecc36 gcc/fortran/ChangeLog:
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/fortran/ChangeLog | 8 +++++++
gcc/fortran/class.c | 6 +++--
gcc/fortran/trans-expr.c | 27 ++++++++++++++-------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gfortran.dg/class_allocate_23.f08 | 31 +++++++++++++++++++++++++
5 files changed, 67 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/class_allocate_23.f08
--
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 af0311c [clang-tidy] Handle template instantiations in modenize-use-d [...]
new dff1c9b [clang-move] Support moving function.
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-move/ClangMove.cpp | 49 +++++++++++++++++------
test/clang-move/Inputs/function_test.cpp | 5 +++
test/clang-move/Inputs/function_test.h | 14 +++++++
test/clang-move/move-function.cpp | 67 ++++++++++++++++++++++++++++++++
4 files changed, 124 insertions(+), 11 deletions(-)
create mode 100644 test/clang-move/Inputs/function_test.cpp
create mode 100644 test/clang-move/Inputs/function_test.h
create mode 100644 test/clang-move/move-function.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 ac924c0 2016-11-16 Richard Biener <rguenther(a)suse.de>
new f1ee4b3 Use df_read_modify_subreg_p in cprop.c
new f8fe7c4 Fix vec_cmp comparison mode
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 | 15 +++++++++++++++
gcc/cprop.c | 4 +---
gcc/optabs.c | 21 ++++++++++++---------
3 files changed, 28 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 master
in repository gcc.
from 904e262 Fix PR sanitizer/78270 (part 2)
new ac924c0 2016-11-16 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/gimplify.c | 4 ++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr78333.c | 9 +++++++++
4 files changed, 24 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr78333.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.