This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from be8cfb0 Fix flakyness in TestCompletion
new e498029 [debugserver] Fixing a small logic error from r297685
new 6fb4a9a [CMake] Override debugserver to use the build tree on Darwin
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:
packages/Python/lldbsuite/test/dotest.py | 3 +++
packages/Python/lldbsuite/test/dotest_args.py | 4 ++++
test/CMakeLists.txt | 9 +++++++++
tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp | 2 +-
4 files changed, 17 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 compiler-rt.
from 625d95f [cfi] Add test for type metadata split issue.
new 69dc77e [cfi] Disable bad-split test on win32.
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/cfi/bad-split.cpp | 2 ++
1 file changed, 2 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 llvm.
from c67a9ef Fix asm printing of associated sections.
new 22bd70f Archives require a symbol table on Solaris, even if empty.
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/ArchiveWriter.cpp | 5 +++++
test/Object/Inputs/solaris-nosymbols.yaml | 7 +++++++
test/Object/archive-format.test | 12 ++++++++++++
3 files changed, 24 insertions(+)
create mode 100644 test/Object/Inputs/solaris-nosymbols.yaml
--
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 87c336f inf-ptrace: Do not stop memory transfers after a single word
new c987632 Add DW_OP_GNU_variable_value
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/ChangeLog | 5 +++++
include/dwarf2.def | 3 +++
2 files changed, 8 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 llvm.
from 1526258 [ARM] Replace some C++ selection code with TableGen patterns. NFC.
new c67a9ef Fix asm printing of associated sections.
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/MC/MCContext.h | 8 ++++----
include/llvm/MC/MCSectionELF.h | 11 ++++++-----
lib/MC/ELFObjectWriter.cpp | 14 +++++++++-----
lib/MC/MCContext.cpp | 14 +++++++-------
lib/MC/MCParser/ELFAsmParser.cpp | 16 ++++++++--------
lib/MC/MCSectionELF.cpp | 8 ++++++++
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp | 3 ++-
test/MC/ELF/section.s | 4 ++++
8 files changed, 48 insertions(+), 30 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 39a6e14 Fix arch-specific-libdir tests on Windows
new c0c27f3 Modules: Optimize bitcode encoding of diagnostic state
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/Serialization/ASTReader.cpp | 8 ++++----
lib/Serialization/ASTWriter.cpp | 8 ++++++--
2 files changed, 10 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 libcxx.
from 7a16fa8 Mark LWG issues 2868, 2872, and 2890 as complete. There's not [...]
new 0b23f9c Fixed unintentional assignment-in-assert in new "extending me [...]
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:
.../uninitialized_default_construct.pass.cpp | 2 +-
.../uninitialized_default_construct_n.pass.cpp | 2 +-
.../uninitialized_value_construct.pass.cpp | 2 +-
.../uninitialized_value_construct_n.pass.cpp | 2 +-
.../uninitialized.move/uninitialized_move.pass.cpp | 2 +-
.../uninitialized.move/uninitialized_move_n.pass.cpp | 2 +-
6 files changed, 6 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 compiler-rt.
from 622ea83 After rL297370 and rL297383, instead of a platform check, exp [...]
new 625d95f [cfi] Add test for type metadata split issue.
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/cfi/bad-split.cpp | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 test/cfi/bad-split.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 llvm.
from c4630f9 [Support] Make the SystemZ bot happy by using make_error_code.
new 1526258 [ARM] Replace some C++ selection code with TableGen patterns. 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/Target/ARM/ARMISelDAGToDAG.cpp | 57 --------------------------------------
lib/Target/ARM/ARMInstrInfo.td | 16 ++++++++---
lib/Target/ARM/ARMInstrNEON.td | 11 ++++++++
lib/Target/ARM/ARMInstrThumb2.td | 8 ++++--
lib/Target/ARM/ARMInstrVFP.td | 5 +++-
5 files changed, 33 insertions(+), 64 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 bea559b [DAG] vector div/rem with any zero element in divisor is undef
new c4630f9 [Support] Make the SystemZ bot happy by using make_error_code.
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:
unittests/Support/Path.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.