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 fed44c60b3 Fix for texinfo 4.8.
new 97d4213f68 Modify ppceabi ld tests to run on all powerpc ELF targets
new 48f7f3036a Run powerpc vle gas tests for all powerpc ELF targets
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:
gas/ChangeLog | 21 ++++++++++++++
gas/testsuite/gas/ppc/efs.d | 2 +-
gas/testsuite/gas/ppc/efs2.d | 2 +-
gas/testsuite/gas/ppc/lsp-checks.d | 2 +-
gas/testsuite/gas/ppc/lsp.d | 2 +-
gas/testsuite/gas/ppc/ppc.exp | 42 +++++++++++++---------------
gas/testsuite/gas/ppc/spe.d | 2 +-
gas/testsuite/gas/ppc/spe2-checks.d | 2 +-
gas/testsuite/gas/ppc/spe2.d | 2 +-
gas/testsuite/gas/ppc/spe_ambiguous.d | 2 +-
gas/testsuite/gas/ppc/vle-mult-ld-st-insns.d | 2 +-
gas/testsuite/gas/ppc/vle-reloc.d | 2 +-
gas/testsuite/gas/ppc/vle-simple-1.d | 2 +-
gas/testsuite/gas/ppc/vle-simple-2.d | 2 +-
gas/testsuite/gas/ppc/vle-simple-3.d | 2 +-
gas/testsuite/gas/ppc/vle-simple-4.d | 2 +-
gas/testsuite/gas/ppc/vle-simple-5.d | 2 +-
gas/testsuite/gas/ppc/vle-simple-6.d | 2 +-
gas/testsuite/gas/ppc/vle.d | 2 +-
ld/ChangeLog | 6 ++++
ld/testsuite/ld-powerpc/powerpc.exp | 36 +++++++++++-------------
21 files changed, 81 insertions(+), 58 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 e50129a4bb7 2017-12-03 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 1f62aff1e2e * config/pa/pa.c (pa_legitimate_address_p): For scaled ind [...]
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/config/pa/pa.c | 9 ++++++++-
2 files changed, 14 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 binutils-gdb.
from 1e97a22796 Remove mem_region_vector typedef
new fed44c60b3 Fix for texinfo 4.8.
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:
gas/ChangeLog | 5 +++++
gas/doc/c-riscv.texi | 3 +--
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 llvm.
from ad084040994 [X86][AVX512] Tag packed F2I/I2F/F2F conversion instruction [...]
new 0d0f8ed7985 [X86][AVX512] Tag PH2PS/PS2PH conversion instructions sched [...]
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/X86/X86InstrAVX512.td | 66 +++++++++++++++++++++++++---------------
1 file changed, 41 insertions(+), 25 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 fbeb20acedf [X86][AVX512] Regenerate schedule tests.
new ad084040994 [X86][AVX512] Tag packed F2I/I2F/F2F conversion instruction [...]
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/X86/X86InstrAVX512.td | 296 ++++++++++++++++++--------------
test/CodeGen/X86/avx512-bugfix-23634.ll | 2 +-
test/CodeGen/X86/avx512-schedule.ll | 170 +++++++++---------
3 files changed, 249 insertions(+), 219 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 af7247c2d37 [X86][SSE] Remove unused IIC_SSE_CVT_PI2PS_RR/IIC_SSE_CVT_P [...]
new fbeb20acedf [X86][AVX512] Regenerate schedule 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:
test/CodeGen/X86/avx512-schedule.ll | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 8b47f7bedd2 CodeGen: Fix SelectionDAGISel::LowerArguments for sret addr space
new af7247c2d37 [X86][SSE] Remove unused IIC_SSE_CVT_PI2PS_RR/IIC_SSE_CVT_P [...]
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/X86/X86Schedule.td | 2 --
1 file changed, 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 release_50
in repository llvm.
from 9bc5c882186 Merging r316035:
new ddfb9993afc bpf: fix bug on silently truncating 64-bit immediate
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/BPF/BPFISelLowering.cpp | 8 ++++++--
lib/Target/BPF/BPFInstrInfo.td | 2 +-
test/CodeGen/BPF/select_ri.ll | 35 +++++++++++++++++++++++++++++++++++
3 files changed, 42 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-7-branch
in repository gcc.
from e125fe3cb99 2017-12-02 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new d9cacd98049 2017-12-03 Jerry DeLisle <jvdelisle(a)gcc.gnu.org> [...]
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 | 6 ++++++
gcc/testsuite/gfortran.dg/namelist_95.f90 | 23 +++++++++++++++++++++++
libgfortran/ChangeLog | 14 ++++++++++++++
libgfortran/io/list_read.c | 3 ---
libgfortran/io/transfer.c | 3 ++-
libgfortran/io/write.c | 8 +++++---
6 files changed, 50 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/namelist_95.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.