This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 82dfae9ab Use __inhibit_loop_to_libcall in all memset/memcpy implementations
new d8ccbcdac Drop non-reserved parameter names from sys/signal.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:
newlib/libc/include/sys/signal.h | 15 +++++++--------
1 file changed, 7 insertions(+), 8 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 7a2be54fffd [mips] Fix microMIPS unconditional branch offset handling
new bdf9a8a0da5 [InstCombine] add test for vector demanded elements + shrin [...]
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/Transforms/InstCombine/shuffle-select-narrow.ll | 15 +++++++++++++++
1 file changed, 15 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 binutils-gdb.
from 2362e7f76a Remove newline at end of warning message
new b0f492b90f Indicate batch mode failures by exiting with nonzero status
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:
gdb/ChangeLog | 7 ++
gdb/NEWS | 3 +
gdb/main.c | 78 +++++++++++++---------
gdb/testsuite/ChangeLog | 7 ++
.../gdb.base/batch-exit-status.bad-commands | 1 +
gdb/testsuite/gdb.base/batch-exit-status.exp | 63 +++++++++++++++++
.../gdb.base/batch-exit-status.good-commands | 1 +
7 files changed, 129 insertions(+), 31 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/batch-exit-status.bad-commands
create mode 100644 gdb/testsuite/gdb.base/batch-exit-status.exp
create mode 100644 gdb/testsuite/gdb.base/batch-exit-status.good-commands
--
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 b87672f7d60 2018-08-29 Richard Biener <rguenther(a)suse.de>
new 91860f4fcf8 2018-08-29 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 | 7 +++++++
gcc/tree-ssa-sccvn.c | 19 +++++++++----------
2 files changed, 16 insertions(+), 10 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 a1a7c48dc0a [InstCombine] move declarations closer to uses; NFC
new 4963a3e5f71 [mips] Involves microMIPS's jump in the analyzable branch set
new 7a2be54fffd [mips] Fix microMIPS unconditional branch offset handling
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:
lib/Target/Mips/MipsSEInstrInfo.cpp | 11 ++--
test/CodeGen/Mips/longbranch.ll | 7 +--
test/CodeGen/Mips/micromips-b-range.ll | 98 ++++++++++++++++++++++++++++++++++
3 files changed, 108 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/Mips/micromips-b-range.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 llvm.
from 426e5c16103 [mips] Prevent shrink-wrap for BuildPairF64, ExtractElement [...]
new a1a7c48dc0a [InstCombine] move declarations closer to uses; 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/Transforms/InstCombine/InstCombineVectorOps.cpp | 8 +++-----
1 file changed, 3 insertions(+), 5 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 17172e0af3 [ARM] Set __ARM_FEATURE_SIMD32 for +dsp cores
new 927ea8cf44 [Preamble] Fix incorrect usage of std::error_category
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/Frontend/PrecompiledPreamble.cpp | 4 +++-
1 file changed, 3 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 da6b2a62 Introduce the abseil-redundant-strcat-calls check.
new ec9bc179 [clang-tidy] Add abseil-no-internal-dependencies check
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/abseil/AbseilTidyModule.cpp | 3 ++
clang-tidy/abseil/CMakeLists.txt | 1 +
clang-tidy/abseil/NoInternalDependenciesCheck.cpp | 48 ++++++++++++++++++++++
...AppendCheck.h => NoInternalDependenciesCheck.h} | 18 ++++----
docs/ReleaseNotes.rst | 5 +++
.../checks/abseil-no-internal-dependencies.rst | 24 +++++++++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/Inputs/absl/external-file.h | 7 +++-
.../clang-tidy/Inputs/absl/strings/internal-file.h | 34 ++++++++++++++-
.../clang-tidy/abseil-no-internal-dependencies.cpp | 39 ++++++++++++++++++
10 files changed, 169 insertions(+), 11 deletions(-)
create mode 100644 clang-tidy/abseil/NoInternalDependenciesCheck.cpp
copy clang-tidy/abseil/{StrCatAppendCheck.h => NoInternalDependenciesCheck.h} (51%)
create mode 100644 docs/clang-tidy/checks/abseil-no-internal-dependencies.rst
create mode 100644 test/clang-tidy/abseil-no-internal-dependencies.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 binutils-gdb.
from 9108bc33b1 [MIPS] Add Loongson 2K1000 proccessor support.
new 2362e7f76a Remove newline at end of warning 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:
gdb/ChangeLog | 5 +++++
gdb/csky-tdep.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.