This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4debe7db62 [ARM][AArch64] Fix incorrect handling of alignment in va_arg [...]
new fc52252f1a Mark tests from r361278 as unsupported 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:
test/Driver/darwin-header-search-libcxx.cpp | 2 ++
test/Driver/darwin-header-search-libstdcxx.cpp | 2 ++
test/Driver/darwin-header-search-system.cpp | 2 ++
3 files changed, 6 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 binutils-gdb.
from 7166f90a77 gdb/doc: Minor formatting fixes in documentation of -complete
new 0a5954bd5f gdb/riscv: Improve flen length determination
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:
gdb/ChangeLog | 6 ++++++
gdb/riscv-tdep.c | 16 +++++++++++++++-
2 files changed, 21 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.
unknown user pushed a change to branch master
in repository gcc.
from b9d225b74ac Do not use quotes in tests (PR testsuite/90564).
new bf128135cad 2019-05-22 Richard Biener <rguenther(a)suse.de>
new 647551f1bd7 fortran/89100: Default widths with -fdec-format-defaults
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:
gcc/ChangeLog | 6 +++
gcc/alias.c | 12 ------
gcc/emit-rtl.c | 24 +++++++++++
gcc/fortran/ChangeLog | 13 ++++++
gcc/fortran/gfortran.texi | 17 ++++++++
gcc/fortran/invoke.texi | 25 ++++++-----
gcc/fortran/io.c | 31 ++++++++++++--
gcc/fortran/lang.opt | 4 ++
gcc/fortran/options.c | 1 +
gcc/testsuite/ChangeLog | 13 ++++++
.../gfortran.dg/fmt_f_default_field_width_1.f90 | 40 +++++++++++++++++
.../gfortran.dg/fmt_f_default_field_width_2.f90 | 43 +++++++++++++++++++
.../gfortran.dg/fmt_f_default_field_width_3.f90 | 30 +++++++++++++
.../gfortran.dg/fmt_g_default_field_width_1.f90 | 45 +++++++++++++++++++
.../gfortran.dg/fmt_g_default_field_width_2.f90 | 48 +++++++++++++++++++++
.../gfortran.dg/fmt_g_default_field_width_3.f90 | 33 ++++++++++++++
.../gfortran.dg/fmt_i_default_field_width_1.f90 | 40 +++++++++++++++++
.../gfortran.dg/fmt_i_default_field_width_2.f90 | 44 +++++++++++++++++++
.../gfortran.dg/fmt_i_default_field_width_3.f90 | 37 ++++++++++++++++
libgfortran/ChangeLog | 24 +++++++++++
libgfortran/io/format.c | 35 +++++++++++++++
libgfortran/io/io.h | 50 ++++++++++++++++++++++
libgfortran/io/read.c | 6 +++
libgfortran/io/write.c | 22 ++++++----
libgfortran/io/write_float.def | 37 +++++++++++++---
25 files changed, 640 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/fmt_f_default_field_width_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/fmt_f_default_field_width_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/fmt_f_default_field_width_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/fmt_g_default_field_width_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/fmt_g_default_field_width_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/fmt_g_default_field_width_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/fmt_i_default_field_width_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/fmt_i_default_field_width_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/fmt_i_default_field_width_3.f90
--
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 b0f4fbf81a ARM STM32L4XX erratum test failure with MALLOC_PERTURB_
new 7166f90a77 gdb/doc: Minor formatting fixes in documentation of -complete
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:
gdb/doc/ChangeLog | 4 ++++
gdb/doc/gdb.texinfo | 4 ++--
2 files changed, 6 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 lldb.
from 086c38c66 Add AST logging
new 240b2de91 DWARF: Add debug_ranges/rnglists tests
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:
lit/SymbolFile/DWARF/debug_ranges.s | 92 ++++++++++++++++++
.../DWARF/debug_ranges_and_rnglists.test | 19 ++++
lit/SymbolFile/DWARF/debug_rnglists.s | 108 +++++++++++++++++++++
3 files changed, 219 insertions(+)
create mode 100644 lit/SymbolFile/DWARF/debug_ranges.s
create mode 100644 lit/SymbolFile/DWARF/debug_ranges_and_rnglists.test
create mode 100644 lit/SymbolFile/DWARF/debug_rnglists.s
--
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 88f9b280cd [Driver][Windows] Add dependent lib argument for -fprofile-g [...]
new 4debe7db62 [ARM][AArch64] Fix incorrect handling of alignment in va_arg [...]
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/AST/ASTContext.cpp | 2 +-
lib/CodeGen/TargetInfo.cpp | 28 +-
test/CodeGen/aarch64-varargs.c | 647 +++++++++++++++++++++++++++++++++++++++++
test/CodeGen/arm-varargs.c | 322 ++++++++++++++++++++
4 files changed, 984 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/arm-varargs.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-master-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 3812357c 0: update: llvm-linux: boot
new 0781d00c 0: update: llvm-linux: boot
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 (3812357c)
\
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 | 176 +-
02-build_llvm/console.log | 11740 ++++++++++++++++++------------------
03-build_linux/console.log | 778 +--
06-update_baseline/console.log | 25 -
console.log | 12719 +++++++++++++++++++--------------------
jenkins/manifest.sh | 14 +-
6 files changed, 12715 insertions(+), 12737 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.