This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 0eda222b8 Be a little more permissive in DynamicLoaderMacOS::CanLoadImage
new 07b87f285 Import sys in repo.py.
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:
scripts/Xcode/repo.py | 1 +
1 file changed, 1 insertion(+)
--
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 0d7b4486ec9 PR c/35441 * c-pretty-print.c (c_pretty_pri [...]
new 8b9c62ca6e2 2017-05-09 Andreas Tobler <andreast(a)gcc.gnu.org>
new d66f34cf1ea PR c++/66297, DR 1684 - literal class and constexpr member fns
new 9fb9d0eef10 PR c++/70979 - literal class and closure types
new 6453525e22a * g++.dg/cpp1z/direct-enum-init1.C: Correct error message.
new 452d52143d0 * class.c (check_bases): Ignore empty bases.
The 5 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 | 14 +++++++++++++
gcc/cp/class.c | 27 ++++++++++++++++---------
gcc/cp/constexpr.c | 15 +++++++-------
gcc/testsuite/g++.dg/cpp0x/constexpr-data1.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-diag1.C | 4 ++--
gcc/testsuite/g++.dg/cpp0x/constexpr-diag3.C | 4 ++--
gcc/testsuite/g++.dg/cpp0x/constexpr-memfn1.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-neg1.C | 2 +-
gcc/testsuite/g++.dg/cpp1y/constexpr-dr1684.C | 7 +++++++
gcc/testsuite/g++.dg/cpp1z/constexpr-lambda15.C | 4 ++--
gcc/testsuite/g++.dg/cpp1z/direct-enum-init1.C | 4 ++--
gcc/testsuite/g++.dg/ext/is_std_layout1.C | 12 +++++++++++
libgcc/ChangeLog | 5 +++++
libgcc/config.host | 2 +-
14 files changed, 76 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-dr1684.C
create mode 100644 gcc/testsuite/g++.dg/ext/is_std_layout1.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 cf5da38c843 [InstCombine] clean up matchDeMorgansLaws(); NFCI
new a4fa9d3a636 [AArch64] Consider widening instructions in cost calculations
new 14cb3039db0 DAGCombine: Combine shuffles of splat-shuffles
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 54 ++
lib/Target/AArch64/AArch64Subtarget.h | 3 +
lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 106 +++-
lib/Target/AArch64/AArch64TargetTransformInfo.h | 3 +
lib/Transforms/Vectorize/SLPVectorizer.cpp | 10 +-
.../CostModel/AArch64/free-widening-casts.ll | 622 +++++++++++++++++++++
test/CodeGen/X86/shuffle-of-splat-multiuses.ll | 34 +-
7 files changed, 804 insertions(+), 28 deletions(-)
create mode 100644 test/Analysis/CostModel/AArch64/free-widening-casts.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 8b2dee8975c Make it illegal for two Functions to point to the same DISu [...]
new e32aebf2791 [codeview] Check for a DIExpression offset for local variables
new bcfd2ccde0f [NewGVN] Simplify a DEBUG() statement. NFCI.
new cf5da38c843 [InstCombine] clean up matchDeMorgansLaws(); NFCI
The 3 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/llvm/IR/DebugInfoMetadata.h | 4 ++
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 10 ++++-
lib/IR/DebugInfoMetadata.cpp | 18 +++++++++
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 45 +++++++---------------
lib/Transforms/Scalar/NewGVN.cpp | 3 +-
test/DebugInfo/X86/dbg-declare-inalloca.ll | 41 ++++++++++++++++++++
6 files changed, 86 insertions(+), 35 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.
from b6c02e8e5a Update testcase for upstream LLVM changes (r302469).
new cf44d2c1ae clang-format: [JS] Don't indent JavaScript IIFEs.
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/Format/UnwrappedLineParser.cpp | 27 +++++++++++++++++++++++----
unittests/Format/FormatTestJS.cpp | 19 +++++++++++++++++++
2 files changed, 42 insertions(+), 4 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 e6140e7c19c NFC: refactor replaceDominatedUsesWith
new 8b2dee8975c Make it illegal for two Functions to point to the same DISu [...]
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/llvm/IR/DebugLoc.h | 16 +++++
lib/IR/DebugLoc.cpp | 114 ++++++++++++++++++++++++++++++++
lib/IR/Verifier.cpp | 13 +++-
lib/Transforms/Utils/CloneFunction.cpp | 32 +++++++--
lib/Transforms/Utils/InlineFunction.cpp | 43 ++----------
test/Verifier/metadata-function-dbg.ll | 16 +++--
unittests/Transforms/Utils/Cloning.cpp | 65 ++++++++++--------
7 files changed, 220 insertions(+), 79 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.
from b0c092f298 Suppress all uses of LLVM_END_WITH_NULL. NFC.
new b6c02e8e5a Update testcase for upstream LLVM changes (r302469).
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/CodeGenCXX/linetable-virtual-variadic.cpp | 6 ++++--
1 file changed, 4 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 4fc12f0eda Add support for testing __STDC_WANT_IEC_60559_TYPES_EXT__
new 9a45f54310 Simplify recvmmsg code.
new 0cb5da5c09 Simplify sendmmsg code.
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:
ChangeLog | 18 ++++++++
sysdeps/unix/sysv/linux/kernel-features.h | 17 ++------
sysdeps/unix/sysv/linux/recvmmsg.c | 70 ++++--------------------------
sysdeps/unix/sysv/linux/sendmmsg.c | 71 +++++--------------------------
4 files changed, 40 insertions(+), 136 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 ddb4f9c38b0 Fix the Endianness bug by adding the little endian UTF marker.
new 7cbfb46ab9a [DWARF] Fix a parsing issue with type unit headers.
new e6140e7c19c NFC: refactor replaceDominatedUsesWith
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/DebugInfo/DWARF/DWARFTypeUnit.cpp | 6 ++-
lib/Transforms/Utils/Local.cpp | 53 +++++++++++------------
test/DebugInfo/Inputs/typeunit-header.elf-x86-64 | Bin 0 -> 840 bytes
test/DebugInfo/Inputs/typeunit-header.s | 49 +++++++++++++++++++++
test/DebugInfo/typeunit-header.test | 15 +++++++
5 files changed, 95 insertions(+), 28 deletions(-)
create mode 100644 test/DebugInfo/Inputs/typeunit-header.elf-x86-64
create mode 100644 test/DebugInfo/Inputs/typeunit-header.s
create mode 100644 test/DebugInfo/typeunit-header.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.