This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4d62ff1c152 [Object] Add basic minidump support
new bb304284b5d Attempt to fix modules build for r356652
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/llvm/module.modulemap | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 29fc529b 0: good: llvm-linux: 19270
new 33e7fbdf 0: good: llvm-linux: 19271
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 (29fc529b)
\
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:
1-reset_artifacts/console.log | 14 +-
2-build_llvm/console.log | 9438 +++++++++++++++++++-------------------
3-build_linux/console.log | 355 +-
5-check_regression/console.log | 8 +-
6-update_baseline/console.log | 8 +-
console.log | 9829 ++++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
results | 2 +-
8 files changed, 9877 insertions(+), 9787 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-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 78d2f1f0 0: good: llvm-linux: boot
new 5f288440 0: good: 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 (78d2f1f0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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:
1-reset_artifacts/console.log | 14 +-
2-build_llvm/console.log | 5416 ++++++++++++++++++++--------------------
3-build_linux/console.log | 67 +-
console.log | 5497 +++++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
5 files changed, 5505 insertions(+), 5499 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 230e46be77d [BasicAA] Use DenseMap::try_emplace after D59151. NFC
new 4d62ff1c152 [Object] Add basic minidump support
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/llvm/BinaryFormat/Magic.h | 1 +
include/llvm/BinaryFormat/Minidump.h | 147 ++++++++++++++
include/llvm/BinaryFormat/MinidumpConstants.def | 107 ++++++++++
include/llvm/Object/Binary.h | 6 +-
include/llvm/Object/Minidump.h | 121 +++++++++++
lib/BinaryFormat/CMakeLists.txt | 1 +
lib/BinaryFormat/Magic.cpp | 5 +-
lib/BinaryFormat/Minidump.cpp | 14 ++
lib/Object/Binary.cpp | 3 +
lib/Object/CMakeLists.txt | 1 +
lib/Object/Minidump.cpp | 77 +++++++
lib/Object/ObjectFile.cpp | 1 +
lib/Object/SymbolicFile.cpp | 1 +
unittests/Object/CMakeLists.txt | 2 +
unittests/Object/MinidumpTest.cpp | 256 ++++++++++++++++++++++++
15 files changed, 741 insertions(+), 2 deletions(-)
create mode 100644 include/llvm/BinaryFormat/Minidump.h
create mode 100644 include/llvm/BinaryFormat/MinidumpConstants.def
create mode 100644 include/llvm/Object/Minidump.h
create mode 100644 lib/BinaryFormat/Minidump.cpp
create mode 100644 lib/Object/Minidump.cpp
create mode 100644 unittests/Object/MinidumpTest.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/gnu-release-aarch64-lts-allyesconfig
in repository toolchain/ci/gcc.
from 604b7f77930 Daily bump.
adds d4d3a069c0a PR libgcc/60790: x86: Do not assume ELF constructors run be [...]
adds ab09d47eae5 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libatomic/ChangeLog | 15 +++++++++++++++
libatomic/config/x86/host-config.h | 34 ++++++++++++++++++++++++++++++----
libatomic/config/x86/init.c | 14 +++++++++-----
4 files changed, 55 insertions(+), 10 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-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from d1639b6f06 Automatic date update in version.in
adds 0738b7acd3 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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 8862cfe0 0: good: binutils-gcc-linux: all
new 80fbbb0a 0: good: 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 (8862cfe0)
\
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:
1-reset_artifacts/console.log | 14 +-
2-prepare_abe/console.log | 10 +-
3-build_abe-binutils/console.log | 3264 +++++++++---------
4-build_abe-stage1/console.log | 3478 ++++++++++---------
5-build_linux/console.log | 45 +-
6-boot_linux/console.log | 2 +-
console.log | 6979 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 6900 insertions(+), 6906 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-arm-stable-allyesconfig
in repository toolchain/ci/gcc.
from 604b7f77930 Daily bump.
adds d4d3a069c0a PR libgcc/60790: x86: Do not assume ELF constructors run be [...]
adds ab09d47eae5 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libatomic/ChangeLog | 15 +++++++++++++++
libatomic/config/x86/host-config.h | 34 ++++++++++++++++++++++++++++++----
libatomic/config/x86/init.c | 14 +++++++++-----
4 files changed, 55 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.