This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from bc06f26 Recommit r290750: Fix PR19460 - std::ios is convertible to int.
new 4797c11 Fix some 'FIXME's in the tests.
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:
.../func.searchers.boyer_moore/hash.pred.pass.cpp | 10 ++++------
.../func.searchers/func.searchers.boyer_moore/pred.pass.cpp | 6 ++----
.../func.searchers.boyer_moore_horspool/hash.pred.pass.cpp | 6 ++----
.../func.searchers.boyer_moore_horspool/pred.pass.cpp | 6 ++----
4 files changed, 10 insertions(+), 18 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 7699988 Define __intmax_t, __uintmax_t in bits/types.h.
new e7eceec resolv: Turn historic name lookup functions into compat symbols
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 | 18 +++++
include/resolv.h | 1 -
resolv/Makefile | 11 +--
resolv/{gethnamaddr.c => compat-gethnamaddr.c} | 99 +++++++++++++++-----------
4 files changed, 77 insertions(+), 52 deletions(-)
rename resolv/{gethnamaddr.c => compat-gethnamaddr.c} (91%)
--
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 13c1946 * config/i386/predicates.md (ext_register_operand): Do not r [...]
new 9f3b903 * config/i386/i386.md (*testqi_ext_3): Merge insn pattern an [...]
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/config/i386/i386.md | 56 +++++++++++++++++++------------------------------
2 files changed, 28 insertions(+), 34 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 c37efe3 [NewGVN] Remove unneeded newline from assertion message.
new 65985d0 Caught a simple typo. I do not know of a way to test this, bu [...]
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/ARM/ARMISelLowering.cpp | 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 clang-tools-extra.
from 72b9471 [clang-tidy] google-explicit-constructor: ignore template ins [...]
new 2228334 [clang-tidy] google-explicit-constructor: ignore macros
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-tidy/google/ExplicitConstructorCheck.cpp | 4 ++++
test/clang-tidy/google-explicit-constructor.cpp | 8 +++++++-
2 files changed, 11 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 8e48776 [ADT] Fix for compilation error when operator++(int) (post-in [...]
new c37efe3 [NewGVN] Remove unneeded newline from assertion message.
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/Scalar/NewGVN.cpp | 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 a94216e compiler: use more accurate array type in Gogo::register_gc_vars
new 61a93eb * doc/standards.texi (Standards): Remove broken reference to [...]
new 13c1946 * config/i386/predicates.md (ext_register_operand): Do not r [...]
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 | 14 ++++++++++++++
gcc/config/i386/i386.md | 21 +++++++++++++++------
gcc/config/i386/predicates.md | 19 ++++++-------------
gcc/doc/standards.texi | 8 +-------
4 files changed, 36 insertions(+), 26 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 libcxx.
from 6ce93e5 Revert r290750 - Fix PR19460 - std::ios is convertible to int.
new bc06f26 Recommit r290750: Fix PR19460 - std::ios is convertible to int.
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/__config | 3 ++-
include/ios | 21 +++++++++++++++++++--
.../iostreams.base/ios/iostate.flags/bool.pass.cpp | 9 +++++++++
3 files changed, 30 insertions(+), 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 glibc.
from ef83c83 Fix tst-support_record_failure-2 for run-built-tests = no.
new 7699988 Define __intmax_t, __uintmax_t in bits/types.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 | 6 ++++++
bits/types.h | 9 +++++++++
sysdeps/generic/stdint.h | 12 +++---------
3 files changed, 18 insertions(+), 9 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-tools-extra.
from a600126 [clang-tidy] Add check 'misc-string-compare'.
new 72b9471 [clang-tidy] google-explicit-constructor: ignore template ins [...]
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-tidy/google/ExplicitConstructorCheck.cpp | 6 +++--
test/clang-tidy/google-explicit-constructor.cpp | 32 +++++++++++++++++++++++++
2 files changed, 36 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.