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-release-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 5338ad0b 0: update: llvm-linux: boot
new 5397a6c6 0: update: llvm-linux: 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 (5338ad0b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 175 +-
02-build_llvm/console.log | 11636 +++++++++++++++++------------------
03-build_linux/console.log | 662 +-
04-boot_linux/console.log | 412 +-
06-update_baseline/console.log | 25 +
console.log | 12885 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
8 files changed, 12920 insertions(+), 12885 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 linux.
from 0eb0ce0a78e1 Merge tag 'spi-fix-v5.3-rc3' of git://git.kernel.org/pub/s [...]
new 18ec54fdd6d1 x86/speculation: Prepare entry code for Spectre v1 swapgs [...]
new a2059825986a x86/speculation: Enable Spectre v1 swapgs mitigations
new 64dbc122b20f x86/entry/64: Use JMP instead of JMPQ
new f36cf386e3fe x86/speculation/swapgs: Exclude ATOMs from speculation thr [...]
new 7a30bdd99f37 Merge branch master from git://git.kernel.org/pub/scm/linu [...]
new 4c92057661a3 Documentation: Add swapgs description to the Spectre v1 do [...]
new 4368c4bc9d36 Merge branch 'x86/grand-schemozzle' of git://git.kernel.or [...]
new 600ea54dbaec HID: logitech-dj: rename "gaming" receiver to "lightspeed"
new 27fc32fd9417 HID: logitech-hidpp: add USB PID for a few more supported mice
new d79f7badd118 HID: logitech-dj: add the Powerplay receiver
new 65f11c72780f HID: Add 044f:b320 ThrustMaster, Inc. 2 in 1 DT
new 6fb08f1a5f7e HID: logitech-dj: Really fix return value of logi_dj_recv_ [...]
new 7bc74853fd61 HID: quirks: Set the INCREMENT_USAGE_ON_DUPLICATE quirk on [...]
new 693c3dab4e50 HID: wacom: fix bit shift for Cintiq Companion 2
new 01ec0a5f19c8 HID: holtek: test for sanity of intfdata
new 49869d2ea9ee HID: Add quirk for HP X1200 PIXART OEM mouse
new 1c703b53e5bf HID: input: fix a4tech horizontal wheel custom usage
new 9c09b214f30e HID: hiddev: avoid opening a disconnected device
new 6d4472d7bec3 HID: hiddev: do cleanup in failure of opening a device
new e0f6974a54d3 HID: sony: Fix race condition between rumble and device remove.
new f4eb1423e433 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
The 21 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:
Documentation/admin-guide/hw-vuln/spectre.rst | 88 ++++++++++++++++++--
Documentation/admin-guide/kernel-parameters.txt | 8 +-
arch/x86/entry/calling.h | 17 ++++
arch/x86/entry/entry_64.S | 21 ++++-
arch/x86/include/asm/cpufeatures.h | 3 +
arch/x86/kernel/cpu/bugs.c | 105 ++++++++++++++++++++++--
arch/x86/kernel/cpu/common.c | 44 ++++++----
drivers/hid/hid-a4tech.c | 30 ++++++-
drivers/hid/hid-holtek-kbd.c | 9 +-
drivers/hid/hid-ids.h | 5 +-
drivers/hid/hid-logitech-dj.c | 10 ++-
drivers/hid/hid-logitech-hidpp.c | 32 +++++++-
drivers/hid/hid-quirks.c | 2 +
drivers/hid/hid-sony.c | 15 +++-
drivers/hid/hid-tmff.c | 12 +++
drivers/hid/usbhid/hiddev.c | 12 +++
drivers/hid/wacom_wac.c | 12 +--
17 files changed, 366 insertions(+), 59 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 451b7ea3346 [GISel]: Fix trivial build breakage
new dab6850b77b Added Delta IR Reduction Tool
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:
docs/BugpointRedesign.md | 106 +++++++++++++
test/Reduce/Inputs/remove-funcs.sh | 10 ++
test/Reduce/remove-funcs.ll | 49 ++++++
tools/LLVMBuild.txt | 1 +
tools/llvm-reduce/CMakeLists.txt | 23 +++
tools/llvm-reduce/DeltaManager.h | 26 ++++
tools/{ => llvm-reduce}/LLVMBuild.txt | 53 +------
tools/llvm-reduce/TestRunner.cpp | 32 ++++
tools/llvm-reduce/TestRunner.h | 52 +++++++
tools/llvm-reduce/deltas/Delta.h | 221 +++++++++++++++++++++++++++
tools/llvm-reduce/deltas/RemoveFunctions.cpp | 84 ++++++++++
tools/llvm-reduce/deltas/RemoveFunctions.h | 28 ++++
tools/llvm-reduce/llvm-reduce.cpp | 122 +++++++++++++++
13 files changed, 762 insertions(+), 45 deletions(-)
create mode 100644 docs/BugpointRedesign.md
create mode 100755 test/Reduce/Inputs/remove-funcs.sh
create mode 100644 test/Reduce/remove-funcs.ll
create mode 100644 tools/llvm-reduce/CMakeLists.txt
create mode 100644 tools/llvm-reduce/DeltaManager.h
copy tools/{ => llvm-reduce}/LLVMBuild.txt (50%)
create mode 100644 tools/llvm-reduce/TestRunner.cpp
create mode 100644 tools/llvm-reduce/TestRunner.h
create mode 100644 tools/llvm-reduce/deltas/Delta.h
create mode 100644 tools/llvm-reduce/deltas/RemoveFunctions.cpp
create mode 100644 tools/llvm-reduce/deltas/RemoveFunctions.h
create mode 100644 tools/llvm-reduce/llvm-reduce.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards f76fcce9 0: update: llvm-linux: boot
new a375b179 0: update: linux-fd1594eb706427cc0d88fdfc2c1dbecd5abe7a83: 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 (f76fcce9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 162 +-
02-build_llvm/console.log | 11920 ++++++++++++++++----------------
03-build_linux/console.log | 1798 ++---
04-boot_linux/console.log | 464 +-
console.log | 14344 +++++++++++++++++++--------------------
jenkins/manifest.sh | 7 +-
6 files changed, 14181 insertions(+), 14514 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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f9ea1356 0: update: llvm-linux: all
new 632ab609 0: update: linux-fd1594eb706427cc0d88fdfc2c1dbecd5abe7a83: 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 (f9ea1356)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 188 +-
02-build_llvm/console.log | 11920 +++++++++++++++++------------------
03-build_linux/console.log | 814 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 -
console.log | 12957 +++++++++++++++++++-------------------
jenkins/manifest.sh | 7 +-
8 files changed, 12769 insertions(+), 13152 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 a4d9e0d6 Fixed toHalfOpenFileRange assertion fail
new 9c6b5723 [clang-doc] Add index in each info html file
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-doc/Generators.cpp | 51 ++++++
clang-doc/Generators.h | 8 +-
clang-doc/HTMLGenerator.cpp | 189 +++++++++++++++------
clang-doc/MDGenerator.cpp | 1 -
clang-doc/Representation.cpp | 8 +-
clang-doc/Representation.h | 29 +++-
clang-doc/YAMLGenerator.cpp | 1 -
.../clang-doc-default-stylesheet.css | 0
clang-doc/assets/index.js | 81 +++++++++
clang-doc/tool/CMakeLists.txt | 6 +-
clang-doc/tool/ClangDocMain.cpp | 20 ++-
unittests/clang-doc/CMakeLists.txt | 1 +
unittests/clang-doc/ClangDocTest.cpp | 8 +
unittests/clang-doc/ClangDocTest.h | 2 +
unittests/clang-doc/GeneratorTest.cpp | 74 ++++++++
unittests/clang-doc/HTMLGeneratorTest.cpp | 11 ++
16 files changed, 431 insertions(+), 59 deletions(-)
rename clang-doc/{stylesheets => assets}/clang-doc-default-stylesheet.css (100%)
create mode 100644 clang-doc/assets/index.js
create mode 100644 unittests/clang-doc/GeneratorTest.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 0291d5b6 0: update: llvm-linux: all
new 1feb2038 0: update: llvm-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 (0291d5b6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 166 +-
02-build_llvm/console.log | 11586 ++++++++++++++++++------------------
03-build_linux/console.log | 682 +--
04-boot_linux/console.log | 2 +-
console.log | 12436 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 12440 insertions(+), 12440 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_gnu
in repository toolchain/ci/interesting-commits.
from 60a283d Add commits from https://ci.linaro.org/job/tcwg_gnu-bisect-gn [...]
new dd4e74c Add commits from https://ci.linaro.org/job/tcwg_gnu-bisect-gn [...]
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 | 2 ++
1 file changed, 2 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 openmp.
from 3c7e922 [OpenMP] Add support for GOMP_*_nonmonotonic_* functions
new c8294f0 [OPENMP][OFFLOADING]Fix the test, 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:
libomptarget/test/mapping/declare_mapper_api.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.