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-norov-allmodconfig
in repository toolchain/ci/linux.
omits 7ac97b2db80a cpumask: add cpumask_nth_{,and,andnot}
omits 65c9dd7e67b5 lib/bitmap: remove bitmap_ord_to_pos
omits 0e50008889af lib/bitmap: add tests for find_nth_bit()
omits 281f72954c2c lib: add find_nth(,and,andnot)_bit()
adds c3aaaf9e2ada powerpc: drop dependency on <asm/machdep.h> in archrandom.h
adds 9f0b715d0011 lib/nodemask: inline next_node_in() and node_random()
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 (7ac97b2db80a)
\
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.
No new revisions were added by this update.
Summary of changes:
MAINTAINERS | 1 -
arch/powerpc/include/asm/archrandom.h | 9 +---
arch/powerpc/kernel/setup-common.c | 10 +++++
include/linux/bitmap.h | 1 +
include/linux/bitops.h | 19 --------
include/linux/cpumask.h | 44 -------------------
include/linux/find.h | 83 -----------------------------------
include/linux/nodemask.h | 24 +++++++---
lib/Makefile | 2 +-
lib/bitmap.c | 36 +++++++++++++--
lib/cpumask.c | 26 ++++++-----
lib/find_bit.c | 20 ---------
lib/find_bit_benchmark.c | 17 -------
lib/nodemask.c | 11 +----
lib/test_bitmap.c | 36 +--------------
15 files changed, 84 insertions(+), 255 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/llvm-master-arm-norov-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 79fac2b0 4: update: llvm-ce81a0df674f806ad91321b606849ae8cb0de2a1: 22381
new 89daa052 4: update: binutils-llvm-linux-qemu: 22761
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 (79fac2b0)
\
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.xz | Bin 1604 -> 1856 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 29532 -> 30084 bytes
04-build_kernel_llvm/console.log.xz | Bin 64716 -> 62996 bytes
05-build_abe-qemu/console.log.xz | Bin 31644 -> 30164 bytes
06-build_linux/console.log.xz | Bin 39040 -> 5104 bytes
08-check_regression/console.log.xz | Bin 504 -> 484 bytes
09-update_baseline/console.log | 185 +++++++++++++++++++++--------------
jenkins/manifest.sh | 19 ++--
results | 2 +-
10 files changed, 126 insertions(+), 80 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 1e2c5f4c2d1 Daily bump.
new ea1a4694e5a jit,docs: use enum directive for enumeral types
new 68c994f9aa8 jit,docs: replace c:type:`int_type` with :expr:`int_type`
new a8a282d5202 jit,docs: various fixes
new 3c5f312b447 jit,docs: compact function declarations
new 85cf5a23772 jit,docs: use list-table instead of fixed table
new 85c943f3079 jit,docs: use :expr:`type *` for pointers to a type
new 75a392d0317 jit,docs: remove :ref:`modindex`
new c6894e1ddec contrib: use sphinx-build from a venv
new 0652087375e jit,docs: shorten assembly output
new f64eb636677 gimple, internal-fn: Add IFN_TRAP and use it for __builtin_ [...]
The 10 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/gimple.cc | 11 ++-
gcc/internal-fn.cc | 6 ++
gcc/internal-fn.def | 4 ++
gcc/internal-fn.h | 1 +
gcc/jit/docs/conf.py | 3 +
gcc/jit/docs/cp/intro/tutorial02.rst | 10 +--
gcc/jit/docs/cp/intro/tutorial04.rst | 75 +++++++++++++-------
gcc/jit/docs/cp/topics/asm.rst | 2 +-
gcc/jit/docs/cp/topics/contexts.rst | 8 +--
gcc/jit/docs/cp/topics/expressions.rst | 52 +++++---------
gcc/jit/docs/cp/topics/functions.rst | 48 ++++++-------
gcc/jit/docs/cp/topics/objects.rst | 2 +-
gcc/jit/docs/cp/topics/types.rst | 2 +-
gcc/jit/docs/examples/tut04-toyvm/toyvm.c | 1 +
gcc/jit/docs/index.rst | 8 ---
gcc/jit/docs/intro/tutorial02.rst | 20 +++---
gcc/jit/docs/intro/tutorial03.rst | 28 ++++----
gcc/jit/docs/intro/tutorial04.rst | 79 +++++++++++++--------
gcc/jit/docs/intro/tutorial05.rst | 41 +++++++----
gcc/jit/docs/topics/compilation.rst | 38 +++++-----
gcc/jit/docs/topics/contexts.rst | 14 ++--
gcc/jit/docs/topics/expressions.rst | 111 +++++++++++++++++++-----------
gcc/jit/docs/topics/function-pointers.rst | 2 +-
gcc/jit/docs/topics/functions.rst | 2 +-
gcc/jit/docs/topics/objects.rst | 6 +-
gcc/jit/docs/topics/types.rst | 111 +++++++++++++++++++-----------
gcc/testsuite/gcc.dg/ubsan/pr106099.c | 10 +++
maintainer-scripts/update_web_docs_git | 21 ++----
28 files changed, 423 insertions(+), 293 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr106099.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-norov-allnoconfig
in repository toolchain/ci/linux.
omits 7ac97b2db80a cpumask: add cpumask_nth_{,and,andnot}
omits 65c9dd7e67b5 lib/bitmap: remove bitmap_ord_to_pos
omits 0e50008889af lib/bitmap: add tests for find_nth_bit()
omits 281f72954c2c lib: add find_nth(,and,andnot)_bit()
adds c3aaaf9e2ada powerpc: drop dependency on <asm/machdep.h> in archrandom.h
adds 9f0b715d0011 lib/nodemask: inline next_node_in() and node_random()
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 (7ac97b2db80a)
\
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.
No new revisions were added by this update.
Summary of changes:
MAINTAINERS | 1 -
arch/powerpc/include/asm/archrandom.h | 9 +---
arch/powerpc/kernel/setup-common.c | 10 +++++
include/linux/bitmap.h | 1 +
include/linux/bitops.h | 19 --------
include/linux/cpumask.h | 44 -------------------
include/linux/find.h | 83 -----------------------------------
include/linux/nodemask.h | 24 +++++++---
lib/Makefile | 2 +-
lib/bitmap.c | 36 +++++++++++++--
lib/cpumask.c | 26 ++++++-----
lib/find_bit.c | 20 ---------
lib/find_bit_benchmark.c | 17 -------
lib/nodemask.c | 11 +----
lib/test_bitmap.c | 36 +--------------
15 files changed, 84 insertions(+), 255 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-norov-allnoconfig
in repository toolchain/ci/base-artifacts.
discards edc0f726 0: update: binutils-gcc-linux-qemu: boot
new 031397fc 0: update: binutils-gcc-linux-qemu: boot
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 (edc0f726)
\
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.xz | Bin 1680 -> 1640 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 31044 -> 31220 bytes
04-build_abe-stage1/console.log.xz | Bin 67920 -> 68932 bytes
05-build_abe-qemu/console.log.xz | Bin 30964 -> 30944 bytes
06-build_linux/console.log.xz | Bin 3640 -> 3880 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 18 +++++++++---------
results | 2 +-
11 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.