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 d61565a [clang-tidy] Ignore implicit functions in performance-unneces [...]
new 4e5862b [clang-tidy] Add more tests for modernize-use-using.
new 303b272 [clang-tidy] Avoid incorrect fixes in modernize-use-using
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:
clang-tidy/modernize/UseUsingCheck.cpp | 59 +++++++++++++++++++++------------
test/clang-tidy/modernize-use-using.cpp | 54 ++++++++++++++++++++++++++++++
2 files changed, 92 insertions(+), 21 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 glibc.
from f3bef6a * elf/dl-tunables.c (tunable_set_val_if_valid_range): Split i [...]
new 3e1b518 Bug 21053: sh: Reduce namespace pollution from sys/ucontext.h
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:
ChangeLog | 12 +++++
sysdeps/unix/sysv/linux/sh/sh3/ucontext_i.sym | 32 ++++++------
sysdeps/unix/sysv/linux/sh/sh4/ucontext_i.sym | 32 ++++++------
sysdeps/unix/sysv/linux/sh/sys/ucontext.h | 70 +++++++++++++--------------
4 files changed, 78 insertions(+), 68 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 9334970 [X86][SSE] Add support for constant folding vector logical sh [...]
new 4dfe27f Fix fs::set_current_path unit test
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/Support/Path.cpp | 6 +++++-
1 file 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 52cd722 [InstCombine][X86] MULDQ/MULUDQ undef -> zero
new 9334970 [X86][SSE] Add support for constant folding vector logical sh [...]
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/X86/X86ISelLowering.cpp | 24 ++++++++--
test/CodeGen/X86/vec_shift5.ll | 12 ++---
test/CodeGen/X86/vector-rotate-128.ll | 60 +++++++++++-------------
test/CodeGen/X86/vector-rotate-256.ll | 48 +++++++++----------
test/CodeGen/X86/vector-shift-ashr-128.ll | 12 ++---
test/CodeGen/X86/vector-shift-ashr-256.ll | 12 ++---
test/CodeGen/X86/vector-shift-ashr-512.ll | 5 +-
test/CodeGen/X86/vector-shift-lshr-128.ll | 34 ++++++--------
test/CodeGen/X86/vector-shift-lshr-256.ll | 78 +++++++++++++++----------------
test/CodeGen/X86/vector-shift-lshr-512.ll | 5 +-
test/CodeGen/X86/vector-shift-shl-128.ll | 32 ++++++-------
test/CodeGen/X86/vector-shift-shl-256.ll | 72 ++++++++++++++--------------
test/CodeGen/X86/vector-shift-shl-512.ll | 5 +-
13 files changed, 186 insertions(+), 213 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-5-branch
in repository gcc.
from 8b3478f 2017-01-24 Richard Biener <rguenther(a)suse.de>
new 071faf6 2017-01-24 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 | 36 ++++++++++++
gcc/ipa-comdats.c | 2 +-
gcc/testsuite/ChangeLog | 21 +++++++
gcc/testsuite/g++.dg/ipa/pr78188.C | 20 +++++++
gcc/testsuite/gcc.dg/torture/pr77646.c | 21 +++++++
gcc/testsuite/gcc.dg/torture/pr77648-1.c | 24 ++++++++
gcc/testsuite/gcc.dg/torture/pr77648-2.c | 22 ++++++++
gcc/tree-ssa-sccvn.c | 4 ++
gcc/tree-ssa-structalias.c | 95 ++++++++++++++++++++++++++------
9 files changed, 227 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr78188.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77646.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77648-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77648-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.
unknown user pushed a change to branch master
in repository clang.
from 231ba5d Revert "[test] Replace `REQUIRES-ANY: a, b, c` with `REQUIRES [...]
new 791574d Replace use of chdir with llvm::sys::fs::set_current_path
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 | 13 +------------
1 file changed, 1 insertion(+), 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 llvm.
from c5e1c4d [Support] Use O_CLOEXEC only when declared
new 52cd722 [InstCombine][X86] MULDQ/MULUDQ undef -> zero
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/InstCombineCalls.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp | 6 ------
2 files changed, 1 insertion(+), 7 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 e414b99 [SLP] Additional test for checking that instruction with extr [...]
new c5e1c4d [Support] Use O_CLOEXEC only when declared
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/Support/Unix/Path.inc | 22 ++++++++++++++++++++--
1 file changed, 20 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 gcc-6-branch
in repository gcc.
from 5d46bf2 PR go/78763
new a2ccae9 PR target/78478 * config/ax_check_define.m4: New file.
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:
ChangeLog | 5 +++
config/ax_check_define.m4 | 92 ++++++++++++++++++++++++++++++++++++++++++++++
gcc/ChangeLog | 8 ++++
gcc/config/i386/rtemself.h | 3 --
libgfortran/ChangeLog | 20 +++++++---
libgfortran/acinclude.m4 | 1 +
libgfortran/configure | 41 ++++++++++++++++++++-
libgfortran/configure.ac | 3 ++
libgfortran/configure.host | 6 ++-
9 files changed, 168 insertions(+), 11 deletions(-)
create mode 100644 config/ax_check_define.m4
--
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 f61f422 [Support] Add sys::fs::set_current_path() (aka chdir)
new e414b99 [SLP] Additional test for checking that instruction with extr [...]
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:
.../SLPVectorizer/X86/horizontal-list.ll | 57 ++++++++++++++++++++++
1 file changed, 57 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.