This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c551f90486 [RISCV] Default enable RISCV linker relaxation
new becdd27c42 Recommit "[AST] Factor out the logic of the various Expr::Ignore*"
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/AST/Expr.h | 2 +-
lib/AST/Expr.cpp | 339 +++++++++++++++++++++--------------------------
2 files changed, 154 insertions(+), 187 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 compiler-rt.
from bcc157dfb [compiler-rt] Build custom libcxx with libcxxabi
new fb76b3371 [compiler-rt] Fix broken sanitizer bots (hopefully)
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/fuzzer/tests/CMakeLists.txt | 3 ---
test/tsan/dl_iterate_phdr.cc | 2 +-
test/tsan/dlclose.cc | 2 +-
test/tsan/ignore_lib0.cc | 2 +-
test/tsan/ignore_lib1.cc | 2 +-
test/tsan/ignore_lib2.cc | 2 +-
test/tsan/ignore_lib3.cc | 2 +-
test/tsan/ignore_lib4.cc | 2 +-
test/tsan/ignore_lib5.cc | 2 +-
test/tsan/libcxx/std_shared_ptr.cc | 2 +-
test/tsan/lit.cfg | 6 ++++--
test/tsan/load_shared_lib.cc | 2 +-
test/tsan/real_deadlock_detector_stress_test.cc | 2 +-
13 files changed, 15 insertions(+), 16 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-master-aarch64-next-allmodconfig
in repository toolchain/ci/gcc.
from 3bb711c44d9 Fix excess warnings from -Wtype-limits with location wrappe [...]
adds d43619f4b68 PR middle-end/88074 * simplify.c (simplify_transformation [...]
adds 3d05392c15f i386: Correct *vec_extractv2si_zext_mem
adds 94d48c3217c i386: Add ssse3_pmulhrswv4hi3 expander
adds 9ee6d68dc9f Daily bump.
adds 44cafe18840 [RS6000] Fix <bd>_<mode> and <bd>tf_<mode> splitters
new 33e6651dd18 PR c++/89217 - ICE with list-initialization in range-based [...]
new 2d4ba130bd5 * g++.old-deja/g++.robertl/eb82.C: Tweak dg-error.
new 9821a0dccf0 PR c++/89315 * g++.dg/cpp0x/initlist114.C: New test.
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:
gcc/ChangeLog | 21 +++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/mmx.md | 5 +-
gcc/config/i386/sse.md | 26 ++++++++-
gcc/config/rs6000/rs6000.md | 6 +-
gcc/cp/ChangeLog | 9 +++
gcc/cp/constexpr.c | 2 +-
gcc/cp/cp-tree.h | 1 +
gcc/cp/semantics.c | 40 ++++++++++---
gcc/fortran/ChangeLog | 17 ++++++
gcc/fortran/simplify.c | 82 +++++++++++++++++++++++----
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/g++.dg/cpp0x/initlist114.C | 21 +++++++
gcc/testsuite/g++.dg/cpp0x/range-for37.C | 24 ++++++++
gcc/testsuite/g++.old-deja/g++.robertl/eb82.C | 2 +-
15 files changed, 239 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist114.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for37.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-master-aarch64-next-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 166e5d9d41 Automatic date update in version.in
adds aa9e1dc0c6 Automatic date update in version.in
adds a2cd4f1475 (Ada) fix GDB crash printing packed array
adds 75ba10dc55 type_align: handle range types the same as ints and enums
new a008792038 Fix pager bugs with style output
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:
bfd/version.h | 2 +-
gdb/ChangeLog | 32 ++++++++
gdb/ada-lang.c | 62 +++++++++------
gdb/gdbtypes.c | 2 +-
gdb/source.c | 62 +++++++++------
gdb/testsuite/ChangeLog | 11 +++
.../{array_char_idx.exp => big_packed_array.exp} | 16 ++--
.../foo.adb => big_packed_array/foo_ra24_010.adb} | 14 ++--
.../{enum_idx_packed => big_packed_array}/pck.adb | 2 +-
gdb/testsuite/gdb.ada/big_packed_array/pck.ads | 53 +++++++++++++
gdb/testsuite/gdb.ada/homonym.exp | 2 +-
gdb/testsuite/gdb.base/page.exp | 14 ++++
gdb/testsuite/gdb.base/style.exp | 18 +++++
gdb/ui-style.h | 10 +++
gdb/utils.c | 92 +++++++++++++++-------
15 files changed, 298 insertions(+), 94 deletions(-)
copy gdb/testsuite/gdb.ada/{array_char_idx.exp => big_packed_array.exp} (70%)
copy gdb/testsuite/gdb.ada/{aliased_array/foo.adb => big_packed_array/foo_ra24_010 [...]
copy gdb/testsuite/gdb.ada/{enum_idx_packed => big_packed_array}/pck.adb (93%)
create mode 100644 gdb/testsuite/gdb.ada/big_packed_array/pck.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 3884f1bded 1: last-good: binutils-gcc-linux: 18198
new 9bc763d7e6 1: last-good: binutils-gcc-linux: 18198
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 (3884f1bded)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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:
1-reset_artifacts/console.log | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3243 ++---
4-build_abe-stage1/console.log | 4580 ++++---
5-count_linux_objs/console.log | 17724 ++++++++++++-------------
7-update_baseline/console.log | 4 +-
console.log | 25625 +++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 25633 insertions(+), 25575 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 c6134a921b7 [SelectionDAG] Extract [US]MULO expansion into TL method; NFC
new 8924ea3d57d [NFC] Teach getInnermostLoopFor walk up the loop trees
new f6e5376a873 [TEST] Remove 2>&1 from tests
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/Transforms/Scalar/LoopSimplifyCFG.cpp | 16 ++++++++++------
test/Transforms/LoopSimplifyCFG/constant-fold-branch.ll | 6 +++---
2 files changed, 13 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 clang-tools-extra.
from 4aa33868 [clang-tidy] Delete obsolete objc-property-declaration options ✂️
new 1e823245 [clang-tidy][NFCI] DanglingHandleCheck: Remove a superflous I [...]
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/bugprone/DanglingHandleCheck.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 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 9821a0dccf0 PR c++/89315 * g++.dg/cpp0x/initlist114.C: New test.
new 6607b4d27d3 PR c++/89356 * g++.dg/abi/mangle68.C: New test. * g++.dg [...]
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/abi/mangle68.C | 8 ++++++++
gcc/testsuite/g++.dg/cpp0x/decltype69.C | 10 ++++++++++
3 files changed, 22 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/abi/mangle68.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype69.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/llvm-release-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards eba9426ba4 0: last-good: llvm-linux: 19127
new 85a9200e0f 0: last-good: llvm-linux: 19127
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 (eba9426ba4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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:
2-build_llvm/console.log | 5162 +++++++++++++++++------------------
3-count_linux_objs/console.log | 713 ++---
console.log | 5889 ++++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
4 files changed, 5895 insertions(+), 5877 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.