This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 27117a5 2016-04-20 Hristian Kirtchev <kirtchev(a)adacore.com>
new c4c4e98 2016-04-20 Arnaud Charlet <charlet(a)adacore.com>
new b2ff4e1 2016-04-20 Yannick Moy <moy(a)adacore.com>
new acd4c1e 2016-04-20 Hristian Kirtchev <kirtchev(a)adacore.com>
new 97efb92 PR tree-optimization/70725 * tree-if-conv.c (is_false_predi [...]
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 | 6 ++
gcc/ada/ChangeLog | 35 +++++++++
gcc/ada/einfo.adb | 1 +
gcc/ada/exp_attr.adb | 169 ++++++++++++++++++++---------------------
gcc/ada/exp_unst.adb | 21 ++++-
gcc/ada/inline.ads | 6 +-
gcc/ada/osint.adb | 2 +-
gcc/ada/s-imgint.adb | 55 +++++++-------
gcc/ada/s-imglli.adb | 59 +++++++-------
gcc/ada/s-imgllu.adb | 37 +++------
gcc/ada/s-imguns.adb | 37 +++------
gcc/ada/sem_res.adb | 10 +--
gcc/ada/sem_util.adb | 48 ++++++++++++
gcc/ada/sem_util.ads | 8 +-
gcc/ada/sinfo.ads | 6 +-
gcc/ada/xref_lib.ads | 4 +-
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.dg/pr70725.c | 22 ++++++
gcc/tree-if-conv.c | 12 ++-
19 files changed, 330 insertions(+), 213 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr70725.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 157c814 2016-04-20 Hristian Kirtchev <kirtchev(a)adacore.com>
new ebb4ceb 2016-04-20 Gary Dismukes <dismukes(a)adacore.com>
new 3f6c57e 2016-04-20 Vincent Celier <celier(a)adacore.com>
new a69c81b 2016-04-20 Javier Miranda <miranda(a)adacore.com>
new 2de214f 2016-04-20 Javier Miranda <miranda(a)adacore.com>
new 3f5a114 2016-04-20 Arnaud Charlet <charlet(a)adacore.com>
new 670f638 2016-04-20 Javier Miranda <miranda(a)adacore.com>
new 27117a5 2016-04-20 Hristian Kirtchev <kirtchev(a)adacore.com>
The 7 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 | 104 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/ada/a-calend.ads | 3 +-
gcc/ada/a-dispat.ads | 3 +-
gcc/ada/a-reatim.ads | 3 +-
gcc/ada/a-taside.ads | 3 +-
gcc/ada/clean.adb | 4 +-
gcc/ada/contracts.adb | 39 +++++++++++++-----
gcc/ada/einfo.ads | 4 +-
gcc/ada/exp_ch5.adb | 2 +-
gcc/ada/exp_ch6.adb | 26 +++++++++++-
gcc/ada/exp_util.adb | 16 --------
gcc/ada/ghost.adb | 25 ++++++++----
gcc/ada/gnatname.adb | 4 +-
gcc/ada/lib-xref.adb | 3 +-
gcc/ada/make.adb | 4 +-
gcc/ada/par_sco.adb | 4 +-
gcc/ada/sem_attr.adb | 42 +++++++++++++++++--
gcc/ada/sem_ch12.adb | 8 ----
gcc/ada/sem_ch13.adb | 6 +--
gcc/ada/sem_ch5.adb | 43 +++++++++-----------
gcc/ada/sem_prag.adb | 11 +++++
gcc/ada/sem_res.adb | 12 +++++-
gcc/ada/sem_util.adb | 24 ++++++-----
gcc/ada/sinfo.adb | 4 +-
gcc/ada/sinfo.ads | 4 +-
gcc/ada/snames.ads-tmpl | 8 ++--
26 files changed, 299 insertions(+), 110 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 9d2d406 2016-04-20 Richard Biener <rguenther(a)suse.de>
new 5da394f 2016-04-20 Hristian Kirtchev <kirtchev(a)adacore.com>
new 157c814 2016-04-20 Hristian Kirtchev <kirtchev(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 | 22 ++++++++++
gcc/ada/sem_ch13.adb | 122 ++++++++++++++++++++++++++-------------------------
gcc/ada/sem_util.adb | 5 +++
3 files changed, 89 insertions(+), 60 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 633d674 Fix a crash in cppcoreguidelines-pro-type-member-init related [...]
new a2a9da6 clang-tidy: [misc-unused-using-decls] Always use the canonica [...]
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/misc/UnusedUsingDeclsCheck.cpp | 8 +++++---
clang-tidy/misc/UnusedUsingDeclsCheck.h | 4 ++--
test/clang-tidy/misc-unused-using-decls.cpp | 1 +
3 files changed, 8 insertions(+), 5 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 6ae2468 [mips][microMIPS]Implement CFC*, CTC* and LDC* instructions D [...]
new ec050f4 [X86] enable PIE for functions
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/X86FastISel.cpp | 23 ++++-----------------
lib/Target/X86/X86ISelLowering.cpp | 27 ++-----------------------
lib/Target/X86/X86Subtarget.cpp | 29 +++++++++++++++++++++++++++
lib/Target/X86/X86Subtarget.h | 5 +++++
test/CodeGen/X86/pie.ll | 41 ++++++++++++++++++++++++++++++++++++++
5 files changed, 81 insertions(+), 44 deletions(-)
create mode 100644 test/CodeGen/X86/pie.ll
--
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 8a12043 [Clang-tidy] Fix extra semicolon warning in cppcoreguidelines [...]
new 633d674 Fix a crash in cppcoreguidelines-pro-type-member-init related [...]
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/cppcoreguidelines/ProTypeMemberInitCheck.cpp | 10 ++++------
test/clang-tidy/cppcoreguidelines-pro-type-member-init.cpp | 7 +++++++
2 files changed, 11 insertions(+), 6 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 5453043 PR70674: S/390: Add memory barrier to stack pointer restore f [...]
new 9d2d406 2016-04-20 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/vect/pr70726.cc | 19 +++++++++++++++++++
gcc/tree-vect-stmts.c | 10 ++++++++++
4 files changed, 40 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/vect/pr70726.cc
--
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-6-branch
in repository gcc.
from 4a71630 PR70674: S/390: Add memory barrier to stack pointer restore f [...]
new 3c9daa4 2016-04-20 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/vect/pr70726.cc | 19 +++++++++++++++++++
gcc/tree-vect-stmts.c | 10 ++++++++++
4 files changed, 40 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/vect/pr70726.cc
--
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 6ca2913 PR middle-end/70680 * gimplify.c (gimplify_omp_for): Call o [...]
new 5453043 PR70674: S/390: Add memory barrier to stack pointer restore f [...]
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 | 11 ++++
gcc/config/s390/s390.c | 91 +++++++++++++++++++--------------
gcc/config/s390/s390.md | 10 ++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/s390/pr70674.c | 13 +++++
5 files changed, 92 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr70674.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-6-branch
in repository gcc.
from 73fc3c6 Daily bump.
new 4a71630 PR70674: S/390: Add memory barrier to stack pointer restore f [...]
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 | 11 ++++
gcc/config/s390/s390.c | 91 +++++++++++++++++++--------------
gcc/config/s390/s390.md | 10 ++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/s390/pr70674.c | 13 +++++
5 files changed, 92 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr70674.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.