This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 7547c25fb We were getting the wrong dynamic type if there were two clas [...]
new b12105090 [test] Restore cleanup behavior in TestQuoting.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:
packages/Python/lldbsuite/test/settings/quoting/TestQuoting.py | 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 llvm.
from 26e6f68bfc3 [XRay] cache symbolized function names for a repeatedly que [...]
new 8c1abc4ccbe [Support] Fix comments for handleAllErrors: it calls llvm_u [...]
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/Support/Error.h | 8 ++++----
1 file changed, 4 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 lldb.
from f58cf95a0 Add another entitlement that we need for debugserver. <rdar:/ [...]
new 7547c25fb We were getting the wrong dynamic type if there were two clas [...]
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:
.../cpp/dynamic-value-same-basename}/Makefile | 0
.../TestDynamicValueSameBase.py | 62 ++++++++++++++++++++++
.../lang/cpp/dynamic-value-same-basename/main.cpp | 32 +++++++++++
.../ItaniumABI/ItaniumABILanguageRuntime.cpp | 9 +++-
4 files changed, 101 insertions(+), 2 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/breakpoint/breakpoint_hit_cou [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/dynamic-value-same-base [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/dynamic-value-same-base [...]
--
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 72ba08afe Expand test a bit.
new f16211c57 Do not create multiple NOTE segments.
new b6be80c9c [WebAssembly] Remove unused forward declaration.
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:
ELF/Writer.cpp | 28 ++++++++++++++++++----------
test/ELF/note-contiguous.s | 6 ++++--
wasm/Config.h | 2 --
3 files changed, 22 insertions(+), 14 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 8066b2f34d [analyzer] Add a checker for mmap()s which are both writable [...]
new b7f026ae77 [analyzer] [tests] Create a directory for the log file
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:
utils/analyzer/SATestUpdateDiffs.py | 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 lld.
from 96a1b0d78 Convert more .s files to linker script files.
new 72ba08afe Expand test a bit.
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/note-contiguous.s | 38 +++++++++++++++++++++++++++-----------
1 file changed, 27 insertions(+), 11 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 gdb-8.1-branch
in repository binutils-gdb.
from 381665f89d Automatic date update in version.in
new 6d607b8812 Create new common/pathstuff.[ch]
new 2441702a72 Make gdbserver work with filename-only binaries
new 506817a3ab Change order of error message printed when gdbserver can't find CWD
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:
gdb/ChangeLog | 44 ++++++
gdb/Makefile.in | 3 +
gdb/auto-load.c | 1 +
gdb/common/common-defs.h | 3 +
gdb/common/common-utils.c | 32 +++++
gdb/common/common-utils.h | 5 +
gdb/common/gdb_tilde_expand.c | 13 ++
gdb/common/gdb_tilde_expand.h | 4 +
gdb/common/pathstuff.c | 156 +++++++++++++++++++++
gdb/common/pathstuff.h | 53 +++++++
gdb/compile/compile.c | 1 +
gdb/defs.h | 4 -
gdb/dwarf2read.c | 1 +
gdb/exec.c | 1 +
gdb/gdbserver/ChangeLog | 23 +++
gdb/gdbserver/Makefile.in | 2 +
gdb/gdbserver/server.c | 64 +++++++--
gdb/guile/scm-safe-call.c | 1 +
gdb/linux-thread-db.c | 1 +
gdb/main.c | 1 +
gdb/nto-tdep.c | 1 +
gdb/objfiles.c | 1 +
gdb/source.c | 35 +----
gdb/symtab.c | 1 +
gdb/testsuite/ChangeLog | 5 +
.../gdb.server/{wrapper.exp => abspath.exp} | 42 +++---
gdb/testsuite/lib/gdb.exp | 24 ++++
gdb/utils.c | 120 +---------------
gdb/utils.h | 6 -
29 files changed, 453 insertions(+), 195 deletions(-)
create mode 100644 gdb/common/pathstuff.c
create mode 100644 gdb/common/pathstuff.h
copy gdb/testsuite/gdb.server/{wrapper.exp => abspath.exp} (55%)
--
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 7db8ad4adc1 [RuntimeDyld][MachO] Fix assertion in encodeAddend, add mis [...]
new 26e6f68bfc3 [XRay] cache symbolized function names for a repeatedly que [...]
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:
tools/llvm-xray/func-id-helper.cc | 8 +++++++-
tools/llvm-xray/func-id-helper.h | 2 ++
2 files changed, 9 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 bb55f795cb9 [IPSCCP] do not break musttail invariant (PR36485)
new 7db8ad4adc1 [RuntimeDyld][MachO] Fix assertion in encodeAddend, add mis [...]
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/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h | 8 +++++---
.../ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s | 2 ++
2 files changed, 7 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 llvm.
from 4bd2f44130d [GlobalISel][AArch64] Adding -disable-gisel-legality-check [...]
new bb55f795cb9 [IPSCCP] do not break musttail invariant (PR36485)
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/Transforms/Scalar/SCCP.cpp | 56 +++++++++++++++++++++++-
test/Transforms/IPConstantProp/musttail-call.ll | 58 +++++++++++++++++++++++++
2 files changed, 113 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/IPConstantProp/musttail-call.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.