This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e7e0c93c02e linemap_line_start: protect against location_t overflow (PR [...]
new 4ea8ba24373 2019-02-12 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr89253.f | 19 +++++++++++++++++++
gcc/tree-ssa-loop-split.c | 3 ++-
4 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr89253.f
--
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 aa82786d0 [NativePDB] Process virtual bases in the correct order
new f8a00465f Extract common PlatformPOSIX/Windows code into a separate class
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/lldb/Target/RemoteAwarePlatform.h | 50 +++++++
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 137 +-------------------
source/Plugins/Platform/POSIX/PlatformPOSIX.h | 41 +-----
.../Plugins/Platform/Windows/PlatformWindows.cpp | 143 +--------------------
source/Plugins/Platform/Windows/PlatformWindows.h | 45 +------
source/Target/CMakeLists.txt | 1 +
source/Target/RemoteAwarePlatform.cpp | 142 ++++++++++++++++++++
7 files changed, 200 insertions(+), 359 deletions(-)
create mode 100644 include/lldb/Target/RemoteAwarePlatform.h
create mode 100644 source/Target/RemoteAwarePlatform.cpp
--
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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 8e34627f89 all
new b3663e3905 0: last-good: 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 (8e34627f89)
\
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 | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3998 ++++++++---------
4-build_abe-stage1/console.log | 4964 +++++++++++----------
5-count_linux_objs/console.log | 43 +-
7-update_baseline/console.log | 2 +-
console.log | 9055 +++++++++++++++++++-------------------
jenkins/manifest.sh | 13 +-
8 files changed, 9064 insertions(+), 9031 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-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 6d90a371d2 all
new 14905dcc25 0: last-good: 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 (6d90a371d2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 16 +-
3-build_abe-binutils/console.log | 3283 ++++++++--------
4-build_abe-stage1/console.log | 4285 ++++++++++-----------
5-count_linux_objs/console.log | 51 +-
7-update_baseline/console.log | 2 +-
console.log | 7593 +++++++++++++++++++-------------------
jenkins/manifest.sh | 13 +-
7 files changed, 7642 insertions(+), 7601 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 2841bd0ff50 Delete blocks from DTU to avoid dangling pointers
new a43cecd3b42 LibFuzzer.rst: double backticks
new 1ee69f0dfea [yaml2obj/obj2yaml] - Move `Info` field out from `Section` class.
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:
docs/LibFuzzer.rst | 6 +++---
include/llvm/ObjectYAML/ELFYAML.h | 3 ++-
lib/ObjectYAML/ELFYAML.cpp | 9 +++++----
test/tools/llvm-readobj/demangle.test | 1 -
test/tools/llvm-readobj/gnu-hash-symbols.test | 1 -
tools/obj2yaml/elf2yaml.cpp | 4 ++--
tools/yaml2obj/yaml2elf.cpp | 7 ++++---
7 files changed, 16 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 release_80
in repository llvm.
from 64b01a8d953 Merging r353463: ------------------------------------------ [...]
new 94bc97fb2dc ReleaseNotes about the toolchain version cmake check
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:
docs/ReleaseNotes.rst | 16 ++++++++++++++++
1 file changed, 16 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/gnu-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards edd71ccb2f 19201
discards 8a9f038d2b binutils-42d4c301c45df41d1c724b7b86f8683a875c010a: 19014
new d2dbc8cd10 1: last-good: gcc-e7e0c93c02e21a9303032a0fc89925db67cfd2e7: 19201
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 (edd71ccb2f)
\
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:
1-reset_artifacts/console.log | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 4029 +-
4-build_abe-stage1/console.log | 5813 +-
5-count_linux_objs/console.log | 342513 +++++++++++++++++------------------
7-update_baseline/console.log | 6 +-
console.log | 351571 ++++++++++++++++++------------------
jenkins/manifest.sh | 15 +-
results | 14 +-
9 files changed, 353014 insertions(+), 350967 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.