This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from fded0431a Add missing SetID method to fix Windows build
new 2c6074ee6 Add missing NativeProcessFactory for lldb-server on Windows
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:
tools/lldb-server/lldb-gdbserver.cpp | 4 ++++
1 file changed, 4 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 clang.
from 577e8f67b5 [NFC] Fix testcase for ARMs
new 76b7cc2c7c [LifetimeAnalysis] Fix false negatives of statement local li [...]
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:
lib/Sema/SemaInit.cpp | 61 ++++++++++++++++++++----------
test/Sema/warn-lifetime-analysis-nocfg.cpp | 20 +++++-----
2 files changed, 53 insertions(+), 28 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 ac18cc031cd PR c++/91391 - bogus -Wcomma-subscript warning. * parser. [...]
new 50c8530d283 PR tree-optimization/91294 - [10 Regression] wrong strlen r [...]
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/gimple-fold.c | 2 +-
gcc/testsuite/ChangeLog | 11 ++
gcc/testsuite/gcc.dg/strlenopt-44.c | 2 +-
gcc/testsuite/gcc.dg/strlenopt-70.c | 46 +++++----
gcc/testsuite/gcc.dg/strlenopt-73.c | 133 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/strlenopt-74.c | 175 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/strlenopt-75.c | 118 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/strlenopt-76.c | 174 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/strlenopt-77.c | 84 ++++++++++++++++
gcc/tree-ssa-strlen.c | 194 ++++++++++++++++++++++--------------
gcc/tree-ssa-strlen.h | 2 +-
12 files changed, 847 insertions(+), 100 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-73.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-74.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-75.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-76.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-77.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 95585237f76 [Darwin, testsuite] Fix instantiate2 fail.
new 5381234eeca [Darwin] Fix lto options.
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 | 8 ++++++++
gcc/config/darwin.h | 2 +-
2 files changed, 9 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards 13b8f5d 0: init: binutils-gcc-glibc: 0
new 771cd12 0: update: binutils-gcc-glibc: 0
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 (13b8f5d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-aarch64-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 | 222 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11713 ++-
04-build_abe-stage1/console.log | 15575 +--
05-build_abe-linux/console.log | 315 +-
06-build_abe-glibc/console.log | 40249 ++++----
07-build_abe-stage2/console.log | 40365 ++++----
08-benchmark/benchmark-start.log | 1 -
08-true/console.log | 1 +
09-benchmark/benchmark-start.log | 1 +
{08-benchmark => 09-benchmark}/benchmark.log | 51 +-
{08-benchmark => 09-benchmark}/console.log | 218 +-
09-check_regression/console.log | 4 -
10-check_regression/console.log | 7248 ++
10-update_baseline/console.log | 18 -
11-update_baseline/console.log | 7253 ++
console.log | 123945 +++++++++++++-----------
jenkins/manifest.sh | 22 +-
results | 2 +
results-full.csv | 1936 +
results.csv | 126 +
results_id | 2 +-
22 files changed, 139884 insertions(+), 109821 deletions(-)
delete mode 100644 08-benchmark/benchmark-start.log
create mode 100644 08-true/console.log
create mode 100644 09-benchmark/benchmark-start.log
rename {08-benchmark => 09-benchmark}/benchmark.log (62%)
rename {08-benchmark => 09-benchmark}/console.log (50%)
delete mode 100644 09-check_regression/console.log
create mode 100644 10-check_regression/console.log
delete mode 100644 10-update_baseline/console.log
create mode 100644 11-update_baseline/console.log
create mode 100644 results-full.csv
create mode 100644 results.csv
--
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 72e7a6211eb Fix cppcheck + MSVC analyzer uninitialized member variable [...]
new 20e34c7805b [WebAssembly] Stop unrolling SIMD shifts since they are fix [...]
new 84f1d8af14f [mips] Split long lines in the test case file. NFC
new 1599788f498 [mips] Remove redundant case in the test. NFC
The 3 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/Target/WebAssembly/WebAssemblyISelLowering.cpp | 5 ---
test/CodeGen/Mips/blockaddr.ll | 39 +++++++++++++---------
test/CodeGen/Mips/global-address.ll | 19 +++++++----
3 files changed, 36 insertions(+), 27 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 72109f5b3 [libc++] Mark two <chrono> tests as unsupported on AppleClang 11
new 734e77fb2 Rework recursive_timed_mutex so that it uses __thread_id inst [...]
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/__threading_support | 73 ++++++++++++++++++++++++++++++++++++++++++++
include/mutex | 6 ++--
include/thread | 74 +++------------------------------------------
src/mutex.cpp | 12 ++++----
4 files changed, 87 insertions(+), 78 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.