This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5151e40eb43 PR libstdc++/91371 make std::is_function handle other calli [...]
new 404ca40db24 Fix markdown in Doxygen comments for std::reduce
new 47af321610e Do not try to process deleted headers with Doxygen
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/doc/doxygen/user.cfg.in | 11 -----------
libstdc++-v3/include/std/numeric | 4 ++--
3 files changed, 6 insertions(+), 13 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 4ae8f25fd9 [NewPM] Run ubsan-coroutines test under the legacy pass mana [...]
new bb48adc4fe [analyzer] Improve VirtualCallChecker and enable parts of it [...]
new b9fc39969b [analyzer] Fix a crash when destroying a non-region.
new 9e698f2c0f [analyzer] NFC: Remove the BugTypes set from BugReporter.
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:
include/clang/StaticAnalyzer/Checkers/Checkers.td | 18 +-
.../StaticAnalyzer/Core/BugReporter/BugReporter.h | 19 +--
.../Core/BugReporter/CommonBugCategories.h | 1 +
include/clang/StaticAnalyzer/Core/CheckerManager.h | 1 +
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 2 +-
lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp | 186 +++++++--------------
lib/StaticAnalyzer/Core/BugReporter.cpp | 16 +-
lib/StaticAnalyzer/Core/CommonBugCategories.cpp | 1 +
lib/StaticAnalyzer/Core/ExprEngine.cpp | 23 ++-
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 23 ++-
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 4 +
test/Analysis/dtor.cpp | 30 ++++
test/Analysis/virtualcall-plist.cpp | 23 +++
test/Analysis/virtualcall.cpp | 176 ++++++-------------
test/Analysis/virtualcall.h | 7 +-
15 files changed, 224 insertions(+), 306 deletions(-)
create mode 100644 test/Analysis/virtualcall-plist.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 libcxx.
from e44fcf834 [libc++] Fix std::abs tests
new b9f742658 Fix a couple of unguarded operator, calls in algorithm. Fixes [...]
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/algorithm | 26 +++++++++++-----------
.../alg.heap.operations/is.heap/is_heap.pass.cpp | 5 +++++
.../is.heap/is_heap_comp.pass.cpp | 5 +++++
.../is.heap/is_heap_until.pass.cpp | 5 +++++
.../is.heap/is_heap_until_comp.pass.cpp | 5 +++++
.../make.heap/make_heap.pass.cpp | 7 ++++++
.../make.heap/make_heap_comp.pass.cpp | 6 +++++
.../alg.heap.operations/pop.heap/pop_heap.pass.cpp | 13 +++++++++++
.../pop.heap/pop_heap_comp.pass.cpp | 12 ++++++++++
.../push.heap/push_heap.pass.cpp | 10 +++++++++
.../push.heap/push_heap_comp.pass.cpp | 10 +++++++++
.../sort.heap/sort_heap.pass.cpp | 8 +++++++
.../sort.heap/sort_heap_comp.pass.cpp | 7 ++++++
13 files changed, 106 insertions(+), 13 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 16ac1e7c117 compiler, runtime: implement shifts by signed amounts
new 5151e40eb43 PR libstdc++/91371 make std::is_function handle other calli [...]
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 | 12 ++
libstdc++-v3/include/std/type_traits | 130 ++++-----------------
.../20_util/{hash/89629.cc => bind/91371.cc} | 28 ++---
.../testsuite/20_util/is_function/91371.cc | 47 ++++++++
.../testsuite/20_util/is_function/value.cc | 6 +
.../91371.cc} | 36 +++---
libstdc++-v3/testsuite/20_util/is_object/91371.cc | 38 ++++++
7 files changed, 148 insertions(+), 149 deletions(-)
copy libstdc++-v3/testsuite/20_util/{hash/89629.cc => bind/91371.cc} (64%)
create mode 100644 libstdc++-v3/testsuite/20_util/is_function/91371.cc
copy libstdc++-v3/testsuite/20_util/{hash/89629.cc => is_member_function_pointer/9 [...]
create mode 100644 libstdc++-v3/testsuite/20_util/is_object/91371.cc
--
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 823c789913a [Attributor] Remove unused variable. NFC.
new be1590c3b8e [InstCombine] add more extra use tests for icmp with extends; NFC
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:
.../2004-11-27-SetCCForCastLargerAndConstant.ll | 36 ++++++++++++++++++++--
1 file changed, 34 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.
unknown user pushed a change to branch master
in repository zorg.
from 0e5c224e Fixed typo.
new 9bf03c9d Remove LLDB_TEST_USE_CUSTOM_C(XX)_COMPILER
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:
zorg/jenkins/monorepo_build.py | 4 ----
1 file changed, 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allyesconfig
in repository toolchain/ci/gcc.
from f702be2a608 [aarch64] PR target/91386 Use copy_rtx to avoid modifying o [...]
adds 72fcf439479 Daily bump.
adds 377c666fff0 PR rtl-optimization/91347 * dse.c (scan_insn): Call add_w [...]
adds a866638bf18 * config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Update.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 6 +
gcc/DATESTAMP | 2 +-
gcc/dse.c | 7 +-
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.c-torture/execute/20190820-1.c | 111 ++++++
libstdc++-v3/ChangeLog | 4 +
.../abi/post/alpha-linux-gnu/baseline_symbols.txt | 441 +++++++++++++++++++++
7 files changed, 572 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/20190820-1.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 49c6db46bc Automatic date update in version.in
adds 8f71a6fb67 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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 073d59d8 0: update: binutils-gcc-linux: all
new 21b190e5 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 (073d59d8)
\
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:
01-reset_artifacts/console.log | 216 +-
02-prepare_abe/console.log | 226 +-
03-build_abe-binutils/console.log | 10870 +++++++--------
04-build_abe-stage1/console.log | 13458 +++++++++---------
05-build_linux/console.log | 2173 ++-
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 26982 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
results | 2 +-
11 files changed, 26955 insertions(+), 27012 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.