This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxxabi.
from 338d62e [CMake] Use LIBCXXABI_LIBDIR_SUFFIX in libc++abi build
new b680d15 [CMake] Don't use LIBCXXABI_ENABLE_STATIC option before its declared
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:
CMakeLists.txt | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 596b78875d4 bpf: new option -bpf-expand-memcpy-in-order to expand memcp [...]
new 7c767bd7868 [dsymutil] Add support for generating DWARF5 accelerator tables.
new 327eaad5f0c [DWARF v5] Don't emit multiple DW_AT_rnglists_base attribut [...]
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/AsmPrinter/DwarfCompileUnit.cpp | 2 -
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 81 ++++++++++--------------
lib/CodeGen/AsmPrinter/DwarfDebug.h | 9 ++-
test/DebugInfo/X86/cu-ranges.ll | 11 ++++
test/DebugInfo/X86/rnglists_base_attr.ll | 89 ++++++++++++++++++++++++++
test/DebugInfo/X86/rnglists_curanges.ll | 50 +++++++++++++++
test/tools/dsymutil/X86/accelerator.test | 38 ++++++++++++
test/tools/dsymutil/cmdline.test | 1 +
tools/dsymutil/DwarfLinker.cpp | 96 +++++++++++++++++++++++++----
tools/dsymutil/DwarfLinker.h | 23 +++++--
tools/dsymutil/DwarfStreamer.cpp | 27 ++++++++
tools/dsymutil/DwarfStreamer.h | 11 ++++
tools/dsymutil/LinkUtils.h | 10 +++
tools/dsymutil/dsymutil.cpp | 21 ++++---
14 files changed, 395 insertions(+), 74 deletions(-)
create mode 100644 test/DebugInfo/X86/rnglists_base_attr.ll
create mode 100644 test/DebugInfo/X86/rnglists_curanges.ll
create mode 100644 test/tools/dsymutil/X86/accelerator.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 clang.
from a465f7c8c4 [OPENMP] ThreadId in serialized parallel regions is 0.
new c78e9948f0 [ODRHash] Support hashing enums.
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/AST/Decl.h | 8 +
include/clang/AST/ODRHash.h | 6 +-
.../clang/Basic/DiagnosticSerializationKinds.td | 27 +++
include/clang/Serialization/ASTReader.h | 4 +
lib/AST/Decl.cpp | 11 ++
lib/AST/ODRHash.cpp | 36 +++-
lib/Serialization/ASTReader.cpp | 204 ++++++++++++++++++++-
lib/Serialization/ASTReaderDecl.cpp | 5 +
lib/Serialization/ASTWriterDecl.cpp | 3 +
test/Modules/odr_hash.cpp | 171 +++++++++++++++++
10 files changed, 471 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 libcxx.
from 98e53227e Work around GCC bug in constexpr function
new 162ce3fef [CMake] Don't install c++abi headers in standalone libc++ build
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:
CMakeLists.txt | 1 -
cmake/Modules/HandleLibCXXABI.cmake | 2 +-
include/CMakeLists.txt | 2 +-
3 files changed, 2 insertions(+), 3 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 4a1b91eabb x86: Expand Broadcast to 3 bits
new 9e7f3bbbbf [gdb/breakpoints] Fix sigsegv in info prog at exec catchpoint
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 | 5 +++
gdb/infcmd.c | 2 +-
gdb/testsuite/ChangeLog | 6 +++
gdb/testsuite/gdb.base/catch-follow-exec.c | 10 +++++
.../{finish-pretty.exp => catch-follow-exec.exp} | 43 ++++++++++++++++------
5 files changed, 54 insertions(+), 12 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/catch-follow-exec.c
copy gdb/testsuite/gdb.base/{finish-pretty.exp => catch-follow-exec.exp} (52%)
--
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 261e479ae9e [GlobalMerge] Handle llvm.compiler.used correctly.
new 596b78875d4 bpf: new option -bpf-expand-memcpy-in-order to expand memcp [...]
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/BPF/BPFISelLowering.cpp | 73 ++++++++++++-
lib/Target/BPF/BPFISelLowering.h | 8 +-
lib/Target/BPF/BPFInstrInfo.cpp | 77 ++++++++++++++
lib/Target/BPF/BPFInstrInfo.h | 5 +
lib/Target/BPF/BPFInstrInfo.td | 15 +++
lib/Target/BPF/BPFSelectionDAGInfo.cpp | 43 ++++++++
.../BPFSelectionDAGInfo.h} | 15 +--
lib/Target/BPF/BPFSubtarget.h | 5 +-
lib/Target/BPF/CMakeLists.txt | 1 +
test/CodeGen/BPF/memcpy-expand-in-order.ll | 116 +++++++++++++++++++++
10 files changed, 343 insertions(+), 15 deletions(-)
create mode 100644 lib/Target/BPF/BPFSelectionDAGInfo.cpp
copy lib/Target/{Hexagon/HexagonSelectionDAGInfo.h => BPF/BPFSelectionDAGInfo.h} (70%)
create mode 100644 test/CodeGen/BPF/memcpy-expand-in-order.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 binutils-gdb.
from 506f5c41ca [gdb/symtab] Warn about unresolved DW_AT_upper_bound/DW_AT_count
new 4a1b91eabb x86: Expand Broadcast to 3 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:
gas/ChangeLog | 9 +
gas/config/tc-i386.c | 44 ++-
opcodes/ChangeLog | 17 ++
opcodes/i386-gen.c | 61 +++-
opcodes/i386-opc.h | 13 +-
opcodes/i386-tbl.h | 786 +++++++++++++++++++++++++--------------------------
6 files changed, 521 insertions(+), 409 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 libcxx.
from 39ee0c622 Fix GCC build in C++14 w/o c++14 constexpr
new 98e53227e Work around GCC bug in constexpr function
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/libcxx/experimental/filesystem/convert_file_time.sh.cpp | 7 ++++---
1 file changed, 4 insertions(+), 3 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 lld.
from ba267fd78 Make a test more robust.
new 060e3f8fe [ELF] Make linker-script-in-search-path.s robust per r337972
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/ELF/linkerscript/linker-script-in-search-path.s | 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 binutils-gdb.
from 16f808ec99 [gdb/exp] Fix exception when printing optimized out vla
new 506f5c41ca [gdb/symtab] Warn about unresolved DW_AT_upper_bound/DW_AT_count
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 | 5 +++++
gdb/dwarf2read.c | 19 +++++++++++++++++--
2 files changed, 22 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.