This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d12fba13e8d Index: gcc/config/rs6000/emmintrin.h ====================== [...]
new e35f850ec3c 2018-10-22 Steven Bosscher <steven(a)gcc.gnu.org> Richard B [...]
new 3127e17b014 2018-10-22 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 | 76 +-
gcc/bitmap.c | 1020 ++++++++++++++------
gcc/bitmap.h | 238 +++--
gcc/gimple-ssa-evrp-analyze.c | 10 +
gcc/testsuite/ChangeLog | 10 +-
gcc/testsuite/gcc.dg/predict-6.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/cunroll-9.c | 2 +-
.../gcc.dg/tree-ssa/{vrp117.c => evrp12.c} | 15 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp02.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp33.c | 2 +-
gcc/tree-ssa-coalesce.c | 2 +
gcc/tree-ssa-propagate.c | 2 +
gcc/tree-vrp.c | 56 +-
13 files changed, 1022 insertions(+), 417 deletions(-)
copy gcc/testsuite/gcc.dg/tree-ssa/{vrp117.c => evrp12.c} (51%)
--
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 ca81ba500b0 Test commit: change comment.
new 090b8892dc1 [X86][BMI1]: X86DAGToDAGISel: select BEXTR from x & ((1 << [...]
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/X86ISelDAGToDAG.cpp | 25 ++++-
test/CodeGen/X86/extract-bits.ll | 207 +++++++++++++-----------------------
test/CodeGen/X86/extract-lowbits.ll | 122 +++++++--------------
3 files changed, 130 insertions(+), 224 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 5485eacd4d Silence the -Wshadow warning for enumerators shadowing a type.
new ef01f7fbf3 Always search sysroot for GCC installs
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/Driver/ToolChains/Gnu.cpp | 12 ++++++++++--
1 file changed, 10 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 3811baf7921 Revert r263947.
new d12fba13e8d Index: gcc/config/rs6000/emmintrin.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:
gcc/config/rs6000/emmintrin.h | 6 +++---
gcc/config/rs6000/xmmintrin.h | 6 +++++-
2 files changed, 8 insertions(+), 4 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 ce9fb23fb1f [llvm-dwarfdump] - Fix win10 build bot failture.
new ca81ba500b0 Test commit: change comment.
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/Mips/MipsCallLowering.h | 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 lld.
from 18e1d56e6 Use llvm::arrayRefFromStringRef
new 68872467b Fix typo in a test file name.
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/ELF/linkerscript/{ouputformat.s => output-format.s} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/ELF/linkerscript/{ouputformat.s => output-format.s} (100%)
--
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 f226847ebbd Iterate -std=c++-* in i386.exp.
new 3811baf7921 Revert r263947.
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 | 9 +++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/tree-ssa/pr87686.C | 21 +++++++++++++++++++++
gcc/tree-switch-conversion.c | 9 ++++++++-
4 files changed, 43 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr87686.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 0d440f4fe5 Fix MSVC "not all control paths return a value" warning. NFCI.
new 5485eacd4d Silence the -Wshadow warning for enumerators shadowing a type.
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/SemaDecl.cpp | 2 +-
test/Sema/warn-shadow.c | 7 +++++++
test/SemaCXX/warn-shadow.cpp | 7 +++++++
3 files changed, 15 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 clang-tools-extra.
from f9a85208 ReleaseNotes: move readability-redundant-smartptr-get part do [...]
new 2e7711b4 [change-namespace] Enhance detection of conflicting namespaces.
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:
change-namespace/ChangeNamespace.cpp | 50 +++++++++++++++++-----
.../change-namespace/ChangeNamespaceTests.cpp | 33 ++++++++++++++
2 files changed, 72 insertions(+), 11 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 release/2.26/master
in repository glibc.
from 48bef587bf signal: Use correct type for si_band in siginfo_t [BZ #23562]
new 27611fd05b Avoid use of strlen in getlogin_r (bug 22447).
new e37ec9c813 utmp: Avoid -Wstringop-truncation warning
new d161b294e1 timezone: pacify GCC -Wstringop-truncation
new 636f49ba92 Fix p_secstodate overflow handling (bug 22463).
new 3fb525c103 Increase buffer size due to warning from ToT GCC
new 935cecfe9a Fix nscd readlink argument aliasing (bug 22446).
new dd03d15e28 Fix string/tester.c build with GCC 8.
new 70e810a30c Disable strncat test array-bounds warnings for GCC 8.
new fe5978e1a5 Ignore -Wrestrict for one strncat test.
new 6ae2ca620a Fix string/bug-strncat1.c build with GCC 8.
new 33f5de7a79 Disable -Wrestrict for two nptl/tst-attr3.c tests.
The 11 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 | 76 ++++++++++++++++++++++++++++++++
NEWS | 3 ++
misc/sys/cdefs.h | 9 ++++
nptl/tst-attr3.c | 19 ++++++++
nscd/connections.c | 5 ++-
nscd/dbg_log.c | 2 +-
resolv/Makefile | 3 +-
resolv/res_debug.c | 24 +++++++++-
resolv/tst-p_secstodate.c | 67 ++++++++++++++++++++++++++++
string/bug-strncat1.c | 8 ++++
string/tester.c | 58 ++++++++++++++++++++++--
sysdeps/gnu/bits/utmp.h | 9 ++--
sysdeps/unix/getlogin_r.c | 5 ++-
sysdeps/unix/sysv/linux/s390/bits/utmp.h | 9 ++--
timezone/zic.c | 2 +-
15 files changed, 281 insertions(+), 18 deletions(-)
create mode 100644 resolv/tst-p_secstodate.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.