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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards b0bdf8e3 0: update: llvm-linux: boot
new 06b3edc8 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 (b0bdf8e3)
\
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 | 141 +-
02-build_llvm/console.log | 11705 ++++++++++++++++----------------
03-build_linux/console.log | 1653 +++--
04-boot_linux/console.log | 438 +-
console.log | 13937 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
7 files changed, 13957 insertions(+), 13931 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 29994b0c63 [Preamble] Reuse preamble even if an unsaved file does not exist
new e66a0d3c20 [libclang] visit c++14 lambda capture init expressions
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:
test/Index/cxx14-lambdas.cpp | 38 ++++++++++++++++++++++++++++++++++++++
tools/libclang/CIndex.cpp | 8 ++++++--
2 files changed, 44 insertions(+), 2 deletions(-)
create mode 100644 test/Index/cxx14-lambdas.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.
unknown user pushed a change to branch master
in repository lld.
from 7689587fd [ELF] Don't advance position in a memory region when assignin [...]
new 517b10e48 [WebAssembly] Refactor synthetic sections and relocation proc [...]
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:
wasm/CMakeLists.txt | 4 +-
wasm/InputChunks.h | 3 +
wasm/InputFiles.cpp | 7 +-
wasm/OutputSections.cpp | 7 +-
wasm/OutputSections.h | 53 +--
wasm/Relocations.cpp | 86 ++++
wasm/{Writer.h => Relocations.h} | 10 +-
wasm/Symbols.cpp | 22 +-
wasm/Symbols.h | 46 +-
wasm/SyntheticSections.cpp | 543 +++++++++++++++++++++
wasm/SyntheticSections.h | 323 +++++++++++++
wasm/Writer.cpp | 999 ++++++---------------------------------
wasm/Writer.h | 2 -
13 files changed, 1169 insertions(+), 936 deletions(-)
create mode 100644 wasm/Relocations.cpp
copy wasm/{Writer.h => Relocations.h} (64%)
create mode 100644 wasm/SyntheticSections.cpp
create mode 100644 wasm/SyntheticSections.h
--
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/binutils-gdb.
from f72d4dd70f Automatic date update in version.in
adds 74ef5d8574 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-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a798ff4d 0: update: binutils-gcc-linux: all
new 9902576e 0: update: 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 (a798ff4d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 168 +-
02-prepare_abe/console.log | 206 +-
03-build_abe-binutils/console.log | 10932 ++++++-------
04-build_abe-stage1/console.log | 17092 ++++++++++-----------
05-build_linux/console.log | 788 +-
06-boot_linux/console.log | 2 +-
console.log | 29530 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 29371 insertions(+), 29359 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 5aa083423c9 [AArch64][SVE2] Asm: add integer pairwise arithmetic instructions
new 91f44946394 [AArch64][SVE2] Asm: add integer unary instructions (predicated)
new 4a9fe5a8337 [llvm-objcopy] Strip file symbols with --strip-unneeded
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/Target/AArch64/AArch64SVEInstrInfo.td | 6 +++
lib/Target/AArch64/SVEInstrFormats.td | 36 +++++++++++++++
test/MC/AArch64/SVE2/sqabs-diagnostics.s | 23 ++++++++++
test/MC/AArch64/SVE2/sqabs.s | 60 +++++++++++++++++++++++++
test/MC/AArch64/SVE2/sqneg-diagnostics.s | 23 ++++++++++
test/MC/AArch64/SVE2/sqneg.s | 60 +++++++++++++++++++++++++
test/MC/AArch64/SVE2/urecpe-diagnostics.s | 33 ++++++++++++++
test/MC/AArch64/SVE2/urecpe.s | 42 +++++++++++++++++
test/MC/AArch64/SVE2/ursqrte-diagnostics.s | 33 ++++++++++++++
test/MC/AArch64/SVE2/ursqrte.s | 42 +++++++++++++++++
test/tools/llvm-objcopy/ELF/strip-unneeded.test | 18 ++++----
tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 2 +-
12 files changed, 367 insertions(+), 11 deletions(-)
create mode 100644 test/MC/AArch64/SVE2/sqabs-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/sqabs.s
create mode 100644 test/MC/AArch64/SVE2/sqneg-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/sqneg.s
create mode 100644 test/MC/AArch64/SVE2/urecpe-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/urecpe.s
create mode 100644 test/MC/AArch64/SVE2/ursqrte-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/ursqrte.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 76fc4b6e6 DWARF: Introduce DWARFUnitHeader class
new 0b7258813 DWARF: Port debug_addr over to DWARFContext
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/Expression/DWARFExpression.cpp | 31 +++++-----------------
source/Plugins/SymbolFile/DWARF/DWARFContext.cpp | 5 ++++
source/Plugins/SymbolFile/DWARF/DWARFContext.h | 2 ++
.../Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp | 6 +++--
source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp | 3 ++-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 4 ---
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 2 --
.../SymbolFile/DWARF/SymbolFileDWARFDwo.cpp | 13 ---------
.../Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h | 2 --
9 files changed, 20 insertions(+), 48 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 1bf013b0689 [ARM][CGP] Skip nuw in PrepareConstants
new 5aa083423c9 [AArch64][SVE2] Asm: add integer pairwise arithmetic instructions
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/Target/AArch64/AArch64SVEInstrInfo.td | 7 ++++
test/MC/AArch64/SVE2/addp-diagnostics.s | 37 +++++++++++++++++++
test/MC/AArch64/SVE2/addp.s | 59 +++++++++++++++++++++++++++++++
test/MC/AArch64/SVE2/smaxp-diagnostics.s | 37 +++++++++++++++++++
test/MC/AArch64/SVE2/smaxp.s | 59 +++++++++++++++++++++++++++++++
test/MC/AArch64/SVE2/sminp-diagnostics.s | 37 +++++++++++++++++++
test/MC/AArch64/SVE2/sminp.s | 59 +++++++++++++++++++++++++++++++
test/MC/AArch64/SVE2/umaxp-diagnostics.s | 37 +++++++++++++++++++
test/MC/AArch64/SVE2/umaxp.s | 59 +++++++++++++++++++++++++++++++
test/MC/AArch64/SVE2/uminp-diagnostics.s | 37 +++++++++++++++++++
test/MC/AArch64/SVE2/uminp.s | 59 +++++++++++++++++++++++++++++++
11 files changed, 487 insertions(+)
create mode 100644 test/MC/AArch64/SVE2/addp-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/addp.s
create mode 100644 test/MC/AArch64/SVE2/smaxp-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/smaxp.s
create mode 100644 test/MC/AArch64/SVE2/sminp-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/sminp.s
create mode 100644 test/MC/AArch64/SVE2/umaxp-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/umaxp.s
create mode 100644 test/MC/AArch64/SVE2/uminp-diagnostics.s
create mode 100644 test/MC/AArch64/SVE2/uminp.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.