This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 437f3bdb235 [MCA] Fix wrong definition of ResourceUnitMask in DefaultRe [...]
new 267dc8d764f [llvm-symbolizer] Add support for specifying addresses on c [...]
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:
test/tools/llvm-symbolizer/basic.s | 19 ++++++++
tools/llvm-symbolizer/llvm-symbolizer.cpp | 80 +++++++++++++++++--------------
2 files changed, 63 insertions(+), 36 deletions(-)
create mode 100644 test/tools/llvm-symbolizer/basic.s
--
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 binutils-gdb.
from 1910070b29 Sync libiberty sources with gcc master versions.
new 0e8f53badb Move some declarations to mdebugread.h
new baa62830ed Remove some unneeded psymtab initializations
new 939652a515 Remove parameters from start_psymtab_common
new 75aedd27e6 Change add_psymbol_to_list to use an enum
new 6eee24ce30 Simplify calls to init_psymbol_list
new 0f14768a2a Change create_demangled_names_hash to take an objfile_per_bf [...]
new 1d94a5a36a Change symbol_set_names to take an objfile_per_bfd_storage
new d320c2b5e1 Introduce class psymtab_storage
new 6d6a12bf87 Introduce objfile::reset_psymtabs
new 5923a04c0c Allocate the address map on the psymtab obstack
new 5af7096648 Move more allocations to psymtab obstack
new a9342b6288 Add psymtab_storage::allocate_dependencies
new b596a3c77d Make psymtab_storage::free_psymtabs private
new 8d7bcccb82 Move psymtabs to their own obstack
The 14 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 | 164 ++++++++++++++++++++++++++++++++++++++
gdb/dbxread.c | 50 ++++--------
gdb/dwarf-index-write.c | 27 ++++---
gdb/dwarf2read.c | 99 ++++++++++-------------
gdb/elfread.c | 1 +
gdb/mdebugread.c | 49 ++++++------
gdb/mdebugread.h | 9 +++
gdb/mipsread.c | 1 +
gdb/objfiles.c | 5 +-
gdb/objfiles.h | 51 ++++++------
gdb/psympriv.h | 42 +++++++---
gdb/psymtab.c | 205 +++++++++++++++++++++++++++++-------------------
gdb/psymtab.h | 115 ++++++++++++++++++++++++---
gdb/symfile.c | 12 +--
gdb/symfile.h | 11 +--
gdb/symmisc.c | 12 +--
gdb/symtab.c | 9 +--
gdb/symtab.h | 8 +-
gdb/xcoffread.c | 60 +++++---------
19 files changed, 598 insertions(+), 332 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 322f6c9d898 [ARM] Fix for verifier buildbot
new 437f3bdb235 [MCA] Fix wrong definition of ResourceUnitMask in DefaultRe [...]
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/llvm/MCA/HardwareUnits/ResourceManager.h | 8 ++++----
include/llvm/MCA/Instruction.h | 15 ++++++---------
include/llvm/MCA/Stages/ExecuteStage.h | 2 +-
include/llvm/MCA/Stages/InstructionTables.h | 3 ++-
include/llvm/MCA/Support.h | 2 +-
lib/MCA/HardwareUnits/ResourceManager.cpp | 6 ++----
lib/MCA/InstrBuilder.cpp | 12 +++++++-----
lib/MCA/Pipeline.cpp | 4 ++--
lib/MCA/Stages/ExecuteStage.cpp | 8 +++++++-
lib/MCA/Support.cpp | 21 ++++++++++++++++++---
tools/llvm-mca/Views/SummaryView.cpp | 3 ++-
11 files changed, 52 insertions(+), 32 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 cbbb35ec104 Check AI_NUMERICSERV is defined before using it
new f5529091f41 Define __cpp_lib_erase_if feature test macro
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 | 17 +++++++++++++++++
libstdc++-v3/include/bits/erase_if.h | 2 ++
libstdc++-v3/include/std/deque | 3 +++
libstdc++-v3/include/std/forward_list | 3 +++
libstdc++-v3/include/std/list | 3 +++
libstdc++-v3/include/std/string | 3 +++
libstdc++-v3/include/std/vector | 3 +++
libstdc++-v3/include/std/version | 1 +
libstdc++-v3/testsuite/23_containers/deque/erasure.cc | 6 ++++++
.../testsuite/23_containers/forward_list/erasure.cc | 6 ++++++
libstdc++-v3/testsuite/23_containers/list/erasure.cc | 6 ++++++
libstdc++-v3/testsuite/23_containers/map/erasure.cc | 6 ++++++
libstdc++-v3/testsuite/23_containers/set/erasure.cc | 6 ++++++
.../testsuite/23_containers/unordered_map/erasure.cc | 6 ++++++
.../testsuite/23_containers/unordered_set/erasure.cc | 6 ++++++
libstdc++-v3/testsuite/23_containers/vector/erasure.cc | 6 ++++++
16 files changed, 83 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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 588072667 gcc-9ccac37030d1cce880d7df7a5716fb56f89a67f6: all
new 8e0db3e29 binutils-1910070b298052d7ca8e4024891465824588c1e9: 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 (588072667)
\
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 | 54 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6315 ++---
4-build_abe-stage1/console.log | 13423 +++++-----
5-count_linux_objs/console.log | 48116 ++++++++++++++++++------------------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 49288 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 58584 insertions(+), 58664 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-next-allmodconfig
in repository toolchain/ci/binutils-gdb.
from c3cc81413c Automatic date update in version.in
adds 1c912acd5c 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 443c4a3eb linux-d6e77253170dd7ea46f7bb973285e12d810b31e5: all
new 991182b2e binutils-1c912acd5c873f351a20dac00ca82a39b4642e83: 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 (443c4a3eb)
\
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 | 48 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3534 +++++++++--------
4-build_abe-stage1/console.log | 4261 ++++++++++----------
5-count_linux_objs/console.log | 220 +-
console.log | 8127 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 8078 insertions(+), 8136 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-release-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f6a60a3bd linux-d2dd9f1593dc4d5ceb5cf4a973ed2c6e3a49d799: all
new 9227c8465 linux-24737fa6bcf1d7ffb71ceb78d7a7c275cb7e1d13: 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 (f6a60a3bd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 104 +-
2-build_llvm/console.log | 9803 +++++++++++++++++++-------------------
3-count_linux_objs/console.log | 127 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10040 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 4 +-
10 files changed, 10133 insertions(+), 9965 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.