This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 3da908c4e Fix PR33875 by distinguishing between DWO and clang modules
new 536938db0 Revert "Fix PR33875 by distinguishing between DWO and clang modules"
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:
.../lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py | 2 ++
source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp | 6 ------
2 files changed, 2 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 e70546aad3e * gcc.dg/pr56727-2.c: Limit to powerpc-linux. [...]
new bdc62933cf5 fortran: fix pair_cmp qsort comparator
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 | 4 ++++
gcc/fortran/interface.c | 4 +++-
2 files changed, 7 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.
unknown user pushed a change to branch master
in repository gcc.
from 090f2fbc456 2017-07-23 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new e70546aad3e * gcc.dg/pr56727-2.c: Limit to powerpc-linux. [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/debug/dwarf2/stacked-qualified-types-3.c | 2 +-
gcc/testsuite/gcc.dg/pr56727-2.c | 2 +-
3 files changed, 7 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 lldb.
from 458bf87d3 Added a missing "break;" after seeing a clang warning about p [...]
new 3da908c4e Fix PR33875 by distinguishing between DWO and clang modules
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:
.../lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py | 2 --
source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp | 6 ++++++
2 files changed, 6 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 glibc.
from 1740441b49 Correct nss/tst-nss-test5 configuration
new 64a1daed18 [BZ 19170] Revise comment in sysdeps/hppa/dl-trampoline.S
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:
ChangeLog | 5 +++++
sysdeps/hppa/dl-trampoline.S | 16 +++++++++++++---
2 files changed, 18 insertions(+), 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 master
in repository llvm.
from 33ec7a1ff08 [SCEV] Limit max size of AddRecExpr during evolving
new da549096f82 [AArch64] Redundant Copy Elimination - remove more zero copies.
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:
.../AArch64/AArch64RedundantCopyElimination.cpp | 225 +++++---
test/CodeGen/AArch64/machine-zero-copy-remove.mir | 565 +++++++++++++++++++++
2 files changed, 725 insertions(+), 65 deletions(-)
create mode 100644 test/CodeGen/AArch64/machine-zero-copy-remove.mir
--
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 d335cdfa54 [Modules] Rework r274270. Let Clang targets depend on intrin [...]
new 806f85a1c6 Remove Driver::UseStdLib.
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/clang/Driver/Driver.h | 3 ---
lib/Driver/Driver.cpp | 4 +---
lib/Driver/ToolChains/NetBSD.cpp | 2 +-
3 files changed, 2 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 4e2037d4ad7 RuntimeDyldELF.cpp: Prune unused "TargetRegistry.h"
new 33ec7a1ff08 [SCEV] Limit max size of AddRecExpr during evolving
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/Analysis/ScalarEvolution.cpp | 11 ++++++++
test/Analysis/ScalarEvolution/max-addrec-size.ll | 33 ++++++++++++++++++++++++
2 files changed, 44 insertions(+)
create mode 100644 test/Analysis/ScalarEvolution/max-addrec-size.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 gcc.
from 846deaf01bf PR target/80569 * config/i386/i386.c (ix86_option_overrid [...]
new 090f2fbc456 2017-07-23 Bill Schmidt <wschmidt(a)linux.vnet.ibm.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/ChangeLog | 6 ++++++
gcc/config/rs6000/rs6000.c | 2 +-
2 files changed, 7 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.
unknown user pushed a change to branch hjl/pie/gcc-7-branch
in repository gcc.
discards f7b2908475f Add -static-pie to GCC driver for static PIE
discards 8a1db1e8209 Fix pr80044, -static and -pie insanity, and pr81170
adds 96a2e0175ab Daily bump.
adds e360b16af20 Daily bump.
adds 0ec35eb77a7 PR target/80569 * config/i386/i386.c (ix86_option_overrid [...]
new da7777f7070 PR driver/81523: Make -static override -pie
new 25f72e4a80e Add -static-pie to GCC driver for static 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 (f7b2908475f)
\
N -- N -- N refs/heads/hjl/pie/gcc-7-branch (25f72e4a80e)
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 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/ChangeLog | 6 +++
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386.c | 6 +++
gcc/config/rs6000/sysv4.h | 65 +++++++--------------------------
gcc/doc/invoke.texi | 8 ++--
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/pie-static-1.c | 7 ++++
gcc/testsuite/gcc.dg/pie-static-2.c | 7 ++++
gcc/testsuite/gcc.target/i386/pr80569.c | 9 +++++
9 files changed, 60 insertions(+), 55 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pie-static-1.c
create mode 100644 gcc/testsuite/gcc.dg/pie-static-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr80569.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.