This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 92f549e39a7 [NFC][CodeGen] Add unary fneg tests to X86/fma_patterns.ll
new d55132f7cf4 [InlineCost] Add support for unary fneg.
new b942589e417 [NFC][CodeGen] Add unary fneg tests to X86/fma4-fneg-combine.ll
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/Analysis/InlineCost.cpp | 23 +++++++
test/CodeGen/X86/fma4-fneg-combine.ll | 105 +++++++++++++++++++++++++++++
test/Transforms/Inline/inline_constprop.ll | 31 +++++++++
3 files changed, 159 insertions(+)
--
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-release-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 6c3d30bb 0: update: llvm-linux: boot
new 1a105dca 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 (6c3d30bb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 70 +-
02-build_llvm/console.log | 11642 ++++++++++++++++----------------
03-build_linux/console.log | 1666 ++---
04-boot_linux/console.log | 478 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 -
console.log | 13887 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
9 files changed, 13871 insertions(+), 13917 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 68a5611a2c [LibTooling] Add insert/remove convenience functions for cre [...]
new 5175654bee [clang][HeaderSearch] Consider all path separators equal
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/Lex/HeaderSearch.cpp | 5 +++++
unittests/Lex/HeaderSearchTest.cpp | 7 +++++++
2 files changed, 12 insertions(+)
--
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 e2a82725af1 Drop alignment check in build_reconstructed_reference
new 4a1adada2e3 gcc/ChangeLog:
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/ChangeLog | 11 +++++
gcc/tree-ssa-strlen.c | 116 +++++++++++++++++++++++++-------------------------
2 files changed, 70 insertions(+), 57 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_gnu/gnu-master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards a786f87c 0: update: gcc-4ef6914e73d85318addaf4718c1a10cd18e5c8ac: -5
new e91ea132 0: update: gcc-d3dc20418aad41af83fe45ccba527deb0b334983: -5
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 (a786f87c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 16 +-
02-prepare_abe/console.log | 148 +-
03-build_abe-bootstrap_ubsan/console.log | 68845 ++++++++++++++--------------
console.log | 69009 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
5 files changed, 69019 insertions(+), 69009 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 release_80
in repository llvm.
from 758e1f3fd0a Merging r361237:
new a9848ef5d4a Merging r355154:
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/PowerPC/PPCISelDAGToDAG.cpp | 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.
unknown user pushed a change to branch master
in repository llvm.
from 0e9b7998e68 [LoopPred] Fix a bug in unconditional latch bailout introdu [...]
new 92f549e39a7 [NFC][CodeGen] Add unary fneg tests to X86/fma_patterns.ll
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/CodeGen/X86/fma_patterns.ll | 304 +++++++++++++++++++++++++++++++++++++++
1 file changed, 304 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.