This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from c2459ee Daily bump.
new 7003c35 PR c++/78897 - constexpr union
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 | 6 ++++++
gcc/cp/constexpr.c | 5 +++++
gcc/testsuite/g++.dg/cpp1y/constexpr-union1.C | 11 +++++++++++
3 files changed, 22 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-union1.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 0aa6910 Yet another fix llvm-objdump so it picks a good CPU based for [...]
new d0491a6 [X86] Bitcast subvector before broadcasting it.
new 24b6cb2 [Hexagon] Remove unused .td files
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/CMakeLists.txt | 1 -
lib/Target/Hexagon/Hexagon.td | 1 -
lib/Target/Hexagon/HexagonCallingConv.td | 35 -
lib/Target/Hexagon/HexagonInstrAlias.td | 654 ------------------
lib/Target/Hexagon/HexagonInstrEnc.td | 1019 ----------------------------
lib/Target/Hexagon/HexagonIsetDx.td | 728 --------------------
lib/Target/Hexagon/HexagonSystemInst.td | 134 ----
lib/Target/X86/X86ISelLowering.cpp | 11 +-
test/CodeGen/X86/vector-shuffle-256-v4.ll | 42 ++
test/CodeGen/X86/vector-shuffle-256-v8.ll | 18 +
test/CodeGen/X86/vector-shuffle-512-v16.ll | 12 +
test/CodeGen/X86/vector-shuffle-512-v8.ll | 18 +
12 files changed, 100 insertions(+), 2573 deletions(-)
delete mode 100644 lib/Target/Hexagon/HexagonCallingConv.td
delete mode 100644 lib/Target/Hexagon/HexagonInstrAlias.td
delete mode 100644 lib/Target/Hexagon/HexagonInstrEnc.td
delete mode 100644 lib/Target/Hexagon/HexagonIsetDx.td
delete mode 100644 lib/Target/Hexagon/HexagonSystemInst.td
--
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 346587d clang-format: don't break code using __has_include, PR31908
new a0274b7 [c++1z] Disallow deduction guides with deduced types that don [...]
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 | 3 +++
lib/Sema/SemaDeclCXX.cpp | 40 +++++++++++++++++++++++++++---
test/CXX/temp/temp.deduct.guide/p3.cpp | 8 +++---
3 files changed, 43 insertions(+), 8 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 588e03f [libclang] [OpenCL] Expose half type.
new 346587d clang-format: don't break code using __has_include, PR31908
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/FormatToken.h | 4 ++++
lib/Format/TokenAnnotator.cpp | 22 +++++++++++++++++++++-
unittests/Format/FormatTest.cpp | 5 +++++
3 files changed, 30 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 llvm.
from 10fde8b GlobalISel: drop lifetime intrinsics during translation.
new 0aa6910 Yet another fix llvm-objdump so it picks a good CPU based for [...]
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/Object/MachOObjectFile.cpp | 2 ++
.../AArch64/Inputs/print-armv8crypto.obj.macho-aarch64 | Bin 0 -> 316 bytes
.../llvm-objdump/AArch64/mach-print-armv8crypto.test | 3 +++
test/tools/llvm-objdump/AArch64/macho-print-mrs.test | 2 +-
4 files changed, 6 insertions(+), 1 deletion(-)
create mode 100644 test/tools/llvm-objdump/AArch64/Inputs/print-armv8crypto.obj.ma [...]
create mode 100644 test/tools/llvm-objdump/AArch64/mach-print-armv8crypto.test
--
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 f67f945 gdb/MAINTAINERS: Update my e-mail address
new d4b0bb1 Remove some ui_out-related cleanups from Python
new 7780f18 Turn gdbpy_ref into a template
new 88b6fae Use gdbpy_ref to simplify some logic
new 1bdfaf4 Change one more spot to use gdbpy_ref
new 2bb8f23 Remove some gotos from Python
new 2d8365c Remove unnecessary local variables
new b964bee Fix Python test to use lowercase command
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:
gdb/ChangeLog | 73 +++++++++
gdb/common/gdb_optional.h | 87 ++++++++++
gdb/python/py-arch.c | 4 +-
gdb/python/py-bpevent.c | 2 +-
gdb/python/py-breakpoint.c | 12 +-
gdb/python/py-cmd.c | 47 +++---
gdb/python/py-continueevent.c | 2 +-
gdb/python/py-event.c | 21 +--
gdb/python/py-evtregistry.c | 17 +-
gdb/python/py-exitedevent.c | 8 +-
gdb/python/py-finishbreakpoint.c | 4 +-
gdb/python/py-frame.c | 9 +-
gdb/python/py-framefilter.c | 270 ++++++++++---------------------
gdb/python/py-function.c | 14 +-
gdb/python/py-inferior.c | 32 ++--
gdb/python/py-infevents.c | 24 +--
gdb/python/py-linetable.c | 22 +--
gdb/python/py-newobjfileevent.c | 8 +-
gdb/python/py-objfile.c | 40 ++---
gdb/python/py-param.c | 12 +-
gdb/python/py-prettyprint.c | 70 ++++----
gdb/python/py-progspace.c | 39 ++---
gdb/python/py-ref.h | 13 +-
gdb/python/py-signalevent.c | 4 +-
gdb/python/py-stopevent.c | 4 +-
gdb/python/py-symbol.c | 2 +-
gdb/python/py-symtab.c | 16 +-
gdb/python/py-threadevent.c | 2 +-
gdb/python/py-type.c | 31 ++--
gdb/python/py-unwind.c | 10 +-
gdb/python/py-utils.c | 12 +-
gdb/python/py-value.c | 13 +-
gdb/python/py-varobj.c | 6 +-
gdb/python/py-xmethods.c | 71 ++++----
gdb/python/python.c | 243 ++++++++++++++--------------
gdb/testsuite/ChangeLog | 4 +
gdb/testsuite/gdb.python/py-xmethods.exp | 4 +-
gdb/ui-out.h | 33 ++++
gdb/varobj.c | 12 +-
39 files changed, 681 insertions(+), 616 deletions(-)
create mode 100644 gdb/common/gdb_optional.h
--
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 fc4c841 [libFuzzer] Use stoull instead of stol to ensure 64 bits.
new 10fde8b GlobalISel: drop lifetime intrinsics during translation.
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/CodeGen/GlobalISel/IRTranslator.cpp | 8 ++++++++
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 11 +++++++++++
2 files changed, 19 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 gcc.
from eb80a58 PR c++/71285 - member of fold-expression
new ef78236 PR c++/78897 - constexpr union
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 | 4 ++++
gcc/cp/constexpr.c | 5 +++++
gcc/testsuite/g++.dg/cpp1y/constexpr-union1.C | 11 +++++++++++
3 files changed, 20 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-union1.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 b5a88e2 [X86][AVX512] Add vector rotate tests for AVX512 targets
new fc4c841 [libFuzzer] Use stoull instead of stol to ensure 64 bits.
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/Fuzzer/FuzzerTracePC.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 lldb.
from 9186e31 Fix another build issue with shared libraries on Linux
new 88210c0 Fix another build issue with shared libraries on 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:
source/Plugins/Disassembler/llvm/CMakeLists.txt | 2 ++
source/Plugins/UnwindAssembly/x86/CMakeLists.txt | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.