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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards ee70fa0f 0: update: llvm-linux: boot
new 78f812c1 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 (ee70fa0f)
\
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 | 166 +-
02-build_llvm/console.log | 12087 ++++++++++++++++++------------------
03-build_linux/console.log | 688 +--
console.log | 12966 +++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
5 files changed, 12940 insertions(+), 12979 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 838c29d058 Replace non-recursive sys::Mutex users with std::mutex
new 4dedb04215 [ASTImporter] Do not import FunctionTemplateDecl in record twice.
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/AST/ASTImporter.cpp | 14 ++++++++++--
unittests/AST/ASTImporterTest.cpp | 46 +++++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 2 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 binutils-gdb.
from fca8e23c31 ld: use a specific linker script in BPF targets
new 3d31bc39e6 AArch64 pauth: Indicate unmasked addresses in backtrace
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:
gdb/ChangeLog | 15 +++++++++++++++
gdb/NEWS | 4 +++-
gdb/aarch64-tdep.c | 17 ++++++++++-------
gdb/doc/ChangeLog | 4 ++++
gdb/doc/gdb.texinfo | 8 ++++++++
gdb/frame.c | 28 ++++++++++++++++++++++++++--
gdb/frame.h | 9 +++++++++
gdb/python/py-framefilter.c | 2 ++
gdb/stack.c | 6 +++++-
9 files changed, 82 insertions(+), 11 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-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f51acda4 0: update: llvm-linux: boot
new 81749f08 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 (f51acda4)
\
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 | 162 +-
02-build_llvm/console.log | 12029 ++++++++++++++++++------------------
03-build_linux/console.log | 798 +--
console.log | 12989 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
5 files changed, 12986 insertions(+), 13000 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 02e4b162370 [Support] Base SmartMutex on std::recursive_mutex
new de0cf9041ae [Mips] Instruction `sc` now accepts symbol as an argument
new 37301a7fa3c [mips] Use isMicroMips() function to check enabled feature [...]
new 50ef2839f96 [mips] Make a couple of class methods plain static functions. NFC
The 3 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/Target/Mips/AsmParser/MipsAsmParser.cpp | 81 ++++++++++++++--------
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 55 ++++++++++++++-
lib/Target/Mips/MipsTargetStreamer.h | 6 ++
test/MC/Mips/sym-sc.s | 74 ++++++++++++++++++++
4 files changed, 185 insertions(+), 31 deletions(-)
create mode 100644 test/MC/Mips/sym-sc.s
--
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 a3565eaf3 A more robust way of testing debug_line parser near the end o [...]
new c3ec2b985 ObjectFileELF: Remove NT_*** constants
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/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 37 +------------------------
1 file changed, 1 insertion(+), 36 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 7dfea234215 Remove support for 32-bit offsets in utility classes (5/5)
new 4c587405416 Replace non-recursive sys::Mutex users with std::mutex
new 02e4b162370 [Support] Base SmartMutex on std::recursive_mutex
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:
include/llvm/Support/Mutex.h | 105 +++++-------------------------------
lib/Support/CMakeLists.txt | 1 -
lib/Support/Mutex.cpp | 123 ------------------------------------------
lib/Support/Unix/Mutex.inc | 42 ---------------
lib/Support/Windows/Mutex.inc | 56 -------------------
unittests/IR/ValueMapTest.cpp | 4 +-
6 files changed, 14 insertions(+), 317 deletions(-)
delete mode 100644 lib/Support/Mutex.cpp
delete mode 100644 lib/Support/Unix/Mutex.inc
delete mode 100644 lib/Support/Windows/Mutex.inc
--
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 8968c60605 [clang] Fix mismatched args constructing AddressSpaceAttr.
new 838c29d058 Replace non-recursive sys::Mutex users with std::mutex
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/Frontend/ASTUnit.h | 2 +-
lib/Frontend/ASTUnit.cpp | 10 +++++-----
tools/libclang/Indexing.cpp | 8 +++-----
3 files changed, 9 insertions(+), 11 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 binutils-gdb.
from 97b031c5d6 PR24644, OOM-Bug in _bfd_archive_64_bit_slurp_armap
new fc8de8e227 bfd: use the ELF linker to perform relocations in BPF targets
new fca8e23c31 ld: use a specific linker script in BPF targets
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:
bfd/ChangeLog | 6 +
bfd/elf64-bpf.c | 282 +++++++++++++++++++++-----------
ld/ChangeLog | 13 ++
ld/emulparams/elf64bpf.sh | 3 +-
ld/scripttempl/{elf.sc => elf64bpf.sc} | 4 -
ld/testsuite/ld-bpf/call-1.d | 1 -
ld/testsuite/ld-bpf/jump-1.d | 1 -
ld/testsuite/ld-srec/srec.exp | 4 +
ld/testsuite/ld-undefined/undefined.exp | 14 +-
9 files changed, 223 insertions(+), 105 deletions(-)
copy ld/scripttempl/{elf.sc => elf64bpf.sc} (99%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.