This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/pne
in repository gcc.
at 2bbc03a6949 debug info: partial noentry functions: omp split-out blocks
This branch includes the following new commits:
new 0afc306e733 debug info: partial noentry functions: infra
new c2f812f0193 debug info: partial noentry functions: partial inlines
new 2bbc03a6949 debug info: partial noentry functions: omp split-out blocks
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.
--
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 3c0f15b4ceb Add generic part for Intel CET enabling. The spec is available at
new c6c093ed77f 2017-10-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/gcc.dg/torture/pr82473.c | 22 ++++++++++++++++++++++
gcc/tree-vect-loop.c | 7 +++++--
4 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr82473.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 3ebb1bac73f [arm] Fix architecture selection when building libatomic wi [...]
new 3c0f15b4ceb Add generic part for Intel CET enabling. The spec is available at
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 | 25 +++++++++++++++++++++++++
gcc/attribs.c | 3 +++
gcc/c-family/c-attribs.c | 27 +++++++++++++++++++++++++++
gcc/c/gimple-parser.c | 4 ++--
gcc/cfgexpand.c | 16 ++++++++++++++++
gcc/combine.c | 1 +
gcc/common.opt | 23 +++++++++++++++++++++++
gcc/emit-rtl.c | 1 +
gcc/flag-types.h | 9 +++++++++
gcc/gimple.c | 19 ++++++++++++++++++-
gcc/gimple.h | 22 +++++++++++++++++++++-
gcc/gimplify.c | 6 ++----
gcc/ipa-icf.c | 6 ++++++
gcc/recog.c | 1 +
gcc/reg-notes.def | 7 +++++++
gcc/toplev.c | 26 ++++++++++++++++++++++++++
16 files changed, 188 insertions(+), 8 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 hjl/pie/static
in repository glibc.
discards 5604b66228 Add --enable-static-pie to build-many-glibcs.py
discards 936d3eb5e6 sparc: Check PIC instead of SHARED in start.S
discards 455873e055 microblaze: Check PIC instead of SHARED in start.S
discards 122fb81b59 m68k: Check PIC instead of SHARED in start.S
discards 0f1b549c82 hppa: Check PIC instead of SHARED in start.S
discards 617ffed240 aarch64: Check PIC instead of SHARED in start.S
discards 4725827d1d sh: Update elf_machine_load_address for static PIE
discards bf00010c16 s390: Update elf_machine_load_address for static PIE
discards 021b64f7d1 m68k: Update elf_machine_load_address for static PIE
discards 767b6fecf1 Add --enable-static-pie configure option to build static PIE [...]
adds 63b4baa44e sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]
adds 2f9314b412 Add new locale shn_MM [BZ #13605]
adds 4027a4fda0 m68k: Check PIC instead of SHARED in start.S
adds 9ba7e81028 m68k: Update elf_machine_load_address for static PIE
new 7a0b60277e Add --enable-static-pie configure option to build static PIE [...]
new 401348d7ab s390: Update elf_machine_load_address for static PIE
new 1ca915eedd sh: Update elf_machine_load_address for static PIE
new 034cabd1d6 aarch64: Check PIC instead of SHARED in start.S
new 60eb65d321 hppa: Check PIC instead of SHARED in start.S
new 4006465d70 microblaze: Check PIC instead of SHARED in start.S
new 4ac33cf9a7 sparc: Check PIC instead of SHARED in start.S
new 79dd5e20eb Add --enable-static-pie to build-many-glibcs.py
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5604b66228)
\
N -- N -- N refs/heads/hjl/pie/static (79dd5e20eb)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 8 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:
ChangeLog | 26 ++
localedata/SUPPORTED | 1 +
localedata/locales/shn_MM | 292 +++++++++++++++++++++
sysdeps/posix/sysconf.c | 1 +
sysdeps/unix/sysv/linux/Makefile | 5 +-
.../unix/sysv/linux/tst-sysconf-iov_max-uapi.c | 13 +-
.../unix/sysv/linux/tst-sysconf-iov_max.c | 21 +-
7 files changed, 343 insertions(+), 16 deletions(-)
create mode 100644 localedata/locales/shn_MM
copy support/xdup2.c => sysdeps/unix/sysv/linux/tst-sysconf-iov_max-uapi.c (78%)
copy math/test-finite-macros.c => sysdeps/unix/sysv/linux/tst-sysconf-iov_max.c (60%)
--
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 c4d42df2a3a * x86-tune-costs.h (core_cost): Fix div, move and sqrt latencies.
new 3ebb1bac73f [arm] Fix architecture selection when building libatomic wi [...]
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:
libatomic/ChangeLog | 6 ++++++
libatomic/Makefile.am | 2 +-
libatomic/Makefile.in | 2 +-
3 files changed, 8 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 clang.
from f4502ab59c Basic: restore {,u}intptr_t on NetBSD/ARM
new a312801e78 [CodeGen] Fix generation of TBAA info for array-to-pointer c [...]
new d6aede0fad [clang-refactor] Add "-Inplace" option to the commandline tool.
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:
lib/CodeGen/CGExpr.cpp | 10 ++++++++--
test/CodeGen/tbaa-array.cpp | 18 ++++++++++++++++++
test/Refactor/tool-apply-replacements.cpp | 12 +++++-------
tools/clang-refactor/ClangRefactor.cpp | 22 ++++++++++++++++------
4 files changed, 47 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/tbaa-array.cpp
--
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 6784dab5acf 2017-10-20 Richard Biener <rguenther(a)suse.de>
new c4d42df2a3a * x86-tune-costs.h (core_cost): Fix div, move and sqrt latencies.
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/x86-tune-costs.h | 37 ++++++++++++++++++++-----------------
2 files changed, 24 insertions(+), 17 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.
tcwg-buildslave pushed a change to branch linaro-local/gcc-5-integration-branch
in repository toolchain/gcc.
from 623985a83f2 Merge branches/gcc-5-branch rev 253576
adds e762e5a5d12 Make Linaro GCC Snapshot 5.5-2017.10.
new aa27525981a gcc/ * LINARO-VERSION: Bump version number, post snapshot.
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/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/snapshots/linaro-5.5-2017.10
in repository toolchain/gcc.
at 7022bf66a55 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
This branch includes the following new commits:
new 7022bf66a55 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
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.
--
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 annotated tag linaro-snapshot-5.5-2017.10
in repository toolchain/gcc.
at 72613870640 (tag)
tagging e762e5a5d129364832a6579395fbf6981ef3fc78 (commit)
replaces linaro-snapshot-5.4-2017.05
tagged by TCWG Automation
on Fri Oct 20 13:26:53 2017 +0100
- Log -----------------------------------------------------------------
Linaro GCC Snapshot 5.5-2017.10
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new e762e5a5d12 Make Linaro GCC Snapshot 5.5-2017.10.
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.