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 f7b5d7d6 [clangd] Fix another TSAN issue
new 1b3e19a9 [clang-tidy] Fix a potential infinite loop in readability-iso [...]
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:
clang-tidy/utils/LexerUtils.h | 6 ++++++
.../readability-isolate-declaration-no-infinite-loop.cpp | 7 +++++++
2 files changed, 13 insertions(+)
create mode 100644 test/clang-tidy/readability-isolate-declaration-no-infinite-loop.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.
unknown user pushed a change to branch master
in repository gcc.
from e9acce32be0 [Ada] Avoid gnatbind regression caused by Copy_Bitfield
new a87863631f2 Come up with debug counter for store-merging.
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/dbgcnt.def | 1 +
gcc/gimple-ssa-store-merging.c | 4 +++-
3 files changed, 10 insertions(+), 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.
"Diana Picus pushed a change to branch diana/docker-bmk%wip
in repository toolchain/bmk-scripts.
discards 9189b05 Debug: Print installdir content
new 85cfbe5 Change-Id: I4f5d371faac994043bb7b008c942a2e66dbe9fdd
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 (9189b05)
\
N -- N -- N refs/heads/diana/docker-bmk%wip (85cfbe5)
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:
run.sh | 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_gnu/gnu-master-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards a8a4308 0: update: gcc-ce026385ee57427978053620a038bffaac90819e: 1
new 208fa84 0: update: gcc-0901fb1511501acc1b49d88aa9ec00a0a8254519: 1
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 (a8a4308)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 171 +-
02-prepare_abe/console.log | 266 +-
03-build_abe-bootstrap_ubsan/console.log | 94150 ++++++++++++++--------------
console.log | 94615 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
5 files changed, 94571 insertions(+), 94641 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 5b8d1e30a2c Revert "r372201: [Support] Replace function with function_r [...]
new 1348de6c208 [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize
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/CodeGen/TargetFrameLowering.h | 8 ++
lib/CodeGen/LiveDebugValues.cpp | 3 +-
lib/CodeGen/RegUsageInfoCollector.cpp | 4 +-
lib/CodeGen/TargetFrameLoweringImpl.cpp | 15 +++-
lib/Target/AArch64/AArch64FrameLowering.cpp | 4 +
lib/Target/ARM/ARMFrameLowering.cpp | 6 ++
lib/Target/ARM/ARMFrameLowering.h | 2 +
...g-callee-save-size-after-livedebugvariables.mir | 92 ++++++++++++++++++++++
.../MIR/Mips/live-debug-values-reg-copy.mir | 2 +-
.../MIR/X86/live-debug-values-reg-copy.mir | 2 +-
10 files changed, 131 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/AArch64/wrong-callee-save-size-after-livedebugvari [...]
--
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 e9a62a052 Clean up this test.
new ee8ebcaf3 [lldb] Print better diagnostics for user expressions and modules
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:
.../expression/diagnostics}/Makefile | 0
.../expression/diagnostics/TestExprDiagnostics.py | 113 +++++++++++++++++++++
.../test/commands/expression/diagnostics/main.cpp | 11 ++
.../test/lang/objc/foundation/TestObjCMethods.py | 2 +-
.../ExpressionParser/Clang/ClangDiagnostic.h | 2 +-
.../Clang/ClangExpressionParser.cpp | 66 ++++++------
.../ExpressionParser/Clang/ClangExpressionParser.h | 9 +-
.../Clang/ClangExpressionSourceCode.cpp | 33 +++---
.../Clang/ClangExpressionSourceCode.h | 24 +++--
.../Clang/ClangPersistentVariables.h | 11 ++
.../ExpressionParser/Clang/ClangUserExpression.cpp | 22 ++--
.../ExpressionParser/Clang/ClangUserExpression.h | 5 +
12 files changed, 229 insertions(+), 69 deletions(-)
copy packages/Python/lldbsuite/test/{api/check_public_api_headers => commands/expr [...]
create mode 100644 packages/Python/lldbsuite/test/commands/expression/diagnostics/ [...]
create mode 100644 packages/Python/lldbsuite/test/commands/expression/diagnostics/ [...]
--
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 b97de88449 [X86] Prevent assertion when calling a function that returns [...]
new 6803cc1958 [lldb] Print better diagnostics for user expressions and modules
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/clang/Basic/DiagnosticOptions.def | 1 +
lib/Frontend/TextDiagnostic.cpp | 5 +++--
2 files changed, 4 insertions(+), 2 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/gcc.
from 131317ad53e Daily bump.
adds 63ed120e3ff Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a95c42d 0: update: binutils-gcc-linux: all
new 9a0f13d 0: update: 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 (a95c42d)
\
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:
01-reset_artifacts/console.log | 166 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 10814 ++++++-------
04-build_abe-stage1/console.log | 18358 +++++++++++----------
05-build_linux/console.log | 894 +-
06-boot_linux/console.log | 2 +-
console.log | 30658 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
8 files changed, 30658 insertions(+), 30662 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.