This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 5b43fb0 Don't crash when a process' task port goes bad.
new 61ce434 Fix some long standing issues that caused tests to be flaky.
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/lldb/Core/Broadcaster.h | 47 ++++++---
include/lldb/Core/Event.h | 60 +++++++++--
include/lldb/Core/Listener.h | 7 +-
include/lldb/Target/Process.h | 1 -
include/lldb/lldb-forward.h | 2 +
source/Core/Broadcaster.cpp | 190 +++++++++++++++++++++-------------
source/Core/Event.cpp | 33 ++++--
source/Core/Listener.cpp | 113 ++++++++------------
source/Host/posix/HostThreadPosix.cpp | 18 ++--
source/Target/Process.cpp | 68 ++++++------
10 files changed, 323 insertions(+), 216 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 b6b8f76 [PM] Port of the DepndenceAnalysis to the new PM.
new 2eea181 [codeview] Fix dumping VFTables, stop when we see LF_PAD*
new 41502c5 llvm-readobj: Fix GNU style entry point print width
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:
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 5 +-
.../llvm/DebugInfo/CodeView/RecordSerialization.h | 4 +-
.../llvm-readobj/Inputs/codeview-vftable.obj.coff | Bin 0 -> 20396 bytes
test/tools/llvm-readobj/codeview-vftable.test | 51 +++++++++++++++++++++
tools/llvm-readobj/ELFDumper.cpp | 2 +-
5 files changed, 59 insertions(+), 3 deletions(-)
create mode 100644 test/tools/llvm-readobj/Inputs/codeview-vftable.obj.coff
create mode 100644 test/tools/llvm-readobj/codeview-vftable.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 lld.
from 61d8c8b Move addend computation to a helper function.
new 3eb801a Slit the relocation scan in two parts.
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:
ELF/Writer.cpp | 96 ++++++++++++++++++++++++++--------------------------------
1 file changed, 43 insertions(+), 53 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 d02b499 Fix libstdc++ failure where <atomic> is not able to be import [...]
new 5b43fb0 Don't crash when a process' task port goes bad.
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/debugserver/source/MacOSX/MachException.cpp | 1 -
1 file changed, 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 lldb.
from 06c5b68 Added missing makefile from patch D19124 (should fix the corr [...]
new d02b499 Fix libstdc++ failure where <atomic> is not able to be import [...]
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:
.../data-formatter/data-formatter-skip-summary/Makefile | 6 +-----
packages/Python/lldbsuite/test/make/Makefile.rules | 2 +-
packages/Python/lldbsuite/test/make/test_common.h | 8 ++++++++
3 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 clang.
from deaa000 Refactor constant expression evaluation of CXXConstructExpr t [...]
new 7865cf1 Fix Clang-tidy modernize-use-bool-literals in generated 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:
utils/TableGen/ClangAttrEmitter.cpp | 134 +++++++++++++++++++++++++++++++-----
1 file changed, 118 insertions(+), 16 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 f368c39 SDAG: Implement Select instead of SelectImpl in LanaiDAGToDAGISel
new 173f1b5 llvm-readobj: Change Hex output for GNU style dynamic table print
new b6b8f76 [PM] Port of the DepndenceAnalysis to the new PM.
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:
include/llvm/Analysis/DependenceAnalysis.h | 46 +++-
include/llvm/Analysis/Passes.h | 6 +-
include/llvm/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 2 +-
lib/Analysis/Analysis.cpp | 2 +-
lib/Analysis/DependenceAnalysis.cpp | 399 +++++++++++++----------------
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/LoopInterchange.cpp | 16 +-
lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 2 +-
lib/Transforms/Utils/LoopSimplify.cpp | 2 +-
tools/llvm-readobj/ELFDumper.cpp | 7 +-
12 files changed, 228 insertions(+), 257 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 24a8373 [AST] Move operations enum to a definition file.
new deaa000 Refactor constant expression evaluation of CXXConstructExpr t [...]
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/AST/ExprConstant.cpp | 53 ++++++++++++++++--------------------------------
1 file changed, 18 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 lld.
from 9361714 Handle thunks in adjustExpr.
new 61d8c8b Move addend computation to a helper 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:
ELF/Writer.cpp | 64 +++++++++++++++++++++++++++++++++++-----------------------
1 file changed, 39 insertions(+), 25 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 456efb6 [LLDB] Added support for PHI nodes to IR interpreter
new 06c5b68 Added missing makefile from patch D19124 (should fix the corr [...]
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:
.../ir-interpreter-phi-nodes}/Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
copy packages/Python/lldbsuite/test/{benchmarks/expression => expression_command/i [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.