This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 6556c30 0: update: gcc-f60e7cee5700a9f9515ab4e2a922c325149c49e1: -5
new 130373c 0: update: gcc-36bcaa6e64a0c3fa9b84f614c4a75b409a7498eb: -5
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 (6556c30)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 128 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-bootstrap_O3/console.log | 66850 ++++++++++++++++---------------
console.log | 67432 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
5 files changed, 67426 insertions(+), 67422 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 303e799e012 Add a transform pass to make the executable semantics of po [...]
new e025bc2d09e [ThinLTO] only emit used or referenced CFI records to index
new b82d90f0e06 [PoisonChecking] Add validation rules for "exact" on sdiv/udiv
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/Bitcode/Writer/BitcodeWriter.cpp | 30 ++++++++----
lib/Transforms/Instrumentation/PoisonChecking.cpp | 18 +++++++
.../PoisonChecking/basic-flag-validation.ll | 43 +++++++++++++++++
test/ThinLTO/X86/Inputs/cfi-icall-only-bazqux.ll | 24 ++++++++++
test/ThinLTO/X86/cfi-icall-only-defuse.ll | 56 ++++++++++++++++++++++
5 files changed, 163 insertions(+), 8 deletions(-)
create mode 100644 test/ThinLTO/X86/Inputs/cfi-icall-only-bazqux.ll
create mode 100644 test/ThinLTO/X86/cfi-icall-only-defuse.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards efce409 2: update: binutils-54ee425275c759438d90c40781e3810a551f0a5f: -6
discards f127568 1: reset: binutils-7e56c51c7932cfdb178e9457011d09d53e98937b: -6
discards 808b712 0: update: binutils-gcc-glibc: 0
new 9af43aa 0: update: binutils-gcc-glibc: 0
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 (efce409)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-aarch64-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 | 192 +-
02-prepare_abe/console.log | 208 +-
03-build_abe-binutils/console.log | 11594 ++---
04-build_abe-stage1/console.log | 15459 +++---
05-build_abe-linux/console.log | 290 +-
06-build_abe-glibc/console.log | 35996 ++++++-------
07-build_abe-stage2/console.log | 32690 +++++++-----
08-benchmark/benchmark-start.log | 1 +
08-benchmark/benchmark.log | 50 +
08-benchmark/console.log | 303 +
09-check_regression/console.log | 13 +-
10-update_baseline/console.log | 3093 +-
console.log | 99876 ++++++++++++++++++++----------------
jenkins/manifest.sh | 16 +-
results | 4 +
results.csv | 144 +
results_id | 1 +
17 files changed, 112804 insertions(+), 87126 deletions(-)
create mode 100644 08-benchmark/benchmark-start.log
create mode 100644 08-benchmark/benchmark.log
create mode 100644 08-benchmark/console.log
create mode 100644 results.csv
create mode 100644 results_id
--
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 0688cff2dfa [BPF] Fix a typo in the file name
new 533342f0c2b Try to appease the Windows build bots.
new 303e799e012 Add a transform pass to make the executable semantics of po [...]
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:
.../PoisonChecking.h} | 18 +-
lib/IR/Instruction.cpp | 2 +
lib/Object/XCOFFObjectFile.cpp | 16 +-
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Instrumentation/CMakeLists.txt | 1 +
lib/Transforms/Instrumentation/PoisonChecking.cpp | 283 +++++++++++++++++++++
.../PoisonChecking/basic-flag-validation.ll | 158 ++++++++++++
test/Instrumentation/PoisonChecking/ub-checks.ll | 137 ++++++++++
9 files changed, 604 insertions(+), 13 deletions(-)
copy include/llvm/Transforms/{Scalar/CorrelatedValuePropagation.h => Instrumentati [...]
create mode 100644 lib/Transforms/Instrumentation/PoisonChecking.cpp
create mode 100644 test/Instrumentation/PoisonChecking/basic-flag-validation.ll
create mode 100644 test/Instrumentation/PoisonChecking/ub-checks.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 lldb.
from e503dc169 [lldb-suite] Skip TestMachCore on Windows
new 535e46a5d [lldb, windows] Include WindowsError instead of ErrorHandling [...]
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:
source/Host/common/ThreadLauncher.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 10066ac82 [TSan] Improve handling of stack pointer mangling in {set,lon [...]
new 1a4fc2413 Revert "[TSan] Improve handling of stack pointer mangling in [...]
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/tsan/rtl/tsan_platform_linux.cc | 50 ++++---------------------------------
lib/tsan/rtl/tsan_platform_mac.cc | 11 ++++----
2 files changed, 10 insertions(+), 51 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-release-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards a1f244e 0: update: llvm-linux: all
new 19a1b97 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 (a1f244e)
\
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 | 182 +-
02-build_llvm/console.log | 11692 +++++++++++++++++------------------
03-build_linux/console.log | 662 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 8 +-
console.log | 12544 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 12552 insertions(+), 12552 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.