This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4191f35 Fix integer load reservation for -march=znver1 2016-10-11 Ve [...]
new 723f8a7 2016-10-11 Richard Biener <rguenther(a)suse.de>
new 4efdb8d 2016-10-11 Richard Biener <rguenther(a)suse.de>
new bea517c configure: redirect -fsplit-stack compilation to dev/null
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/ChangeLog | 15 ++++++++++++
gcc/dwarf2out.c | 62 +++++++++++++++++++++++++++++++++++++++++--------
gcc/gimple-low.c | 17 ++++++++------
gcc/go/gofrontend/MERGE | 2 +-
libgo/configure | 6 ++---
libgo/configure.ac | 6 ++---
6 files changed, 84 insertions(+), 24 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 f0e1172 [clang-tidy] modernize-use-default default constructor bugfix
new c949cec [clang-tidy] readability-avoid-const-params-in-decls template [...]
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/readability/AvoidConstParamsInDecls.cpp | 7 +++-
.../readability-avoid-const-params-in-decls.cpp | 37 ++++++++++++++++++++++
2 files changed, 43 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.
charles.baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 40ab501 Make test-checkout.sh executable.
new 519d750 Do checkout test for gcc4_9 configdir.
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-checkout.sh | 1 +
1 file changed, 1 insertion(+)
--
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 3addd05 [Thumb] Save/restore high registers in Thumb1 pro/epilogues
new 188a521 [Support/ELF] - Add OpenBSD PT_OPENBSD_RANDOMIZE, PT_OPENBSD_ [...]
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:
include/llvm/Support/ELF.h | 3 +++
1 file changed, 3 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 gcc.
from f9d8631 2016-10-11 Fritz Reese <fritzoreese(a)gmail.com>
new 4191f35 Fix integer load reservation for -march=znver1 2016-10-11 Ve [...]
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 | 4 ++++
gcc/config/i386/znver1.md | 8 ++++----
2 files changed, 8 insertions(+), 4 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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe.
from 4bd508d Support GCC 4.9 via --extraconfigdir.
new 13a4466 Fix eglibc checkout path.
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/checkout.sh | 2 +-
lib/component.sh | 3 ---
lib/configure.sh | 5 +++++
3 files changed, 6 insertions(+), 4 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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe.
from 0d4d41d Remove --prefix option, bug #2543.
new 4bd508d Support GCC 4.9 via --extraconfigdir.
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:
abe.sh | 107 +++++++++++++++++++++++++-----------
config/eglibc.conf | 2 +-
config/gcc4_9/binutils.conf | 1 +
config/{gcc5 => gcc4_9}/gcc.conf | 2 +-
config/{gcc5 => gcc4_9}/glibc.conf | 2 +-
config/{gcc5 => gcc4_9}/gmp.conf | 0
config/{gcc5 => gcc4_9}/linux.conf | 0
config/{gcc5 => gcc4_9}/mpfr.conf | 0
config/{gcc5 => gcc4_9}/newlib.conf | 0
config/gcc4_9/preferred_libc.conf | 1 +
config/preferred_libc.conf | 1 +
lib/globals.sh | 2 +-
test.sh | 2 +-
13 files changed, 84 insertions(+), 36 deletions(-)
create mode 100644 config/gcc4_9/binutils.conf
copy config/{gcc5 => gcc4_9}/gcc.conf (80%)
copy config/{gcc5 => gcc4_9}/glibc.conf (66%)
copy config/{gcc5 => gcc4_9}/gmp.conf (100%)
copy config/{gcc5 => gcc4_9}/linux.conf (100%)
copy config/{gcc5 => gcc4_9}/mpfr.conf (100%)
copy config/{gcc5 => gcc4_9}/newlib.conf (100%)
create mode 100644 config/gcc4_9/preferred_libc.conf
create mode 100644 config/preferred_libc.conf
--
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 dd1828f Minor tweaks
new f9d8631 2016-10-11 Fritz Reese <fritzoreese(a)gmail.com>
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/fortran/ChangeLog | 19 ++
gcc/fortran/gfortran.h | 1 +
gcc/fortran/gfortran.texi | 37 +++
gcc/fortran/intrinsic.c | 120 +++++++
gcc/fortran/intrinsic.h | 8 +
gcc/fortran/intrinsic.texi | 564 ++++++++++++++++++++++++++++++++-
gcc/fortran/invoke.texi | 7 +-
gcc/fortran/iresolve.c | 233 ++++++++++++++
gcc/fortran/lang.opt | 4 +
gcc/fortran/options.c | 1 +
gcc/fortran/simplify.c | 181 +++++++++++
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gfortran.dg/dec_math.f90 | 289 +++++++++++++++++
13 files changed, 1463 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dec_math.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 lldb.
from 3056fee Add a second, more complicated, arm64 example program to the [...]
new 0036095 Fix Arm64InstEmulation tests for 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:
.../InstEmulation/TestArm64InstEmulation.cpp | 19 ++++---------------
1 file changed, 4 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.