This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2d92e554330 [WebAssembly] TargetStreamer cleanup (NFC)
new 06657362923 [TextAPI][elfabi] Make SoName optional
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/TextAPI/ELF/ELFStub.h | 2 +-
lib/TextAPI/ELF/TBEHandler.cpp | 2 +-
unittests/TextAPI/ELFYAMLTest.cpp | 7 +++----
3 files changed, 5 insertions(+), 6 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-master-aarch64-lts-allnoconfig
in repository toolchain/binutils-gdb.
from ecfe6254b5 Automatic date update in version.in
adds 69cb29528e gdb/riscv: Remove whitespace before #include line
adds e771f7a770 Correct gas/ChangeLog entry for PR gas/23968
adds 5136770380 Automatic date update in version.in
adds 8970c0224e RISC-V: Don't segfault for two regs in auipc or lui.
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 12 +++++++++++-
gas/config/tc-riscv.c | 9 ++++++++-
gas/testsuite/gas/riscv/auipc-parsing.d | 3 +++
gas/testsuite/gas/riscv/auipc-parsing.l | 3 +++
gas/testsuite/gas/riscv/auipc-parsing.s | 3 +++
gdb/ChangeLog | 5 +++++
gdb/riscv-tdep.c | 2 +-
8 files changed, 35 insertions(+), 4 deletions(-)
create mode 100644 gas/testsuite/gas/riscv/auipc-parsing.d
create mode 100644 gas/testsuite/gas/riscv/auipc-parsing.l
create mode 100644 gas/testsuite/gas/riscv/auipc-parsing.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 3bbcacdc1 gcc-600220b0ef30ec1cebaf9d528c0e08c2dd66cba7: all
new baf9829a2 binutils-8970c0224e3c36c565672089e38de42765e87f47: 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 (3bbcacdc1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 90 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6430 ++++++-------
3-build_abe-binutils/revision | 2 +-
4-build_abe-gcc/console.log | 9707 ++++++++++----------
5-count_linux_objs/console.log | 1634 ++--
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 17821 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 17924 insertions(+), 17802 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 2cc0a7da876 Follow-up fix to r348811 for null Errors (which is the case [...]
new 287d498bc54 [GISel]: Refactor MachineIRBuilder to allow passing additio [...]
new 2d92e554330 [WebAssembly] TargetStreamer cleanup (NFC)
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:
.../CodeGen/GlobalISel/ConstantFoldingMIRBuilder.h | 52 +-
.../GlobalISel/LegalizationArtifactCombiner.h | 10 +-
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 389 +++++-----
lib/CodeGen/GlobalISel/IRTranslator.cpp | 8 +-
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 62 +-
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 825 ++++++++++++---------
lib/Target/AArch64/AArch64InstructionSelector.cpp | 2 +-
lib/Target/Mips/MipsInstructionSelector.cpp | 4 +-
.../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 37 +-
.../MCTargetDesc/WebAssemblyTargetStreamer.h | 34 +-
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 3 +
.../CodeGen/GlobalISel/LegalizerHelperTest.cpp | 44 +-
unittests/CodeGen/GlobalISel/PatternMatchTest.cpp | 20 +-
13 files changed, 768 insertions(+), 722 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 eb0b242ef linux-14cf8c1d5b90a0cf6a8ba51ef59db8da8c7a2622: all
new eed8c3e65 llvm-1fe27dbea0be4b99ce222c28482a1c2bc1e98bcc: 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 (eb0b242ef)
\
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:
1-reset_artifacts/console.log | 92 +-
2-build_llvm/console.log | 9318 +++++++++++++++++++--------------------
2-build_llvm/revision | 2 +-
3-count_linux_objs/console.log | 155 +-
console.log | 9435 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 9397 insertions(+), 9619 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 5136770380 Automatic date update in version.in
new 8970c0224e RISC-V: Don't segfault for two regs in auipc or lui.
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:
gas/ChangeLog | 10 ++++++++++
gas/config/tc-riscv.c | 9 ++++++++-
gas/testsuite/gas/riscv/auipc-parsing.d | 3 +++
gas/testsuite/gas/riscv/auipc-parsing.l | 3 +++
gas/testsuite/gas/riscv/auipc-parsing.s | 3 +++
5 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/riscv/auipc-parsing.d
create mode 100644 gas/testsuite/gas/riscv/auipc-parsing.l
create mode 100644 gas/testsuite/gas/riscv/auipc-parsing.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 llvm.
from 4dd6cea9c9d llvm-objcopy: Improve/simplify llvm::Error handling during [...]
new 2cc0a7da876 Follow-up fix to r348811 for null Errors (which is the case [...]
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/Object/ELFTypes.h | 4 ++--
1 file changed, 2 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 094f0ec83 gcc-f12c6eeb9597f0955593f53d5d896dd901b866bd: 19091
new da2847536 linux-14cf8c1d5b90a0cf6a8ba51ef59db8da8c7a2622: 19101
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 (094f0ec83)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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:
1-reset_artifacts/console.log | 69 +-
3-build_abe-binutils/console.log | 3024 ++++++++--------
4-build_abe-gcc/console.log | 3439 +++++++++----------
5-count_linux_objs/console.log | 507 ++-
5-count_linux_objs/revision | 2 +-
6-check_regression/console.log | 8 +-
7-update_baseline/console.log | 28 +-
console.log | 7047 ++++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
results | 2 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 7377 insertions(+), 6763 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.