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-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 9261387a 0: update: llvm-linux: all
new fac37c0a 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 (9261387a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 14 +-
02-build_llvm/console.log | 11966 +++++++++++++++++------------------
03-build_linux/console.log | 816 ++-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 49 +-
console.log | 12849 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 12816 insertions(+), 12890 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 635dc81659 IR: print value numbers for unnamed function arguments
new 1a1c8f42c6 Use switch instead of series of comparisons
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:
include/clang/Basic/TokenKinds.h | 8 +-------
lib/Basic/TokenKinds.cpp | 10 ++++++++++
2 files changed, 11 insertions(+), 7 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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards ccbcccd2 0: update: llvm-linux: boot
new 7d74f929 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 (ccbcccd2)
\
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 | 70 +-
02-build_llvm/console.log | 12048 +++++++++++++++++-----------------
03-build_linux/console.log | 682 +-
04-boot_linux/console.log | 476 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 +
console.log | 13309 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13340 insertions(+), 13286 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 c43c9bc6526 [Attributor][NFC] run clang-format on Attributor.cpp
new e57a400125b IR: Cleanup after test to silence ASAN builds
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:
unittests/IR/AsmWriterTest.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 25b5b890b38 Speculative Compilation
new c43c9bc6526 [Attributor][NFC] run clang-format on Attributor.cpp
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/IPO/Attributor.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 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 7ff3d073b52 IR: print value numbers for unnamed function arguments
new 25b5b890b38 Speculative Compilation
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:
examples/CMakeLists.txt | 1 +
examples/SpeculativeJIT/CMakeLists.txt | 14 ++
examples/SpeculativeJIT/SpeculativeJIT.cpp | 197 +++++++++++++++++++
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 4 +
include/llvm/ExecutionEngine/Orc/LazyReexports.h | 9 +-
.../llvm/ExecutionEngine/Orc/SpeculateAnalyses.h | 72 +++++++
include/llvm/ExecutionEngine/Orc/Speculation.h | 208 +++++++++++++++++++++
lib/ExecutionEngine/Orc/CMakeLists.txt | 4 +-
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 5 +-
lib/ExecutionEngine/Orc/LazyReexports.cpp | 12 +-
lib/ExecutionEngine/Orc/SpeculateAnalyses.cpp | 87 +++++++++
lib/ExecutionEngine/Orc/Speculation.cpp | 97 ++++++++++
12 files changed, 701 insertions(+), 9 deletions(-)
create mode 100644 examples/SpeculativeJIT/CMakeLists.txt
create mode 100644 examples/SpeculativeJIT/SpeculativeJIT.cpp
create mode 100644 include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h
create mode 100644 include/llvm/ExecutionEngine/Orc/Speculation.h
create mode 100644 lib/ExecutionEngine/Orc/SpeculateAnalyses.cpp
create mode 100644 lib/ExecutionEngine/Orc/Speculation.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.