This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3c0d35600d Placate MSVC's narrowing conversion unhappiness.
new 499f1664f8 Fix fuzzer.c test on platforms where CLANG_DEFAULT_CXX_STDLI [...]
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/fuzzer.c | 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 gcc-7-branch
in repository gcc.
from 55564e01c43 S/390: PR79895: Fix TImode constant handling
new 92dd624fd32 S/390: PR80464: Split MEM->GPR vector moves
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 | 9 +++++
gcc/config/s390/vector.md | 19 +++++++++++
gcc/testsuite/ChangeLog | 8 +++++
.../gfortran.fortran-torture/compile/pr80464.f90 | 39 ++++++++++++++++++++++
4 files changed, 75 insertions(+)
create mode 100644 gcc/testsuite/gfortran.fortran-torture/compile/pr80464.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 gcc-7-branch
in repository gcc.
from 10d35ddf946 PR rtl-optimization/80501 * combine.c (make_compound_oper [...]
new 8decb398031 S/390: Load and test peephole.
new 1ca0972f327 S/390: Load and test peephole.
new e74853fd41c S/390: PR80080: Optimize atomic patterns.
new 55564e01c43 S/390: PR79895: Fix TImode constant handling
The 4 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 | 58 ++++
gcc/config/s390/predicates.md | 5 +
gcc/config/s390/s390-protos.h | 4 +-
gcc/config/s390/s390.c | 184 ++++++++++-
gcc/config/s390/s390.md | 163 +++++-----
gcc/testsuite/ChangeLog | 18 ++
.../gcc.target/s390/md/atomic_compare_exchange-1.c | 84 ++++++
.../s390/md/atomic_compare_exchange-1.inc | 336 +++++++++++++++++++++
.../gcc.target/s390/md/atomic_exchange-1.c | 309 +++++++++++++++++++
gcc/testsuite/gcc.target/s390/pr79895.c | 9 +
10 files changed, 1091 insertions(+), 79 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/md/atomic_compare_exchange-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/md/atomic_compare_exchange-1.inc
create mode 100644 gcc/testsuite/gcc.target/s390/md/atomic_exchange-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr79895.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 gcc.
from ed7fd418149 Minor reformatting.
new 70286dd7029 * gcc-interface/Makefile.in: Cleanup VxWorks targets.
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/ada/ChangeLog | 4 ++++
gcc/ada/gcc-interface/Makefile.in | 23 ++++++++++++++++-------
2 files changed, 20 insertions(+), 7 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 390033473cc [IVUsers] Don't bail out of normalizing non-affine add recs
new 1ef6a945eb9 [DAGCombiner] Use SDValue::getConstantOperandVal helper whe [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 12 +++++-------
1 file changed, 5 insertions(+), 7 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 2c5e586a70f 2017-04-25 Eric Botcazou <ebotcazou(a)adacore.com>
new 87b5bd9233a 2017-04-25 Hristian Kirtchev <kirtchev(a)adacore.com>
new 9ce7d07887d 2017-04-25 Eric Botcazou <ebotcazou(a)adacore.com>
new ed7fd418149 Minor reformatting.
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/ada/ChangeLog | 106 ++++++++++++++++++++++++++++++++++
gcc/ada/bindgen.adb | 4 +-
gcc/ada/einfo.adb | 49 +++++++++++++++-
gcc/ada/einfo.ads | 29 ++++++++--
gcc/ada/errout.adb | 4 ++
gcc/ada/exp_aggr.adb | 18 +++++-
gcc/ada/exp_atag.adb | 28 +++++----
gcc/ada/exp_atag.ads | 4 +-
gcc/ada/exp_ch4.adb | 5 +-
gcc/ada/exp_dbug.adb | 18 +++---
gcc/ada/expander.ads | 8 +--
gcc/ada/fname.adb | 44 ++++++++------
gcc/ada/inline.adb | 2 +-
gcc/ada/opt.ads | 21 ++++---
gcc/ada/s-ficobl.ads | 5 +-
gcc/ada/s-fileio.adb | 2 +
gcc/ada/s-taprop-linux.adb | 4 +-
gcc/ada/sem.ads | 20 +++----
gcc/ada/sem_ch12.adb | 140 +++++++++++++++++++++++++++------------------
gcc/ada/sem_ch6.adb | 44 ++++++++++++--
gcc/ada/sem_ch7.adb | 21 +++++++
gcc/ada/sem_ch8.adb | 26 ++++-----
gcc/ada/sem_prag.adb | 2 +-
gcc/ada/sem_util.adb | 16 +++++-
24 files changed, 462 insertions(+), 158 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 binutils-gdb.
from debed3db48 Fix build on gcc < 5 (std::is_trivially_copyable missing)
new adc1273cb2 MIPS/GAS: Correct BFD_RELOC_MIPS16_16_PCREL_S1 fixup size
new 6e3d1f0728 MIPS16/opcodes: Annotate instruction aliases
new 0348fd79d4 MIPS16/opcodes: Add `-M no-aliases' disassembler option help text
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:
binutils/ChangeLog | 7 +++++
binutils/testsuite/binutils-all/mips/mips.exp | 2 ++
.../testsuite/binutils-all/mips/mips16-alias.d | 15 +++++++++++
.../testsuite/binutils-all/mips/mips16-alias.s | 20 +++++++++++++++
.../testsuite/binutils-all/mips/mips16-noalias.d | 16 ++++++++++++
gas/ChangeLog | 12 +++++++++
gas/config/tc-mips.c | 6 +----
gas/testsuite/gas/mips/mips.exp | 2 ++
gas/testsuite/gas/mips/mips16-branch-addend-4.d | 30 ++++++++++++++++++++++
gas/testsuite/gas/mips/mips16-branch-addend-4.s | 24 +++++++++++++++++
gas/testsuite/gas/mips/mips16-branch-addend-5.d | 4 +++
gas/testsuite/gas/mips/mips16-branch-addend-5.l | 11 ++++++++
gas/testsuite/gas/mips/mips16-branch-addend-5.s | 24 +++++++++++++++++
opcodes/ChangeLog | 11 ++++++++
opcodes/mips-dis.c | 3 +++
opcodes/mips16-opc.c | 12 +++++----
16 files changed, 189 insertions(+), 10 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/mips/mips16-alias.d
create mode 100644 binutils/testsuite/binutils-all/mips/mips16-alias.s
create mode 100644 binutils/testsuite/binutils-all/mips/mips16-noalias.d
create mode 100644 gas/testsuite/gas/mips/mips16-branch-addend-4.d
create mode 100644 gas/testsuite/gas/mips/mips16-branch-addend-4.s
create mode 100644 gas/testsuite/gas/mips/mips16-branch-addend-5.d
create mode 100644 gas/testsuite/gas/mips/mips16-branch-addend-5.l
create mode 100644 gas/testsuite/gas/mips/mips16-branch-addend-5.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 gcc.
from 135c2b9d67a 2017-04-25 Ed Schonberg <schonberg(a)adacore.com>
new fb62484eccb 2017-04-25 Ed Schonberg <schonberg(a)adacore.com>
new f1ce0b4e57e 2017-04-25 Bob Duff <duff(a)adacore.com>
new 328d8eaaaa4 2017-04-25 Hristian Kirtchev <kirtchev(a)adacore.com>
new 49adf385241 2017-04-25 Hristian Kirtchev <kirtchev(a)adacore.com>
new 2c5e586a70f 2017-04-25 Eric Botcazou <ebotcazou(a)adacore.com>
The 5 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/ada/ChangeLog | 120 +++++++++++++++
gcc/ada/adaint.c | 22 ++-
gcc/ada/adaint.h | 1 +
gcc/ada/binde.adb | 2 +-
gcc/ada/bindgen.adb | 8 +-
gcc/ada/checks.adb | 35 ++---
gcc/ada/debug.adb | 7 +-
gcc/ada/errout.adb | 26 +++-
gcc/ada/exp_ch6.adb | 422 ++++++++++++++++++++++++++++++++-------------------
gcc/ada/exp_dbug.adb | 25 ++-
gcc/ada/exp_unst.adb | 20 ++-
gcc/ada/fname.adb | 137 ++++++++---------
gcc/ada/prep.adb | 1 -
gcc/ada/s-fileio.adb | 5 +-
gcc/ada/s-os_lib.adb | 22 +++
gcc/ada/s-os_lib.ads | 6 +
gcc/ada/s-string.adb | 6 +-
gcc/ada/sem_ch10.adb | 34 +++--
gcc/ada/sem_disp.adb | 14 +-
gcc/ada/sem_prag.adb | 97 +++++++-----
gcc/ada/sem_util.adb | 214 +++++++++++++++-----------
21 files changed, 801 insertions(+), 423 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 89e864b989b 2017-04-25 Hristian Kirtchev <kirtchev(a)adacore.com>
new 552d7cbce2f 2017-04-25 Hristian Kirtchev <kirtchev(a)adacore.com>
new 135c2b9d67a 2017-04-25 Ed Schonberg <schonberg(a)adacore.com>
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/ada/ChangeLog | 53 ++++++++++++
gcc/ada/binde.adb | 11 ++-
gcc/ada/checks.adb | 32 ++++----
gcc/ada/einfo.adb | 15 +++-
gcc/ada/einfo.ads | 11 +++
gcc/ada/eval_fat.adb | 11 ++-
gcc/ada/exp_ch7.adb | 7 +-
gcc/ada/s-fileio.adb | 90 ++++++++++++++------
gcc/ada/sem_ch3.adb | 6 ++
gcc/ada/sem_ch4.adb | 226 +++++++++++++++++++++++++--------------------------
gcc/ada/sem_disp.adb | 59 ++++++++++++++
gcc/ada/sem_prag.adb | 53 +++++++-----
gcc/ada/usage.adb | 4 +
gcc/ada/warnsw.adb | 14 +++-
gcc/ada/warnsw.ads | 7 +-
15 files changed, 410 insertions(+), 189 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.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from e85c87a jenkins-helpers.sh: Make print_node_with_least_containers ret [...]
new c2194b9 tcwg-llvm-build.sh: Add wget progress
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:
tcwg-llvm-build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.