This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr81769/master
in repository gcc.
discards c7430dd4887 i386: Avoid stack realignment if possible
new 7b69d6f8bc0 i386: Avoid stack realignment if possible
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 (c7430dd4887)
\
N -- N -- N refs/heads/hjl/pr81769/master (7b69d6f8bc0)
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:
--
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 4fe40d82f8 [AArch64] Add support for a MinGW AArch64 target
new d1cebef954 [c++2a] Treat 'concept' and 'requires' as keywords, add comp [...]
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/Basic/DiagnosticGroups.td | 2 ++
include/clang/Basic/DiagnosticLexKinds.td | 2 ++
include/clang/Basic/TokenKinds.def | 9 +++++++--
lib/Basic/IdentifierTable.cpp | 8 ++++++--
lib/Lex/Preprocessor.cpp | 2 ++
test/Lexer/keywords_test.cpp | 3 ++-
6 files changed, 21 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 8bf914a2e21 [X86] Fix typo from r310794. Index = 0 should have been Ind [...]
new 13a58815239 [X86][BMI] Add BEXTR demanded bits test cases (PR34042)
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/CodeGen/X86/bmi.ll | 24 ++++++++++++++++++++++++
1 file changed, 24 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 llvm.
from c5ab53ec655 [X86] Remove unused pattern fragment that referenced MVT::i1. NFC
new 8bf914a2e21 [X86] Fix typo from r310794. Index = 0 should have been Ind [...]
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/X86ISelLowering.cpp | 4 ++--
1 file changed, 2 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 compiler-rt.
from 83dafd31d [compiler-rt] Add SANITIZER_CXX_ABI_LIBNAME=libc++ option.
new 7c74cefba Enable profile on NetBSD
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:
cmake/config-ix.cmake | 2 +-
test/profile/lit.cfg | 2 +-
2 files changed, 2 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 llvm.
from a794f4a6d47 [COFF, ARM64] Use '//' as comment character in assembly fil [...]
new c5ab53ec655 [X86] Remove unused pattern fragment that referenced MVT::i1. 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/Target/X86/X86InstrFragmentsSIMD.td | 5 -----
1 file changed, 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 f4d006a8c84 Remove RISCV from LLVM_ALL_TARGETS in CMakeLists.txt
new a794f4a6d47 [COFF, ARM64] Use '//' as comment character in assembly fil [...]
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/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp | 9 ++++++++-
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h | 8 ++++++++
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 4 +++-
test/MC/AArch64/coff-gnu.s | 11 +++++++++++
4 files changed, 30 insertions(+), 2 deletions(-)
create mode 100644 test/MC/AArch64/coff-gnu.s
--
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 7602b13a8e clang-format: add an option -verbose to list the files being [...]
new 4fe40d82f8 [AArch64] Add support for a MinGW AArch64 target
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.cpp | 8 ++++-
lib/Basic/Targets/AArch64.cpp | 63 ++++++++++++++++++++++------------
lib/Basic/Targets/AArch64.h | 28 ++++++++++++---
lib/Driver/ToolChains/CrossWindows.cpp | 5 +++
lib/Driver/ToolChains/MinGW.cpp | 18 ++++++++--
test/Preprocessor/predefined-macros.c | 10 ++++++
6 files changed, 102 insertions(+), 30 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 a6bd872286 Adapt test case data to the changes in the thousands separators
new 1b0bfc6946 __fortify_fail: Remove internal_function attribute
new b22974092d NSS: Do not use internal_function for functions with hidden aliases
new c4d767f7f3 __libc_rpc_getport: Remove internal_function attribute
new c4ce038287 __netlink_assert_response: Remove internal_function attribute
new e1d2ae8d21 NPTL: Remove internal_function from stack marking functions
new 52bcdf267b Remove internal_function attribute from string-to-float functions
new 3012cfb0d2 ld.so: Remove internal_function attribute from various functions
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:
ChangeLog | 72 +++++++++++++++++++++++
debug/fortify_fail.c | 4 +-
elf/dl-addr.c | 1 -
elf/dl-error-skeleton.c | 4 --
elf/dl-open.c | 1 -
elf/dl-support.c | 3 +-
elf/dl-tls.c | 3 -
grp/grp-merge.c | 2 -
grp/grp-merge.h | 6 +-
include/dlfcn.h | 3 +-
include/rpc/pmap_clnt.h | 3 +-
include/stdio.h | 5 +-
include/stdlib.h | 22 +++----
inet/getnetgrent_r.c | 3 -
inet/netgroup.h | 9 +--
nptl/allocatestack.c | 1 -
nptl/pthreadP.h | 3 +-
nss/XXX-lookup.c | 6 +-
nss/getXXbyYY_r.c | 3 +-
nss/getXXent_r.c | 3 +-
nss/nsswitch.h | 3 +-
stdlib/strtod_nan_main.c | 1 -
sunrpc/pm_getport.c | 1 -
sysdeps/generic/ldsodefs.h | 23 ++++----
sysdeps/mach/hurd/dl-execstack.c | 1 -
sysdeps/mach/hurd/i386/____longjmp_chk.S | 2 +
sysdeps/unix/sysv/linux/dl-execstack.c | 1 -
sysdeps/unix/sysv/linux/i386/____longjmp_chk.S | 2 +
sysdeps/unix/sysv/linux/netlink_assert_response.c | 1 -
sysdeps/unix/sysv/linux/netlinkaccess.h | 3 +-
30 files changed, 113 insertions(+), 82 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/pr81769/gcc-7-branch
in repository gcc.
discards 0f773561fe3 i386: Avoid stack realignment if possible
discards cdb7f64f036 x86: Use DRAP only if there are outgoing arguments on stack
discards e7b58943c13 i386: Don't use frame pointer without stack access
adds 08ea48811e3 Daily bump.
adds 012a99d33ea PR c++/67054 - Inherited ctor with non-default-cons [...]
adds d1761935437 PR c++/81525 - wrong constant value with generic lambda
adds e363899ddbf Revert "PR c++/81525 - wrong constant value with generic lambda"
adds e943bd58a59 Daily bump.
adds 298bd7acd19 Daily bump.
adds d1670beb469 Daily bump.
adds 73458b33c5f Daily bump.
adds 4f6bd884572 i386: Don't use frame pointer without stack access
adds ba50f66010b i386: Replace frame pointer with stack pointer in debug insns
new 60a22b7b910 x86: Use DRAP only if there are outgoing arguments on stack
new cc0628d838c i386: Avoid stack realignment if possible
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 (0f773561fe3)
\
N -- N -- N refs/heads/hjl/pr81769/gcc-7-branch (cc0628d838c)
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/DATESTAMP | 2 +-
gcc/config/i386/i386.c | 35 +++++++++++++++++++++++++++++++++
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/method.c | 2 +-
gcc/doc/invoke.texi | 4 ++++
gcc/testsuite/g++.dg/cpp0x/inh-ctor29.C | 23 ++++++++++++++++++++++
6 files changed, 70 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor29.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.