This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 0a5359657 Fix for clang interface update
new fed395f9a Classify tests in lit/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:
lit/Modules/{ => ELF}/build-id-case.yaml | 0
lit/Modules/{ => ELF}/compressed-sections.yaml | 0
lit/Modules/{elf-duplicate-section.yaml => ELF/duplicate-section.yaml} | 0
lit/Modules/{elf-many-sections.s => ELF/many-sections.s} | 0
lit/Modules/{elf-section-types.yaml => ELF/section-types.yaml} | 0
lit/Modules/{ => ELF}/short-build-id.yaml | 0
lit/Modules/{ => MachO}/lc_build_version.yaml | 0
lit/Modules/{ => MachO}/lc_build_version_notools.yaml | 0
lit/Modules/{ => MachO}/lc_version_min.yaml | 0
9 files changed, 0 insertions(+), 0 deletions(-)
rename lit/Modules/{ => ELF}/build-id-case.yaml (100%)
rename lit/Modules/{ => ELF}/compressed-sections.yaml (100%)
rename lit/Modules/{elf-duplicate-section.yaml => ELF/duplicate-section.yaml} (100%)
rename lit/Modules/{elf-many-sections.s => ELF/many-sections.s} (100%)
rename lit/Modules/{elf-section-types.yaml => ELF/section-types.yaml} (100%)
rename lit/Modules/{ => ELF}/short-build-id.yaml (100%)
rename lit/Modules/{ => MachO}/lc_build_version.yaml (100%)
rename lit/Modules/{ => MachO}/lc_build_version_notools.yaml (100%)
rename lit/Modules/{ => MachO}/lc_version_min.yaml (100%)
--
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 newlib.
from df6915f02 Fix powf overflow handling in non-nearest rounding mode
new b3692aed5 nano-vfprintf_float.c: Fix check if negative for nans.
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:
newlib/libc/stdio/nano-vfprintf_float.c | 3 ++-
1 file changed, 2 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 0cd64514d55 S/390: Fix zvector vec_double builtin
new 13c991350d8 Fix test to work when path::native() returns wstring
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 | 3 +++
libstdc++-v3/testsuite/27_io/filesystem/path/itr/traversal.cc | 6 +++---
2 files changed, 6 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 gcc-8-branch
in repository gcc.
from c56359a3cbf Backport from mainline 2018-12-11 Eric Botcazou <ebotca [...]
new 90366472018 S/390: Use VEC_INEXACT/VEC_NOINEXACT instead of magic numbers.
new b4cd9edf00f S/390: Fix zvector vec_double builtin
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 | 19 +++++++++++++++++++
gcc/config/s390/s390-builtins.def | 4 ++--
gcc/config/s390/vx-builtins.md | 12 ++++++------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/s390/zvector/vec-double-1.c | 12 ++++++++++++
gcc/testsuite/gcc.target/s390/zvector/vec-double-2.c | 12 ++++++++++++
6 files changed, 59 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-double-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-double-2.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-7-branch
in repository gcc.
from 9649769b0a8 Daily bump.
new 5f84fc49040 S/390: Use VEC_INEXACT/VEC_NOINEXACT instead of magic numbers.
new d1344503fc2 S/390: Fix zvector vec_double builtin
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 | 19 +++++++++++++++++++
gcc/config/s390/s390-builtins.def | 4 ++--
gcc/config/s390/vx-builtins.md | 12 ++++++------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/s390/zvector/vec-double-1.c | 12 ++++++++++++
gcc/testsuite/gcc.target/s390/zvector/vec-double-2.c | 12 ++++++++++++
6 files changed, 59 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-double-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-double-2.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 master
in repository llvm.
from 8ab90583eeb [TargetLowering] Add ISD::ROTL/ROTR vector expansion
new 69dfdcbfa70 [ARM GlobalISel] Support exts and truncs for Thumb2
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/Target/ARM/ARMInstructionSelector.cpp | 27 +-
lib/Target/ARM/ARMLegalizerInfo.cpp | 6 +-
test/CodeGen/ARM/GlobalISel/arm-legalize-exts.mir | 79 ++++++
test/CodeGen/ARM/GlobalISel/thumb-select-exts.mir | 288 ++++++++++++++++++++++
4 files changed, 385 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/ARM/GlobalISel/arm-legalize-exts.mir
create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-select-exts.mir
--
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 cd55b1f0003 Disable new tests for configurations with no libstdc++fs.a
new 46f0e1b6a8a S/390: Use VEC_INEXACT/VEC_NOINEXACT instead of magic numbers.
new 0cd64514d55 S/390: Fix zvector vec_double builtin
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 | 13 +++++++++++++
gcc/config/s390/s390-builtins.def | 4 ++--
gcc/config/s390/vx-builtins.md | 12 ++++++------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/s390/zvector/vec-double-1.c | 12 ++++++++++++
gcc/testsuite/gcc.target/s390/zvector/vec-double-2.c | 12 ++++++++++++
6 files changed, 50 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-double-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-double-2.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 linaro/gcc-7-branch
in repository gcc.
from 7e94af39f99 Merge branches/gcc-7-branch rev 265943.
adds b58363ce970 Make Linaro GCC Snapshot 7.3-2018.11.
adds 89f1ff7eba4 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
No new revisions were added by this update.
Summary of changes:
gcc/LINARO-VERSION | 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.
unknown user pushed a change to branch linaro/gcc-6-branch
in repository gcc.
from 28477d96c28 Merge branches/gcc-6-branch rev 265890.
adds 44782aa6aea Make Linaro GCC Snapshot 6.5-2018.11.
adds d2e04705586 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
No new revisions were added by this update.
Summary of changes:
gcc/LINARO-VERSION | 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-master-arm-lts-allmodconfig
in repository toolchain/binutils-gdb.
from 60f9fdc9c2 Automatic date update in version.in
adds 13dc50ee16 [GAS][Arm] Skip Local BLX Thumb tests for arm-netbsdelf and arm-nto
adds 4de3d8d066 gdb/riscv: Handle passing variadic floating point arguments
adds 6bf78e29a1 gdb/infcall: Make infcall_suspend_state into a class
adds b001de2320 gdb: Update test pattern to deal with native-extended-gdbserver
adds c8749e5810 OBVIOUS: Forward declare linux_xfer_osdata_info_os_types on [...]
adds 66ac1ae906 gdb: Update NEWS for OpenRISC Linux support
adds fe554d200d Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 5 ++
gas/testsuite/gas/arm/blx-local-thumb.d | 2 +-
gdb/ChangeLog | 35 +++++++++
gdb/NEWS | 1 +
gdb/infrun.c | 134 +++++++++++++++++++-------------
gdb/nat/linux-osdata.c | 3 +-
gdb/riscv-tdep.c | 5 +-
gdb/testsuite/ChangeLog | 4 +
gdb/testsuite/gdb.base/annota1.exp | 23 +++++-
10 files changed, 153 insertions(+), 61 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.