This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from ee1de4b26 Cache memory regions in ProcessMinidump and use the linux map [...]
new 92fda34e0 Add missing .dmp files to test inputs.
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/Process/minidump/CMakeLists.txt | 3 +++
1 file changed, 3 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 581f16e5dd0 ARM] Improve robustness of -mslow-flash-data
new a10ffdadbd8 PR c++/82294 PR c++/87436 * init.c (build_vec_init): Cha [...]
new c90b96f5c42 PR c++/82294 PR c++/87436 * expr.h (categorize_ctor_elem [...]
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:
gcc/ChangeLog | 16 +++++++++
gcc/cp/ChangeLog | 8 +++++
gcc/cp/init.c | 9 +++--
gcc/expr.c | 58 ++++++++++++++++++++++++---------
gcc/expr.h | 3 +-
gcc/gimplify.c | 26 ++++++++++++++-
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/g++.dg/tree-ssa/pr82294.C | 13 ++++++++
gcc/testsuite/g++.dg/tree-ssa/pr87436.C | 25 ++++++++++++++
9 files changed, 145 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr82294.C
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr87436.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b9e68064b linux-65e08c5e86311143f45c3e4389561af3107fc8f6: all
new c0d36d21b binutils-0a59decbb81676ac30deede1bb6b6e241cd75502: 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 (b9e68064b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 79 +-
2-prepare_abe/console.log | 20 +-
3-build_abe-binutils/console.log | 3594 +++++----
3-build_abe-binutils/revision | 2 +-
4-build_abe-stage1/console.log | 5329 ++++++-------
5-count_linux_objs/console.log | 6653 ++++++++--------
console.log | 15705 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 15800 insertions(+), 15598 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 650322a48 Fix Xcode project for MIPS architecture plug-in and move of E [...]
new ee1de4b26 Cache memory regions in ProcessMinidump and use the linux map [...]
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/MemoryRegionInfo.h | 14 ++
lldb.xcodeproj/project.pbxproj | 8 +
source/Plugins/Process/Utility/CMakeLists.txt | 1 +
source/Plugins/Process/Utility/LinuxProcMaps.cpp | 113 ++++++++++++
source/Plugins/Process/Utility/LinuxProcMaps.h | 28 +++
source/Plugins/Process/minidump/MinidumpParser.cpp | 195 ++++++++++++++-------
source/Plugins/Process/minidump/MinidumpParser.h | 9 +-
source/Plugins/Process/minidump/MinidumpTypes.h | 58 ++++--
.../Plugins/Process/minidump/ProcessMinidump.cpp | 10 +-
.../Process/minidump/Inputs/regions-linux-map.dmp | Bin 0 -> 1379 bytes
.../Process/minidump/Inputs/regions-memlist.dmp | Bin 0 -> 252 bytes
.../Process/minidump/Inputs/regions-memlist64.dmp | Bin 0 -> 260 bytes
unittests/Process/minidump/MinidumpParserTest.cpp | 126 +++++++++++--
13 files changed, 456 insertions(+), 106 deletions(-)
create mode 100644 source/Plugins/Process/Utility/LinuxProcMaps.cpp
create mode 100644 source/Plugins/Process/Utility/LinuxProcMaps.h
create mode 100644 unittests/Process/minidump/Inputs/regions-linux-map.dmp
create mode 100644 unittests/Process/minidump/Inputs/regions-memlist.dmp
create mode 100644 unittests/Process/minidump/Inputs/regions-memlist64.dmp
--
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 f46017c13c6 libphobos/ChangeLog:
new 581f16e5dd0 ARM] Improve robustness of -mslow-flash-data
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 | 38 +++++++++
gcc/config/arm/arm.md | 89 +++++++++++++++++++++-
gcc/config/arm/constraints.md | 17 ++++-
gcc/config/arm/predicates.md | 18 +++++
gcc/config/arm/thumb2.md | 30 +++++---
gcc/config/arm/vfp.md | 80 +++++++++++--------
gcc/testsuite/ChangeLog | 8 ++
.../gcc.target/arm/thumb2-slow-flash-data-2.c | 1 +
.../gcc.target/arm/thumb2-slow-flash-data-3.c | 1 +
.../gcc.target/arm/thumb2-slow-flash-data-4.c | 1 +
.../gcc.target/arm/thumb2-slow-flash-data-5.c | 1 +
11 files changed, 237 insertions(+), 47 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 5223dd8ca llvm-73b5479b4c26eca5ce1deeac0d514078236cfd88: 17262
new 26debbeb7 linux-eb6cf9f8cb9dfacf6679f9d6c72aaf568a027edf: 17262
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 (5223dd8ca)
\
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:
1-reset_artifacts/console.log | 170 +-
2-build_llvm/console.log | 10249 ++++++++++++++++++-----------------
3-count_linux_objs/console.log | 971 ++--
3-count_linux_objs/revision | 2 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 11316 +++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 11147 insertions(+), 11583 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 04fd69500 [NativePDB] Fix local-variables.cpp test.
new 650322a48 Fix Xcode project for MIPS architecture plug-in and move of E [...]
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:
lldb.xcodeproj/project.pbxproj | 59 +++++++++++++++++++++++++++++-------------
1 file changed, 41 insertions(+), 18 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 libcxx.
from f927635d8 Implement P1209 - Adopt Consistent Container Erasure from Lib [...]
new 09e67411b When resolving a merge conflict, I put something inside an #i [...]
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/version | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.