This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a4828c8a028 [SystemZ] Fix fall-out from r314428
new 6222c06a1cd [x86] add tests for possible insertelement to shuffle trans [...]
new dfc0d5fadca [Hexagon] Fix some Clang-tidy modernize and Include What Yo [...]
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/Target/Hexagon/HexagonBlockRanges.cpp | 5 +-
lib/Target/Hexagon/HexagonBlockRanges.h | 21 +--
lib/Target/Hexagon/HexagonCFGOptimizer.cpp | 50 +++---
lib/Target/Hexagon/HexagonGenExtract.cpp | 16 +-
lib/Target/Hexagon/HexagonInstrInfo.cpp | 175 ++++++++++----------
lib/Target/Hexagon/HexagonInstrInfo.h | 14 +-
lib/Target/Hexagon/HexagonMachineScheduler.cpp | 41 +++--
lib/Target/Hexagon/HexagonMachineScheduler.h | 84 +++++-----
lib/Target/Hexagon/HexagonNewValueJump.cpp | 51 +++---
lib/Target/Hexagon/HexagonStoreWidening.cpp | 25 ++-
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 65 +++++---
lib/Target/Hexagon/HexagonVLIWPacketizer.h | 35 ++--
.../Hexagon/HexagonVectorLoopCarriedReuse.cpp | 104 ++++++++----
lib/Target/Hexagon/HexagonVectorPrint.cpp | 25 ++-
test/CodeGen/X86/insertelement-shuffle.ll | 178 +++++++++++++++++++++
15 files changed, 576 insertions(+), 313 deletions(-)
create mode 100644 test/CodeGen/X86/insertelement-shuffle.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 llvm.
from 61087147981 [X86] Make use of vpmovwb when possible in LowerMULH
new a4828c8a028 [SystemZ] Fix fall-out from r314428
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/SystemZ/SystemZISelLowering.cpp | 6 ++++++
test/CodeGen/SystemZ/cmpxchg-01.ll | 3 ++-
test/CodeGen/SystemZ/cmpxchg-02.ll | 3 ++-
3 files changed, 10 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 hjl/pie/static
in repository glibc.
discards 0a410bf704 Add --enable-static-pie to build-many-glibcs.py
discards c90d917f22 Add a test for non-PIE static executable
discards 50c4168ff2 x86: Allow undefined _DYNAMIC in static executable
discards 2f5e8ead96 Don't use hidden visibility in libc.a with PIE on i386
discards f09a1df2e8 Add --enable-static-pie configure option to build static PIE
new e8efb51445 Add --enable-static-pie configure option to build static PIE
new 590b4daaf7 Don't use hidden visibility in libc.a with PIE on i386
new 94eea3212e x86: Allow undefined _DYNAMIC in static executable
new 1dc71c9b1d Add a test for non-PIE static executable
new a3c1cd2920 aarch64: Support --enable-static-pie
new 227b4f574c arm: Support --enable-static-pie
new 7a6e51f665 hppa: Support --enable-static-pie
new d52e9ff55e ia64: Support --enable-static-pie
new f5d84c9c4f m68k: Support --enable-static-pie
new 4d5b6dda93 microblaze: Support --enable-static-pie
new 0e57538687 mips: Support --enable-static-pie
new 1d3acb8769 nios2: Support --enable-static-pie
new 101f4e89f5 powerpc: Support --enable-static-pie
new ceed1571d5 s390: Support --enable-static-pie
new a83d2f612e sh: Support --enable-static-pie
new 62ab1e7e61 sparc: Support --enable-static-pie
new 69feecee59 tile: Support --enable-static-pie
new f105b7f348 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 (0a410bf704)
\
N -- N -- N refs/heads/hjl/pie/static (f105b7f348)
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 18 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:
sysdeps/aarch64/dl-machine.h | 29 +++++++++++++++++++++++++++++
sysdeps/arm/dl-machine.h | 12 +++++++++++-
sysdeps/hppa/dl-machine.h | 5 +++++
sysdeps/i386/dl-machine.h | 18 ++++++------------
sysdeps/ia64/dl-machine.h | 5 +++++
sysdeps/m68k/dl-machine.h | 9 +++++++++
sysdeps/microblaze/dl-machine.h | 5 +++++
sysdeps/mips/dl-machine.h | 5 +++++
sysdeps/nios2/dl-machine.h | 5 +++++
sysdeps/powerpc/powerpc32/dl-machine.h | 5 +++++
sysdeps/powerpc/powerpc64/dl-machine.h | 5 +++++
sysdeps/s390/s390-32/dl-machine.h | 5 +++++
sysdeps/s390/s390-64/dl-machine.h | 5 +++++
sysdeps/sh/dl-machine.h | 17 +++++++++++++++++
sysdeps/sparc/sparc32/dl-machine.h | 5 +++++
sysdeps/sparc/sparc64/dl-machine.h | 5 +++++
sysdeps/tile/dl-machine.h | 5 +++++
sysdeps/x86_64/dl-machine.h | 18 ++++++------------
18 files changed, 138 insertions(+), 25 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 binutils-gdb.
from 08302ed2cb (open_and_init_dwp_file): Protect against some segvs
new b2f8eb7a30 Move utils-selftests.c -> gdb/unittests/
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:
gdb/ChangeLog | 10 ++++++++++
gdb/Makefile.in | 3 ++-
.../common-utils-selftests.c} | 18 ++++--------------
3 files changed, 16 insertions(+), 15 deletions(-)
rename gdb/{utils-selftests.c => unittests/common-utils-selftests.c} (83%)
--
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 0c1559eed6 [Sema] Correct nothrow inherited by noexcept
new c8b5789913 Properly parse a postfix expression following a Boolean lite [...]
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/Parse/ParseExpr.cpp | 3 ++-
test/Parser/cxx-bool.cpp | 9 ++++++++-
2 files changed, 10 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 4cedc476c94 PR c++/56973, DR 696 - capture constant variables only as needed.
new f9dbfe67325 2017-09-28 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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice22.C | 25 ++++++++++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice22.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 de3f99f1ef [Sema] Warn on attribute nothrow conflicting with language s [...]
new 0c1559eed6 [Sema] Correct nothrow inherited by noexcept
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/Sema/SemaDeclCXX.cpp | 3 +++
test/SemaCXX/nothrow-as-noexcept-ctor.cpp | 26 ++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
create mode 100644 test/SemaCXX/nothrow-as-noexcept-ctor.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 112bfcc844 Fix test change missed in r314456
new de3f99f1ef [Sema] Warn on attribute nothrow conflicting with language 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:
include/clang/Basic/DiagnosticSemaKinds.td | 4 ++++
lib/Sema/SemaDeclAttr.cpp | 21 ++++++++++++++++++-
...arn-conflicting-nothrow-attr-exception-spec.cpp | 24 ++++++++++++++++++++++
3 files changed, 48 insertions(+), 1 deletion(-)
create mode 100644 test/SemaCXX/warn-conflicting-nothrow-attr-exception-spec.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 84d048779f Add Documentation to attribute-nothrow. Additionally, limit [...]
new 112bfcc844 Fix test change missed in r314456
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/Misc/pragma-attribute-supported-attributes-list.test | 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 lldb.
from fd89651cd Add a few missing newlines in lldb-server messages
new ea5ad7e0d [Expression parser] Setting to enable use of ExternalASTMerger
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/lldb/Symbol/ClangASTContext.h | 14 +-
include/lldb/Symbol/DeclVendor.h | 11 +
include/lldb/Target/Target.h | 2 +
.../ExpressionParser/Clang/ClangASTSource.cpp | 323 +++++++++++++++++----
.../ExpressionParser/Clang/ClangASTSource.h | 93 +++++-
.../Clang/ClangExpressionDeclMap.cpp | 198 ++++++++++---
.../Clang/ClangExpressionDeclMap.h | 17 ++
.../Clang/ClangExpressionParser.cpp | 2 +-
.../Clang/ClangModulesDeclVendor.cpp | 8 +
.../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp | 8 +
.../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h | 2 +
source/Symbol/ClangASTContext.cpp | 10 +-
source/Target/Target.cpp | 16 +-
13 files changed, 588 insertions(+), 116 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.