This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 55eb917baec [ModuloSchedule] Fix no-asserts build
new 0612445ccad [InstCombine] add tests for insert/extract with identity sh [...]
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:
.../InstCombine/insert-extract-shuffle.ll | 92 ++++++++++++++++++++++
1 file changed, 92 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 libcxx.
from c9ac8d533 [libc++] Add `__truncating_cast` for safely casting float typ [...]
new 87e618562 [libc++] Move __clamp_to_integral to <cmath>, and harden agai [...]
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/cmath | 36 ++++++++++++++++++++++
include/math.h | 34 --------------------
.../c.math}/undef_min_max.pass.cpp | 10 ++----
3 files changed, 38 insertions(+), 42 deletions(-)
copy test/libcxx/{containers/associative => numerics/c.math}/undef_min_max.pass.cpp (73%)
--
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 1d44c0945 [lldb] Fix log statement in Socket::Write
new 4e11ba3d6 disassemble command: fix error message when disassembly fails
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:
.../disassemble-no-module.yaml} | 21 +++++++++++++--------
lit/Minidump/lit.local.cfg | 1 +
source/Commands/CommandObjectDisassemble.cpp | 2 +-
3 files changed, 15 insertions(+), 9 deletions(-)
copy lit/{SymbolFile/Breakpad/Inputs/unwind-via-stack-cfi.yaml => Minidump/disasse [...]
create mode 100644 lit/Minidump/lit.local.cfg
--
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-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 6a2aa816 0: update: binutils-gcc-linux: all
new e9d362a5 0: update: 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 (6a2aa816)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 184 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 11166 +++++++------
04-build_abe-stage1/console.log | 19902 +++++++++++-----------
05-build_linux/console.log | 686 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 32400 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 32396 insertions(+), 32406 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 gcc-8-branch
in repository gcc.
from de2837045d0 Daily bump.
new cce7e431a9f [AArch64] Fix PR81800
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 | 9 +++++++++
gcc/config/aarch64/aarch64.md | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/aarch64/no-inline-lrint_3.c | 17 +++++++++++++++++
4 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/no-inline-lrint_3.c
--
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-tools-extra.
from 0b057789 [clangd] Fix SelectionTree behavior on implicit 'this'
new db2f0edd [clangd] Add TUScheduler.h to CodeComplete.cpp to unbreak builds
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:
clangd/CodeComplete.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 43264f371c5 Fix "enumeral and non-enumeral type in conditional expressi [...]
new db3db2fda03 [ModuloSchedule] Introduce PeelingModuloScheduleExpander
new 55eb917baec [ModuloSchedule] Fix no-asserts build
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:
include/llvm/CodeGen/ModuloSchedule.h | 38 +++
lib/CodeGen/MachinePipeliner.cpp | 19 +-
lib/CodeGen/ModuloSchedule.cpp | 468 +++++++++++++++++++++++++++++++++-
3 files changed, 519 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.