This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 265e6d1a7 Fix the "dangerous use of tempnam" warning in Host/SocketTest.cpp
new fffbf55d0 ELF: Don't create sections for section header index 0
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:
lit/Modules/ELF/many-sections.s | 2 +-
lit/Modules/MachO/subsections.yaml | 5 ++++
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 36 +++++++++++--------------
source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 4 +--
tools/lldb-test/lldb-test.cpp | 1 +
5 files changed, 24 insertions(+), 24 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 gdb-8.2-branch
in repository binutils-gdb.
from 870368e07f Automatic date update in version.in
new 438b265f3e Fix dwarf2read.c:dwarf2_find_containing_comp_unit's binary search
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:
gdb/ChangeLog | 11 +++++++++++
gdb/dwarf2read.c | 3 ++-
2 files changed, 13 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/gnu-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 139c74417 linux-285053b5a4c0204840fb92cfaba06352718e2eed: all
new edd45e1b1 binutils-a529dcc854968b7f6ad766c714650011dc361382: 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 (139c74417)
\
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 | 112 +-
2-prepare_abe/console.log | 12 +-
3-build_abe-binutils/console.log | 3868 +++++++-------
3-build_abe-binutils/revision | 1 -
4-build_abe-stage1/console.log | 4439 ++++++++--------
4-build_abe-stage1/revision | 1 -
5-count_linux_objs/console.log | 2042 +++----
5-count_linux_objs/revision | 1 -
console.log | 10507 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 13 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 10720 insertions(+), 10286 deletions(-)
delete mode 100644 3-build_abe-binutils/revision
delete mode 100644 4-build_abe-stage1/revision
delete mode 100644 5-count_linux_objs/revision
--
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 436a2b50 [clangd] Change diskbackedstorage to be atomic
new 5fd9cab2 [clangd] BackgroundIndex rebuilds symbol index periodically.
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/ClangdServer.cpp | 3 +-
clangd/ClangdServer.h | 4 +++
clangd/index/Background.cpp | 51 ++++++++++++++++++++++++++-----
clangd/index/Background.h | 11 +++++++
clangd/tool/ClangdMain.cpp | 9 ++++++
test/clangd/background-index.test | 2 +-
unittests/clangd/BackgroundIndexTests.cpp | 37 ++++++++++++++++++++++
7 files changed, 108 insertions(+), 9 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 776cdb864cb 2018-12-18 Bill Schmidt <wschmidt(a)linux.ibm.com>
new fa4c1631756 LWG 3040: define starts_with/ends_with as proposed
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 | 9 +++++++++
libstdc++-v3/include/std/string_view | 9 +++------
2 files changed, 12 insertions(+), 6 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 lldb.
from 9a1fb4624 de-flake TestThreadStates.test_process_interrupt
new 265e6d1a7 Fix the "dangerous use of tempnam" warning in Host/SocketTest.cpp
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:
unittests/Host/SocketTest.cpp | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 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 39c76de299 [PowerPC] Make no-PIC default to match GCC - CLANG
new 44eff1bd11 [AST] Unify the code paths of traversing lambda expressions.
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/clang/AST/RecursiveASTVisitor.h | 31 ++++++++++++-------------------
test/Index/cxx11-lambdas.cpp | 2 +-
tools/libclang/CIndex.cpp | 28 +++++++++++-----------------
3 files changed, 24 insertions(+), 37 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-aarch64-stable-allmodconfig
in repository toolchain/binutils-gdb.
from f7ac3ce5a8 Automatic date update in version.in
adds d935c341f8 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 339f783ad gcc-8248a57ffb1b127b6504db422cb61283666266ab: all
new 899e4b69e binutils-d935c341f8c5d6de8ab921f709de41bc66d3ce97: 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 (339f783ad)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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:
1-reset_artifacts/console.log | 110 +-
2-prepare_abe/console.log | 12 +-
3-build_abe-binutils/console.log | 3807 +++++++--------
3-build_abe-binutils/revision | 1 -
4-build_abe-stage1/console.log | 4221 ++++++++---------
4-build_abe-stage1/revision | 1 -
5-count_linux_objs/console.log | 1346 +++---
5-count_linux_objs/revision | 1 -
console.log | 9484 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 13 +-
trigger-bisect-on-failure | 6 +-
13 files changed, 9681 insertions(+), 9325 deletions(-)
delete mode 100644 3-build_abe-binutils/revision
delete mode 100644 4-build_abe-stage1/revision
delete mode 100644 5-count_linux_objs/revision
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.