This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 36820ce Make build-many-glibcs.py flush stdout before execv.
new 8b1f57f Fix typos and missing closing bracket in test-memchr.c
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 +++++
string/test-memchr.c | 4 ++--
2 files changed, 7 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 newlib.
from dd4a4ba 2016-12-15 Kyrylo Tkachov <kyrylo.tkachov(a)arm.com>
new 84e58ab Remove extraneous float casts in strtod.c.
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:
newlib/libc/stdlib/strtod.c | 4 ++--
1 file changed, 2 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 gcc.
from 1781353 Revert accidentally changed file.
new 6e25695 [AArch64] Split X-reg UBFX into W-reg LSR when possible
new 1cfe5ae [AArch64] Split X-reg UBFIZ into W-reg LSL when possible
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 | 8 ++++++
gcc/config/aarch64/aarch64.md | 38 ++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gcc.target/aarch64/ubfiz_lsl_1.c | 13 +++++++++
gcc/testsuite/gcc.target/aarch64/ubfx_lsr_1.c | 14 ++++++++++
5 files changed, 81 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/ubfiz_lsl_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/ubfx_lsr_1.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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 4d98a3a [monitor] Fixes server specific cache issue
new 49270f3 Add -Wall to all builds
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:
helpers/llvm-build | 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.
unknown user pushed a change to branch master
in repository llvm.
from dbbc9e9 [X86][AVX] Call lowerVectorShuffleWithSHUFPS directly instead [...]
new 6db0eaf [CodeGenPrep] Skip merging empty case blocks
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/CodeGenPrepare.cpp | 168 +++++++++++++----
test/CodeGen/X86/phi-immediate-factoring.ll | 3 +-
test/CodeGen/X86/ragreedy-hoist-spill.ll | 8 +-
.../CodeGenPrepare/AArch64/widen_switch.ll | 6 +-
test/Transforms/CodeGenPrepare/X86/widen_switch.ll | 6 +-
.../CodeGenPrepare/skip-merging-case-block.ll | 200 +++++++++++++++++++++
6 files changed, 349 insertions(+), 42 deletions(-)
create mode 100644 test/Transforms/CodeGenPrepare/skip-merging-case-block.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 clang-tools-extra.
from f5cd9f4 [clang-tidy] fix missing anchor for MPI Module
new a080ed5 [include-fixer] Desugar incomplete types.
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-fixer/IncludeFixer.cpp | 4 ++--
unittests/include-fixer/IncludeFixerTest.cpp | 4 ++++
2 files changed, 6 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 glibc.
from b224637 Fix powerpc64/power7 memchr for large input sizes
new 36820ce Make build-many-glibcs.py flush stdout before execv.
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 +++++
scripts/build-many-glibcs.py | 1 +
2 files changed, 6 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 8219343 PR c/78408 * tree-ssa-ccp.c: Include tree-dfa.h. (optimize [...]
new 1781353 Revert accidentally changed 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:
gcc/sanopt.c | 3 ---
1 file changed, 3 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 bfbd84f PR tree-optimization/78819 * tree-vrp.c (find_switch_assert [...]
new 8219343 PR c/78408 * tree-ssa-ccp.c: Include tree-dfa.h. (optimize [...]
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 | 8 +++
gcc/sanopt.c | 3 +
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/pr78408-1.c | 88 +++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr78408-2.c | 39 ++++++++++++
gcc/tree-ssa-ccp.c | 134 ++++++++++++++++++++++++++++++++++++++-
6 files changed, 275 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr78408-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr78408-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 llvm.
from 31fc134 [X86][AVX512] use a single shufps for 512-bit vectors when it [...]
new dbbc9e9 [X86][AVX] Call lowerVectorShuffleWithSHUFPS directly instead [...]
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 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.