This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr81523/master
in repository gcc.
discards e58df985090 PR driver/81523: Make -static override -pie
new ea702c99286 PR driver/81523: Make -static override -pie
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 (e58df985090)
\
N -- N -- N refs/heads/hjl/pr81523/master (ea702c99286)
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 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/gcc.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 master
in repository llvm.
from d5395f15ca1 Add missing case to switch
new c37f42c5b84 [CMake] Remove redundant logic in runtimes/CMakeList.txt
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:
runtimes/CMakeLists.txt | 3 ---
1 file changed, 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 hjl/pr81523/master
in repository gcc.
omits a1c94fbfb3f PR driver/81523: Make -static override -pie
new e58df985090 PR driver/81523: Make -static override -pie
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 (a1c94fbfb3f)
\
N -- N -- N refs/heads/hjl/pr81523/master (e58df985090)
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 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/gcc.c | 4 +++-
gcc/testsuite/gcc.dg/{pie-static-2.c => pie-7.c} | 2 +-
gcc/testsuite/gcc.dg/pie-static-1.c | 2 +-
gcc/testsuite/gcc.dg/pie-static-2.c | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)
copy gcc/testsuite/gcc.dg/{pie-static-2.c => pie-7.c} (62%)
--
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 115ab5283c AArch64 & ARM: move TargetInfo functions from .h to .cpp file. NFC.
new 3ce4725d2e [CodeGen] Propagate dllexport to thunks
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/ItaniumCXXABI.cpp | 8 ++++++++
test/CodeGenCXX/dllexport-vtable-thunks.cpp | 23 +++++++++++++++++++++++
2 files changed, 31 insertions(+)
create mode 100644 test/CodeGenCXX/dllexport-vtable-thunks.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 clang.
from 2436764cf9 Work around an MSVC2017 update 3 codegen bug.
new 115ab5283c AArch64 & ARM: move TargetInfo functions from .h to .cpp file. NFC.
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/Basic/Targets/AArch64.cpp | 451 ++++++++++++++++++++-
lib/Basic/Targets/AArch64.h | 447 +++------------------
lib/Basic/Targets/ARM.cpp | 889 +++++++++++++++++++++++++++++++++++-------
lib/Basic/Targets/ARM.h | 607 +++-------------------------
4 files changed, 1294 insertions(+), 1100 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 be601c3e6e9 PR bootstrap/81521 * tree.def: Remove TYPE_METHODS docume [...]
new d782c3b8b57 gcc/ChangeLog:
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 | 15 +++++
gcc/config/rs6000/altivec.h | 3 +
gcc/config/rs6000/rs6000-builtin.def | 5 ++
gcc/config/rs6000/rs6000-c.c | 5 ++
gcc/config/rs6000/vsx.md | 74 +++++++++++++++++++++-
gcc/doc/extend.texi | 3 +
gcc/testsuite/ChangeLog | 5 ++
.../gcc.target/powerpc/builtins-3-p9-runnable.c | 35 ++++++++++
8 files changed, 144 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-3-p9-runnable.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 clang.
from 80a3f91c8e [OPENMP] Fix the restrictions for in_reduction clause.
new 2436764cf9 Work around an MSVC2017 update 3 codegen bug.
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/AST/StmtProfile.cpp | 15 +++++++++++++++
1 file changed, 15 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 lldb.
from 536938db0 Revert "Fix PR33875 by distinguishing between DWO and clang modules"
new 6e9cd020d Don't crash when hostname is empty. StringRef will assert and [...]
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:
source/Utility/UriParser.cpp | 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 hjl/pr81523/master
in repository gcc.
discards ee8e6e5818e Add -static-pie to GCC driver for static PIE
discards 4f3cd06323d PR driver/81523: Make -static override -pie
adds 090f2fbc456 2017-07-23 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
adds e70546aad3e * gcc.dg/pr56727-2.c: Limit to powerpc-linux. [...]
adds bdc62933cf5 fortran: fix pair_cmp qsort comparator
adds 21b8009fc07 2017-07-23 Michael Collison <michael.collison(a)arm.com>
adds fb6642e5a6c 2017-07-23 Michael Collison <michael.collison(a)arm.com>
adds a26e3ca5f34 2017-07-23 Krister Walfridsson <krister.walfridsson(a)gmail.com>
adds 9f2603397bc Daily bump.
adds fe044c9ad24 2017-07-24 Thomas Koenig <tkoenig(a)gcc.gnu.org> Mikae [...]
adds 8ea2b0c66bf 2017-07-24 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds f724d42dbbd 2017-07-24 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds 7e45f717f8a 2017-07-24 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds ec77f36de89 [AArch64, Patch] Generate MLA when multiply + add vector by scalar
adds be601c3e6e9 PR bootstrap/81521 * tree.def: Remove TYPE_METHODS docume [...]
new a1c94fbfb3f PR driver/81523: Make -static override -pie
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 (ee8e6e5818e)
\
N -- N -- N refs/heads/hjl/pr81523/master (a1c94fbfb3f)
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 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 | 32 ++++++
gcc/DATESTAMP | 2 +-
gcc/common.opt | 9 +-
gcc/config.gcc | 9 +-
gcc/config/aarch64/aarch64-simd.md | 24 ++++
gcc/config/arm/arm.c | 2 +
gcc/config/arm/arm.opt | 2 +-
gcc/config/gnu-user.h | 15 ++-
gcc/config/i386/gnu-user.h | 7 +-
gcc/config/i386/gnu-user64.h | 11 +-
gcc/config/i386/winnt-cxx.c | 10 +-
gcc/config/rs6000/rs6000.c | 2 +-
gcc/doc/generic.texi | 17 +--
gcc/doc/invoke.texi | 13 +--
gcc/fortran/ChangeLog | 15 +++
gcc/fortran/dump-parse-tree.c | 3 +
gcc/fortran/interface.c | 4 +-
gcc/fortran/trans-array.c | 5 +-
gcc/gcc.c | 14 +--
gcc/testsuite/ChangeLog | 15 +++
.../debug/dwarf2/stacked-qualified-types-3.c | 2 +-
gcc/testsuite/gcc.dg/pr56727-2.c | 2 +-
.../gcc.target/aarch64/simd/vmla_elem_1.c | 67 +++++++++++
gcc/testsuite/gfortran.dg/realloc_on_assign_28.f90 | 40 +++++++
gcc/tree.def | 10 +-
libgfortran/ChangeLog | 8 +-
libgfortran/io/unix.c | 3 +
libstdc++-v3/ChangeLog | 14 +++
.../cpu/{generic => aarch64}/opt/bits/opt_random.h | 13 ++-
.../cpu/{i486 => aarch64}/opt/ext/opt_random.h | 126 ++++++++++++++-------
libstdc++-v3/include/ext/random | 5 +
31 files changed, 373 insertions(+), 128 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vmla_elem_1.c
create mode 100644 gcc/testsuite/gfortran.dg/realloc_on_assign_28.f90
copy libstdc++-v3/config/cpu/{generic => aarch64}/opt/bits/opt_random.h (83%)
copy libstdc++-v3/config/cpu/{i486 => aarch64}/opt/ext/opt_random.h (53%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.