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-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 9fbdb08f 0: update: llvm-linux: all
new 087a0ba0 0: update: llvm-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 (9fbdb08f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log | 132 +-
02-build_llvm/console.log | 12423 +++++++++++++-------------
03-build_linux/console.log | 5188 +++++------
04-boot_linux/console.log | 6 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 17765 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 17782 insertions(+), 17760 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 dmalcolm/analyzer-v2
in repository gcc.
at a881151a3ff [analyzer] Updates to internal documentation
This branch includes the following new commits:
new 02024161cac analyzer: user-facing documentation
new ab9ed4be9cf analyzer: internal documentation
new 3de6c76e753 diagnostic_show_locus: move initial newline to callers
new d9cd05d6257 sbitmap.h: add operator const sbitmap & to auto_sbitmap
new 6b16c156369 vec.h: add auto_delete_vec
new 26d573834a8 timevar.h: add auto_client_timevar class
new 04ffbb91a24 Replace label_text ctor with "borrow" and "take"
new c1ead8320bb Introduce pretty_printer::clone vfunc
new 9aad7f781d9 gimple const-correctness fixes
new df1fead5aff Add -fdiagnostics-nn-line-numbers
new 374cb92b013 Add diagnostic_metadata and CWE support
new c66b77db40c Add diagnostic paths
new 65e03d0b324 function-tests.c: expose selftest::make_fndecl for use elsewhere
new 9fd4f508f29 hash-map-tests.c: add a selftest involving int_hash
new a1c7363bc94 Add ordered_hash_map
new c3f0a6123d5 Add support for in-tree plugins
new d47e7974208 Support for adding selftests via a plugin
new 1e755009033 Add in-tree plugin: "analyzer"
new 86824fa729d analyzer: new files: analyzer-selftests.{cc|h}
new 3d802e69cde analyzer: new builtins
new 1fddaa59a3b analyzer: command-line options
new 216550d6a4f analyzer: logging support
new 23353123fa5 analyzer: new file: analyzer-pass.cc
new 96132e98e56 analyzer: new files: graphviz.{cc|h}
new d90a4236270 analyzer: new files: digraph.{cc|h} and shortest-paths.h
new 9e6168a0b64 analyzer: new files: supergraph.{cc|h}
new 74474f0bfd7 analyzer: new files: analyzer.{cc|h}
new d448591fd35 analyzer: new files: tristate.{cc|h}
new 4916edbceda analyzer: new files: constraint-manager.{cc|h}
new cfdf5ff43ed analyzer: new files: region-model.{cc|h}
new a37a3e83207 analyzer: new files: pending-diagnostic.{cc|h}
new 3b5f1d8eb2e analyzer: new files: sm.{cc|h}
new d511ed9c6a7 analyzer: new file: sm-malloc.cc
new 92e8ecfd423 analyzer: new file: sm-file.cc
new e57af5f8e9a analyzer: new file: sm-pattern-test.cc
new cb4383e5def analyzer: new file: sm-sensitive.cc
new 519cb9212a9 analyzer: new file: sm-taint.cc
new 8365cf2b669 analyzer: new files: analysis-plan.{cc|h}
new 3d308034faf analyzer: new files: call-string.{cc|h}
new d6d6a1b48ae analyzer: new files: program-point.{cc|h}
new f89e3dd65a2 analyzer: new files: program-state.{cc|h}
new 298cf28f3be analyzer: new file: exploded-graph.h
new 5aea5f76381 analyzer: new files: state-purge.{cc|h}
new c7cfe7479b4 analyzer: new files: engine.{cc|h}
new e0f8f1b90dc analyzer: new files: checker-path.{cc|h}
new a3d4c469476 analyzer: new files: diagnostic-manager.{cc|h}
new e5c21467d4b gdbinit.in: add break-on-saved-diagnostic
new cb683cf4161 analyzer: test suite
new bf684d634ab Autogenerated changes (configure/config.in)
new 2b87dc15783 [analyzer] Fix up for params refactoring
new 63386e6bcf8 [analyzer] Fixup metadata-handling for "json::number" to "j [...]
new f0ca6a86c62 [analyzer] Fixup diagnostic_path for "json::number" to "jso [...]
new 4d35491abd6 [analyzer] Add params to plugin.opt
new 23fb6a6d9c1 [analyzer] Avoid using "convert"
new b0fbe4a8510 [analyzer] More LTO test coverage
new fc30568ea2b [analyzer] Fix missing leak on longjmp past a free
new 2e9667ea74b [analyzer] Show rewind destination for leaks due to longjmp
new a128f3d29ee [analyzer] Add checker_path::debug
new 2d2a326d8f5 [analyzer] Fix issues in diagnostic_manager::prune_path
new a881151a3ff [analyzer] Updates to internal documentation
The 60 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.
--
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 dmalcolm/analyzer
in repository gcc.
at a881151a3ff [analyzer] Updates to internal documentation
This branch includes the following new commits:
new 02024161cac analyzer: user-facing documentation
new ab9ed4be9cf analyzer: internal documentation
new 3de6c76e753 diagnostic_show_locus: move initial newline to callers
new d9cd05d6257 sbitmap.h: add operator const sbitmap & to auto_sbitmap
new 6b16c156369 vec.h: add auto_delete_vec
new 26d573834a8 timevar.h: add auto_client_timevar class
new 04ffbb91a24 Replace label_text ctor with "borrow" and "take"
new c1ead8320bb Introduce pretty_printer::clone vfunc
new 9aad7f781d9 gimple const-correctness fixes
new df1fead5aff Add -fdiagnostics-nn-line-numbers
new 374cb92b013 Add diagnostic_metadata and CWE support
new c66b77db40c Add diagnostic paths
new 65e03d0b324 function-tests.c: expose selftest::make_fndecl for use elsewhere
new 9fd4f508f29 hash-map-tests.c: add a selftest involving int_hash
new a1c7363bc94 Add ordered_hash_map
new c3f0a6123d5 Add support for in-tree plugins
new d47e7974208 Support for adding selftests via a plugin
new 1e755009033 Add in-tree plugin: "analyzer"
new 86824fa729d analyzer: new files: analyzer-selftests.{cc|h}
new 3d802e69cde analyzer: new builtins
new 1fddaa59a3b analyzer: command-line options
new 216550d6a4f analyzer: logging support
new 23353123fa5 analyzer: new file: analyzer-pass.cc
new 96132e98e56 analyzer: new files: graphviz.{cc|h}
new d90a4236270 analyzer: new files: digraph.{cc|h} and shortest-paths.h
new 9e6168a0b64 analyzer: new files: supergraph.{cc|h}
new 74474f0bfd7 analyzer: new files: analyzer.{cc|h}
new d448591fd35 analyzer: new files: tristate.{cc|h}
new 4916edbceda analyzer: new files: constraint-manager.{cc|h}
new cfdf5ff43ed analyzer: new files: region-model.{cc|h}
new a37a3e83207 analyzer: new files: pending-diagnostic.{cc|h}
new 3b5f1d8eb2e analyzer: new files: sm.{cc|h}
new d511ed9c6a7 analyzer: new file: sm-malloc.cc
new 92e8ecfd423 analyzer: new file: sm-file.cc
new e57af5f8e9a analyzer: new file: sm-pattern-test.cc
new cb4383e5def analyzer: new file: sm-sensitive.cc
new 519cb9212a9 analyzer: new file: sm-taint.cc
new 8365cf2b669 analyzer: new files: analysis-plan.{cc|h}
new 3d308034faf analyzer: new files: call-string.{cc|h}
new d6d6a1b48ae analyzer: new files: program-point.{cc|h}
new f89e3dd65a2 analyzer: new files: program-state.{cc|h}
new 298cf28f3be analyzer: new file: exploded-graph.h
new 5aea5f76381 analyzer: new files: state-purge.{cc|h}
new c7cfe7479b4 analyzer: new files: engine.{cc|h}
new e0f8f1b90dc analyzer: new files: checker-path.{cc|h}
new a3d4c469476 analyzer: new files: diagnostic-manager.{cc|h}
new e5c21467d4b gdbinit.in: add break-on-saved-diagnostic
new cb683cf4161 analyzer: test suite
new bf684d634ab Autogenerated changes (configure/config.in)
new 2b87dc15783 [analyzer] Fix up for params refactoring
new 63386e6bcf8 [analyzer] Fixup metadata-handling for "json::number" to "j [...]
new f0ca6a86c62 [analyzer] Fixup diagnostic_path for "json::number" to "jso [...]
new 4d35491abd6 [analyzer] Add params to plugin.opt
new 23fb6a6d9c1 [analyzer] Avoid using "convert"
new b0fbe4a8510 [analyzer] More LTO test coverage
new fc30568ea2b [analyzer] Fix missing leak on longjmp past a free
new 2e9667ea74b [analyzer] Show rewind destination for leaks due to longjmp
new a128f3d29ee [analyzer] Add checker_path::debug
new 2d2a326d8f5 [analyzer] Fix issues in diagnostic_manager::prune_path
new a881151a3ff [analyzer] Updates to internal documentation
The 60 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.
--
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 gcc-9-branch
in repository gcc.
from 251f3e01234 Fix PR90796
new c43e7d0dc89 Backport fix for PR92090.
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 | 9 ++++++
gcc/config/rs6000/predicates.md | 3 +-
gcc/testsuite/ChangeLog | 18 +++++++++++
gcc/testsuite/gcc.target/powerpc/pr92090-2.c | 45 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr92090.c | 43 ++++++++++++++++++++++++++
5 files changed, 116 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92090-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92090.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.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from 1d07823782c Daily bump.
new 171a04970b6 Backport fix for PR92090.
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 | 9 ++++++
gcc/config/rs6000/predicates.md | 3 +-
gcc/testsuite/ChangeLog | 18 +++++++++++
gcc/testsuite/gcc.target/powerpc/pr92090-2.c | 45 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr92090.c | 43 ++++++++++++++++++++++++++
5 files changed, 116 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92090-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92090.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.
unknown user pushed a change to branch users/fche/dbgserver
in repository binutils-gdb.
from 9c53027f31 debuginfod: query server when dwz file cannot be found
new cec5a9636d debuginfod: binutils snap
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:
binutils/Makefile.am | 4 +-
binutils/Makefile.in | 310 +++-
binutils/config.in | 6 +-
binutils/configure | 4291 ++++++++++++++++++++++++++++++++++---------------
binutils/configure.ac | 24 +
binutils/dwarf.c | 109 +-
binutils/dwarf.h | 4 +
binutils/objdump.c | 27 +
binutils/readelf.c | 131 ++
9 files changed, 3496 insertions(+), 1410 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 d0c5f026876 PR 92463 MPFR modernization: Revert r269139
new f3117496bc0 Switch gcc ftp URL's to https
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:
ChangeLog | 5 +++++
configure | 2 +-
configure.ac | 2 +-
gcc/ChangeLog | 7 +++++++
gcc/configure | 2 +-
gcc/configure.ac | 2 +-
gcc/doc/install.texi | 11 +++++------
gcc/doc/sourcebuild.texi | 4 ++--
gcc/testsuite/ChangeLog | 6 +++++-
gcc/testsuite/README | 2 +-
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/doc/html/api.html | 4 ++--
libstdc++-v3/doc/xml/api.xml | 2 +-
maintainer-scripts/ChangeLog | 4 ++++
maintainer-scripts/gcc_release | 2 +-
15 files changed, 42 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 gcc.
from 62c67c5d9e9 PR 92463 MPFR modernization in GFortran
new d0c5f026876 PR 92463 MPFR modernization: Revert r269139
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/fortran/ChangeLog | 9 +++++++++
gcc/fortran/simplify.c | 14 +++++---------
2 files changed, 14 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 59111e5e45a [AArch64] Fix vrbit_1.c test failure
new 62c67c5d9e9 PR 92463 MPFR modernization in GFortran
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/fortran/ChangeLog | 14 ++++++++++++++
gcc/fortran/arith.c | 8 ++++----
gcc/fortran/gfortran.h | 2 +-
gcc/fortran/module.c | 2 +-
gcc/fortran/simplify.c | 20 ++++++++++----------
5 files changed, 30 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.