This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ecd4bf3b88e [Mips] Fix missing masking in fast-isel of br (PR40325)
new 0ddb4123306 AMDGPU: Correct definitions for bitset 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/AMDGPU/SIShrinkInstructions.cpp | 4 +++-
lib/Target/AMDGPU/SOPInstructions.td | 30 ++++++++++++++++++------------
2 files changed, 21 insertions(+), 13 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 6c86a0fdf5 0: good: binutils-gcc-linux: all
new 56bc65e3b7 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 (6c86a0fdf5)
\
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 | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 4071 ++++-----
4-build_abe-stage1/console.log | 5204 ++++++------
5-build_linux/console.log | 6798 ++++++++--------
6-boot_linux/console.log | 2 +-
console.log | 16315 ++++++++++++++++++++-----------------
jenkins/manifest.sh | 18 +-
results | 2 +-
9 files changed, 17184 insertions(+), 15246 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 gcc.
from ddb14ffc82b AArch64: Fix command line options canonicalization version [...]
new af9c21bf2af * fr.po: Update.
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/po/ChangeLog | 4 +
gcc/po/fr.po | 2201 ++++++++++++++++++++++--------------------------------
2 files changed, 902 insertions(+), 1303 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/gcc.
from 5afbbe544c0 [RS6000] Fix <bd>_<mode> and <bd>tf_<mode> splitters
adds 9cde2018638 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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 0b46c603b1 0: good: binutils-gcc-linux: all
new 2338193a67 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 (0b46c603b1)
\
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 | 3444 +++++++++--------
4-build_abe-stage1/console.log | 4224 +++++++++++----------
5-build_linux/console.log | 124 +-
6-boot_linux/console.log | 2 +-
console.log | 7696 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
results | 2 +-
8 files changed, 7756 insertions(+), 7764 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 82029753c11 [Lanai] Be super conservative about atomics
new d423c0fe772 [AArch64][GlobalISel] Refactor selectBuildVector to use Mac [...]
new ecd4bf3b88e [Mips] Fix missing masking in fast-isel of br (PR40325)
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/AArch64InstructionSelector.cpp | 103 +++++++++-------------
lib/Target/Mips/MipsFastISel.cpp | 35 +++++---
test/CodeGen/Mips/Fast-ISel/icmpbr1.ll | 3 +-
test/CodeGen/Mips/Fast-ISel/pr40325.ll | 23 +++++
4 files changed, 92 insertions(+), 72 deletions(-)
create mode 100644 test/CodeGen/Mips/Fast-ISel/pr40325.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.