This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6dc77630bcf [ConstProp] move test file from InstSimplify; NFC
new f29267bea11 [ConstProp] add tests for fma that produce NaN; NFC
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/Transforms/ConstProp/fma.ll | 133 +++++++++++++++++++++++++++++++++++++++
1 file changed, 133 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 5499c2e2fae gotest: force test package to be imported first
new f29c4dee815 golang.org/x/sys/cpu: define doinit when needed
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/go/gofrontend/MERGE | 2 +-
.../test_windows.go => go/golang.org/x/sys/cpu/cpu_linux_other.go} | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
copy libgo/{misc/cgo/test/test_windows.go => go/golang.org/x/sys/cpu/cpu_linux_oth [...]
--
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-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 394db3286 0: update: llvm-linux: all
new 9b430d848 0: update: llvm-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 (394db3286)
\
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 | 220 +-
02-build_llvm/console.log | 12111 +-
03-build_linux/console.log | 3250024 +++++++++++++++++------------------
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 3262355 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
8 files changed, 3262362 insertions(+), 3262376 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-release-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 14728f296 0: update: llvm-linux: boot
new d15ff3579 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 (14728f296)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 166 +-
02-build_llvm/console.log | 11964 ++++++++++++++++++-----------------
03-build_linux/console.log | 662 +-
04-boot_linux/console.log | 434 +-
console.log | 13226 +++++++++++++++++++--------------------
jenkins/manifest.sh | 6 +-
6 files changed, 13227 insertions(+), 13231 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 compiler-rt.
from 95fd2921c Revert "clang-misexpect: Profile Guided Validation of Perform [...]
new 460c5df7e [libFuzzer] Make -merge=1 to reuse coverage information from [...]
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/fuzzer/FuzzerDefs.h | 5 +--
lib/fuzzer/FuzzerMerge.cpp | 73 ++++++++++++++++++++++++++++++-----------
test/fuzzer/merge.test | 2 --
test/fuzzer/merge_two_step.test | 31 +++++++++++++++++
4 files changed, 88 insertions(+), 23 deletions(-)
create mode 100644 test/fuzzer/merge_two_step.test
--
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 f79af4c9dd5 [Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignment
new 6880f2a6619 [InstSimplify] regenerate test CHECKs; NFC
new 6dc77630bcf [ConstProp] move test file from InstSimplify; 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:
.../fold-builtin-fma.ll => ConstProp/fma.ll} | 81 ++++++++++++----------
1 file changed, 44 insertions(+), 37 deletions(-)
rename test/Transforms/{InstSimplify/fold-builtin-fma.ll => ConstProp/fma.ll} (77%)
--
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 dcfa78b9a [lldb][NFC] Sort files in unittests/Expression/CMakeLists.txt
new f13206723 [lldb][NFC] Remove dead code in SBAddress::GetDescription
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/API/SBAddress.cpp | 6 ------
1 file changed, 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.