This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a98779d25ce [llvm-dwarfdump] Fix dumping of wrong locstats map
new 60c50e7e79d [yaml2obj] - Alow Size tag for describing SHT_HASH sections.
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/ObjectYAML/ELFYAML.h | 1 +
lib/ObjectYAML/ELFEmitter.cpp | 4 +-
lib/ObjectYAML/ELFYAML.cpp | 17 +++--
test/tools/yaml2obj/elf-hash-section.yaml | 105 +++++++++++++++++++++++++++++-
4 files changed, 117 insertions(+), 10 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 b143ac238d Log2_32 returns an unsigned. NFCI.
new 9a999aecab SemaInit - silence static analyzer getAs<> null dereference [...]
new e1b70ba580 SemaOverload - silence static analyzer getAs<> null derefere [...]
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:
lib/Sema/SemaInit.cpp | 32 +++++++++++++++---------------
lib/Sema/SemaOverload.cpp | 50 +++++++++++++++++++++++------------------------
2 files changed, 41 insertions(+), 41 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 b4664be11 [lldb][NFC] Remove ClangASTContext::Clear
new ef0abdccd [lldb] Fix evaluation of nested classes with parent from other CU
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:
.../nested-class-other-compilation-unit}/Makefile | 0
.../TestNestedClassWithParentInAnotherCU.py | 29 ++++++++++++++++++++++
.../nested-class-other-compilation-unit/main.cpp | 22 ++++++++++++++++
.../nested-class-other-compilation-unit/other.cpp | 10 ++++++++
.../nested-class-other-compilation-unit/shared.h | 17 +++++++++++++
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 2 ++
6 files changed, 80 insertions(+)
copy packages/Python/lldbsuite/test/{commands/expression/completion => lang/cpp/ne [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/nested-class-other-comp [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/nested-class-other-comp [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/nested-class-other-comp [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/nested-class-other-comp [...]
--
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 bfdb2921 [clangd] Bail out early if we are sure that the symbol is use [...]
new 7ab2bc9c [Clangd] Ensure children are always RootStmt in ExtractFuncti [...]
new 33b36d3d [Clangd] ExtractFunction: Don't extract body of enclosing function.
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:
clangd/refactor/tweaks/ExtractFunction.cpp | 47 ++++++++++++++++++++++--------
clangd/unittests/TweakTests.cpp | 10 +++++++
2 files changed, 45 insertions(+), 12 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-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ccf04637 2: update: llvm-1ce75045ebf130fb3cc08b5b6041aab095137a47: 18914
discards 9920c626 1: reset: llvm-8fc6a1bf5699489baf5c8fcb2b2e4da600c9608a: 18914
discards 5872ebdb 0: update: linux-54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: all
new 99f48e87 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 (ccf04637)
\
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 | 167 +-
02-build_llvm/console.log | 12313 +++++++++++++++++------------------
03-build_linux/console.log | 634 +-
04-boot_linux/console.log | 8 +
05-check_regression/console.log | 15 +-
06-update_baseline/console.log | 49 +-
console.log | 13186 +++++++++++++++++++-------------------
jenkins/manifest.sh | 11 +-
results | 4 +-
9 files changed, 13411 insertions(+), 12976 deletions(-)
create mode 100644 04-boot_linux/console.log
--
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 190c11dc2e2 Fix shadowing in globalize_reg
new 393122a0333 * tree-eh.h (unsplit_eh_edges): Declare. * tree-eh.c (may [...]
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 | 43 +++++
gcc/gimple-ssa-store-merging.c | 356 +++++++++++++++++++++++++++---------
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gnat.dg/opt82.adb | 14 ++
gcc/testsuite/gnat.dg/opt82_pkg.ads | 10 +
gcc/tree-eh.c | 34 +++-
gcc/tree-eh.h | 1 +
7 files changed, 370 insertions(+), 93 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/opt82.adb
create mode 100644 gcc/testsuite/gnat.dg/opt82_pkg.ads
--
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 df07e2c772 gdb: Remove a use of VEC from dwarf2read.{c,h}
new 1914e26482 -Bsymbolic is not for PIEs
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:
ld/ChangeLog | 10 +++++++
ld/ld.h | 21 -------------
ld/ld.texi | 12 ++------
ld/lexsup.c | 97 ++++++++++++++++++++++++++++++++++--------------------------
4 files changed, 68 insertions(+), 72 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 gcc-9-branch
in repository gcc.
from 24aa2ff77cd Daily bump.
new 689393beb29 2019-10-02 Bernd Edlinger <bernd.edlinger(a)hotmail.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 | 10 ++++++++++
gcc/fortran/trans-array.c | 11 +++++++----
gcc/testsuite/ChangeLog | 9 +++++++++
3 files changed, 26 insertions(+), 4 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 5a3e9fab2e0 [AArch64][SVE] Implement int_aarch64_sve_cnt intrinsic
new a98779d25ce [llvm-dwarfdump] Fix dumping of wrong locstats 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:
test/tools/llvm-dwarfdump/X86/locstats.ll | 6 +++---
tools/llvm-dwarfdump/Statistics.cpp | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.