This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3ec4053 gcc/
new 2a0f799 [AArch64][obvious] Clean up parentheses and use GET_MODE_UNIT [...]
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/aarch64/aarch64-simd.md | 22 ++++++++--------------
2 files changed, 14 insertions(+), 14 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/no-plt/no-plt
in repository gcc.
discards 6e93009 Default to -fno-plt
discards a096dd8 IFUNC resolver may resolve to a non-local function
discards 4c2a14b Call ___tls_get_addr via GOT for GNU TLS if possible
discards 26c57cf Check if x86 ld supports calling ___tls_get_addr via GOT
discards 63a11d2 i386: Load external function address via GOT slot
discards ec2c163 i386: Generate R_386_GOT32X relocation for -fno-plt
discards 77d54f2 Check if x86 as/ld support R_386_GOT32X relocation
discards 5b47ab4 x86-64: Load external function address via GOT slot
new 68f6bcc x86-64: Load external function address via GOT slot
new f6be0db Check if x86 as/ld support R_386_GOT32X relocation
new 2af5681 i386: Generate R_386_GOT32X relocation for -fno-plt
new 6eb8b1f i386: Load external function address via GOT slot
new 2a82738 Check if x86 ld supports calling ___tls_get_addr via GOT
new 3e1ecf5 Call ___tls_get_addr via GOT for GNU TLS if possible
new 58c8263 IFUNC resolver may resolve to a non-local function
new d0f110e Default to -fno-plt
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 (6e93009)
\
N -- N -- N refs/heads/hjl/no-plt/no-plt (d0f110e)
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:
gcc/config/i386/i386.c | 3 +++
gcc/config/i386/predicates.md | 8 ++++----
gcc/testsuite/gcc.target/i386/{pr67400-1.c => pr67400-6.c} | 10 +++++-----
3 files changed, 12 insertions(+), 9 deletions(-)
copy gcc/testsuite/gcc.target/i386/{pr67400-1.c => pr67400-6.c} (71%)
--
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 30aa483 [LV] Add getter function for LoopVectorizationLegality::Strides. NFC
new 8800861 [X86]: Improve Liveness checking for X86FixupBWInsts.cpp Diff [...]
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/X86FixupBWInsts.cpp | 136 +++++++++++++++++++++---------
test/CodeGen/X86/fixup-bw-inst-fwlive.mir | 37 ++++++++
2 files changed, 134 insertions(+), 39 deletions(-)
create mode 100644 test/CodeGen/X86/fixup-bw-inst-fwlive.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 newlib.
from a6a7398 Declare crypt, encrypt, and setkey per Posix
new 5881f0c uinfo.cc: Fix comment
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:
winsup/cygwin/uinfo.cc | 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 gcc.
from edfe767 2016-06-15 Alan Hayward <alan.hayward(a)arm.com>
new 3ec4053 gcc/
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/ipa-chkp.c | 8 +++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr71529.C | 22 ++++++++++++++++++++++
4 files changed, 40 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr71529.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 llvm.
from 4eebd00 [mips] Eliminate unused code for addrRegReg complex pattern. NFC.
new 30aa483 [LV] Add getter function for LoopVectorizationLegality::Strides. 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/Transforms/Vectorize/LoopVectorize.cpp | 14 ++++++++------
1 file changed, 8 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 clang-tools-extra.
from 0d6a98c [include-fixer] Correct two wrong header mappings.
new 438a0a5 Apply performance-unnecessary-value-param to clang-tidy.
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/ClangTidyModule.cpp | 2 +-
clang-tidy/google/ExplicitConstructorCheck.cpp | 3 ++-
clang-tidy/misc/DanglingHandleCheck.cpp | 10 +++++-----
.../readability/InconsistentDeclarationParameterNameCheck.cpp | 2 +-
clang-tidy/readability/RedundantSmartptrGetCheck.cpp | 2 +-
clang-tidy/tool/ClangTidyMain.cpp | 2 +-
6 files changed, 11 insertions(+), 10 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 6e52ac1 /cp 2016-06-15 Paolo Carlini <paolo.carlini(a)oracle.com>
new edfe767 2016-06-15 Alan Hayward <alan.hayward(a)arm.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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/vect/pr71483.c | 11 +++++++++++
gcc/tree-vect-loop.c | 18 +++++++-----------
4 files changed, 29 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/pr71483.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 llvm.
from d2f1fe5 Preserve DebugInfo when replacing values in DAGCombiner
new 0774f89 Add llvm_unreachable to silence a "not all control paths" fal [...]
new 4eebd00 [mips] Eliminate unused code for addrRegReg complex pattern. NFC.
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/IR/AsmWriter.cpp | 1 +
lib/Target/Mips/MipsISelDAGToDAG.cpp | 6 ------
lib/Target/Mips/MipsISelDAGToDAG.h | 5 -----
lib/Target/Mips/MipsInstrInfo.td | 3 ---
lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 12 ------------
lib/Target/Mips/MipsSEISelDAGToDAG.h | 3 ---
6 files changed, 1 insertion(+), 29 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 076d1a5 Fix obvious typo in predict.c
new 6e52ac1 /cp 2016-06-15 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 9 ++++++
gcc/cp/cp-tree.h | 2 +-
gcc/cp/decl.c | 53 ++++++++++++++++----------------
gcc/cp/parser.c | 5 ++-
gcc/testsuite/ChangeLog | 9 ++++++
gcc/testsuite/g++.dg/inherit/crash6.C | 10 ++++++
gcc/testsuite/g++.dg/inherit/union2.C | 3 ++
gcc/testsuite/g++.dg/inherit/virtual1.C | 8 ++---
gcc/testsuite/g++.dg/inherit/virtual12.C | 14 +++++++++
gcc/testsuite/g++.dg/inherit/virtual13.C | 16 ++++++++++
10 files changed, 94 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/inherit/crash6.C
create mode 100644 gcc/testsuite/g++.dg/inherit/union2.C
create mode 100644 gcc/testsuite/g++.dg/inherit/virtual12.C
create mode 100644 gcc/testsuite/g++.dg/inherit/virtual13.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.