This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c0521e5fc0d [clangd] Use our own relation kind.
new 99bc241cb44 Revert r375116: "[lit] Extend internal diff to support `-` [...]
new 21e7ff5277e Revert r375114: "[lit] Make internal diff work in pipelines"
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:
utils/lit/lit/TestRunner.py | 231 ++++++++++++++++++-
utils/lit/lit/builtin_commands/diff.py | 244 ---------------------
.../tests/Inputs/shtest-shell/diff-encodings.txt | 6 -
.../lit/tests/Inputs/shtest-shell/diff-error-0.txt | 3 +
utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt | 25 ---
.../tests/Inputs/shtest-shell/diff-r-error-7.txt | 2 -
.../tests/Inputs/shtest-shell/diff-r-error-8.txt | 2 -
.../Inputs/shtest-shell/diff-unified-error-0.txt | 3 +
.../Inputs/shtest-shell/diff-unified-error-1.txt | 3 +
.../lit/tests/Inputs/shtest-shell/diff-unified.txt | 4 -
utils/lit/tests/shtest-shell.py | 189 +++-------------
11 files changed, 269 insertions(+), 443 deletions(-)
delete mode 100644 utils/lit/lit/builtin_commands/diff.py
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-error-0.txt
delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt
delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-7.txt
delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-8.txt
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-unified-error-0.txt
create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-unified-error-1.txt
--
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 2bd0f173113 PR libstdc++/92124 fix incorrect container move assignment
new 4fdf07df58f i386: Add clear_ratio to processor_costs
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 | 7 +++++++
gcc/config/i386/i386.h | 4 +++-
gcc/config/i386/x86-tune-costs.h | 24 ++++++++++++++++++++++++
3 files changed, 34 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allyesconfig
in repository toolchain/ci/linux.
from 3b1f00aceb7a Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
adds bc88f85c6c09 kthread: make __kthread_queue_delayed_work static
No new revisions were added by this update.
Summary of changes:
kernel/kthread.c | 6 +++---
1 file changed, 3 insertions(+), 3 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-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards eba99a06a 2: update: llvm-linux: 18067
new 2a413a889 2: update: llvm-linux: 18067
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 (eba99a06a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 | 68 +-
02-build_llvm/console.log | 12337 +++++++++++++++++------------------
03-build_linux/console.log | 684 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 96 +-
console.log | 13193 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
7 files changed, 13201 insertions(+), 13199 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 03bb1778b6 [OpenCL] Preserve addrspace in CGClass (PR43145)
new 7883b59067 [OPENMP]Fix thread id passed to outlined region in sequentia [...]
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/CodeGen/CGOpenMPRuntime.cpp | 8 +++-----
test/OpenMP/parallel_if_codegen.cpp | 20 ++++++++++----------
2 files changed, 13 insertions(+), 15 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 d0efda0cbe5 2019-10-17 Richard Biener <rguenther(a)suse.de>
new 2bd0f173113 PR libstdc++/92124 fix incorrect container move assignment
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:
libstdc++-v3/ChangeLog | 14 +++++++++
libstdc++-v3/include/bits/forward_list.h | 4 +--
libstdc++-v3/include/bits/stl_deque.h | 4 +--
libstdc++-v3/include/bits/stl_list.h | 4 +--
libstdc++-v3/include/bits/stl_vector.h | 5 ++--
.../{priority_queue/dr2537.cc => deque/92124.cc} | 33 +++++++++++-----------
.../dr2537.cc => forward_list/92124.cc} | 33 +++++++++++-----------
.../{priority_queue/dr2537.cc => list/92124.cc} | 33 +++++++++++-----------
.../{priority_queue/dr2537.cc => vector/92124.cc} | 33 +++++++++++-----------
9 files changed, 87 insertions(+), 76 deletions(-)
copy libstdc++-v3/testsuite/23_containers/{priority_queue/dr2537.cc => deque/92124 [...]
copy libstdc++-v3/testsuite/23_containers/{priority_queue/dr2537.cc => forward_lis [...]
copy libstdc++-v3/testsuite/23_containers/{priority_queue/dr2537.cc => list/92124. [...]
copy libstdc++-v3/testsuite/23_containers/{priority_queue/dr2537.cc => vector/9212 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.