This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dbbe83a2086 2019-05-09 Bill Schmidt <wschmidt(a)linux.ibm.com>
new e2b25cf3799 compiler: avoid copy for string([]byte) conversion used [...]
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 7 +++++++
gcc/go/gofrontend/statements.cc | 7 +++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/go.dg/mapstring.go | 11 +++++++++++
5 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/go.dg/mapstring.go
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 9b991f7f 2: update: llvm-linux: 19509
new 080ec7d3 2: update: llvm-linux: 19517
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9b991f7f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 220 +-
02-build_llvm/console.log | 11734 +++++++++++++++---------------
03-build_linux/console.log | 2522 +++----
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 38 +-
console.log | 14526 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 14587 insertions(+), 14479 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 31ac293c04 Automatic date update in version.in
adds dc71cddb81 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b20636ae 0: update: binutils-gcc-linux: all
new 224a1d35 0: update: binutils-gcc-linux: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b20636ae)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 130 +-
02-prepare_abe/console.log | 220 +-
03-build_abe-binutils/console.log | 6821 +++++------
04-build_abe-stage1/console.log | 13873 +++++++++++-----------
05-build_linux/console.log | 1028 +-
06-boot_linux/console.log | 2 +-
08-update_baseline/console.log | 8 +-
console.log | 22090 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
10 files changed, 22101 insertions(+), 22089 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 80aab18585e Use UNSUPPORTED: windows in shtest-timeout.py. Apparently s [...]
new 0e902d0a63a DebugInfo/DWARF: Minor expression simplification
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/DebugInfo/DWARF/DWARFUnit.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 compiler-rt.
from 2ccfefe8f [libFuzzer] simplify value-profile-mem.test a little bit
new e61a1d3a9 [libFuzzer] implement -focus_function=auto, to be used with D [...]
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/fuzzer/FuzzerDataFlowTrace.cpp | 115 ++++++++++++++++++++++++++++++++++--
lib/fuzzer/FuzzerDataFlowTrace.h | 74 ++++++++++++++++++++++-
lib/fuzzer/FuzzerFlags.def | 4 +-
lib/fuzzer/FuzzerLoop.cpp | 5 +-
lib/fuzzer/tests/FuzzerUnittest.cpp | 86 +++++++++++++++++++++++++++
test/fuzzer/OnlySomeBytesTest.cpp | 10 +++-
test/fuzzer/dataflow.test | 2 +-
test/fuzzer/only-some-bytes.test | 13 +++-
8 files changed, 297 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.