This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f56fb8fbf17 * gcc.dg/pr88074.c: Require c99_runtime. * gcc.dg/warn-ab [...]
new 34ebdf64ba1 * gfortran.dg/pointer_init_10.f90: Require visibility supp [...]
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:
gcc/testsuite/ChangeLog | 5 ++++-
gcc/testsuite/gfortran.dg/pointer_init_10.f90 | 1 +
gcc/testsuite/gfortran.dg/temporary_3.f90 | 1 +
3 files changed, 6 insertions(+), 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.
unknown user pushed a change to branch master
in repository llvm.
from 3ce62d30c27 [InstCombine] add tests for rotate by constant using funnel [...]
new 051e78c2013 [InstCombine] canonicalize rotate right by constant to rotate left
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/InstCombine/InstCombineCalls.cpp | 27 ++++++++++++++++++-------
test/Transforms/InstCombine/fsh.ll | 8 ++++----
2 files changed, 24 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_bmk/llvm-master-arm-spec2k6-Oz_LTO
in repository toolchain/ci/llvm-project.
from 3b0a6c69ee5 [DAGCombine] combineShuffleOfScalars - handle non-zero SCAL [...]
adds 68b4673feaa CodeGen: Preserve packed attribute in constStructWithPadding.
adds b18e314a7cb [RISCV] Fix RISCVAsmParser::ParseRegister and add tests
adds 997947961a0 [RISCV][NFC] Factor out matchRegisterNameHelper in RISCVAsm [...]
adds 6778b53e957 [ELF] De-virtualize findOrphanPos, excludeLibs and handleAR [...]
adds 6a6e808b699 [TargetLowering] improve the default expansion of uaddsat/usubsat
adds 9a4453592bf [DAGCombine] Fold (x & ~y) | y patterns
adds 738146ab333 [LLD][ELF] - Replace one of the tests with a YAML version.
adds 30673299d45 [ARM] Add some CBZ constant island tests. NFC
adds e0b48a80150 [ARM] Search backwards for CMP when combining into CBZ
new a3a2f9424e0 [InstCombine] add tests for rotate by constant using funnel [...]
new b3bcd957718 [InstCombine] canonicalize rotate right by constant to rotate left
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:
clang/lib/CodeGen/CGDecl.cpp | 2 +-
clang/test/CodeGenCXX/auto-var-init.cpp | 6 +
lld/ELF/Driver.cpp | 3 +-
lld/ELF/Relocations.cpp | 3 +-
lld/ELF/Writer.cpp | 3 +-
lld/test/ELF/invalid/Inputs/data-encoding.a | Bin 156 -> 0 bytes
lld/test/ELF/invalid/data-encoding.test | 17 ++
lld/test/ELF/invalid/invalid-elf.test | 4 -
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 22 ++
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 11 +
llvm/lib/Target/ARM/ARMConstantIslandPass.cpp | 94 ++++---
llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 32 ++-
.../Transforms/InstCombine/InstCombineCalls.cpp | 27 +-
llvm/test/CodeGen/AArch64/sat-add.ll | 24 +-
llvm/test/CodeGen/AArch64/uadd_sat_vec.ll | 21 +-
.../unfold-masked-merge-scalar-variablemask.ll | 6 +-
...nfold-masked-merge-vector-variablemask-const.ll | 7 +-
llvm/test/CodeGen/Thumb2/constant-islands-cbz.ll | 67 +++++
llvm/test/CodeGen/Thumb2/constant-islands-cbz.mir | 276 +++++++++++++++++++++
.../X86/unfold-masked-merge-scalar-variablemask.ll | 12 +-
...nfold-masked-merge-vector-variablemask-const.ll | 49 ++--
llvm/test/MC/RISCV/cfi-regs-invalid.s | 7 +
llvm/test/MC/RISCV/cfi-regs-valid.s | 137 ++++++++++
llvm/test/Transforms/InstCombine/fsh.ll | 40 ++-
24 files changed, 725 insertions(+), 145 deletions(-)
delete mode 100644 lld/test/ELF/invalid/Inputs/data-encoding.a
create mode 100644 lld/test/ELF/invalid/data-encoding.test
create mode 100644 llvm/test/CodeGen/Thumb2/constant-islands-cbz.ll
create mode 100644 llvm/test/CodeGen/Thumb2/constant-islands-cbz.mir
create mode 100644 llvm/test/MC/RISCV/cfi-regs-invalid.s
create mode 100644 llvm/test/MC/RISCV/cfi-regs-valid.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_bmk/llvm-master-arm-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards 39735934 0: good: llvm-3b0a6c69ee54fbe3a873adca35fa9b282121fb3d: -10
new 88a3dffe 0: good: llvm-b3bcd95771810f75736c1be0088618a03c9f0fe3: -10
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 (39735934)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-arm-spec [...]
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 | 60 ++++++++++----------
02-prepare_abe/console.log | 26 ++++-----
03-build_abe-binutils/console.log | 27 +++++----
11-update_baseline/console.log | 2 +-
console.log | 115 +++++++++++++++++++-------------------
jenkins/manifest.sh | 4 +-
6 files changed, 116 insertions(+), 118 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/binutils-gdb.
from b3d6b227c2 Automatic date update in version.in
adds b74c7b85b6 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ceadfb5d 0: good: binutils-gcc-linux: all
new 2bb2d846 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 (ceadfb5d)
\
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 | 14 +-
3-build_abe-binutils/console.log | 3410 +++++++++---------
4-build_abe-stage1/console.log | 3545 +++++++++----------
5-build_linux/console.log | 34 +-
6-boot_linux/console.log | 2 +-
console.log | 7093 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 7060 insertions(+), 7050 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 fce4c07161 Fix wrong format specification in display_selector()
new d4cbef22ba Remove unused variable from windows_make_so
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 | 5 +++++
gdb/windows-nat.c | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.