This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 3265363 Change the timeout in CallBoardSystemServiceOpenApplication t [...]
new 185d5ca Bug 30863 - Step doesn't stop with coditional breakpoint on 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:
include/lldb/Target/Thread.h | 11 ++
include/lldb/Target/ThreadPlan.h | 4 +-
.../Makefile | 0
.../step_over_breakpoint/TestStepOverBreakpoint.py | 119 +++++++++++++++++++++
.../breakpoint/step_over_breakpoint/main.cpp | 12 +++
source/Target/StopInfo.cpp | 18 ++++
source/Target/Thread.cpp | 61 ++++++++---
source/Target/ThreadPlanStepInstruction.cpp | 9 ++
source/Target/ThreadPlanStepRange.cpp | 10 ++
9 files changed, 226 insertions(+), 18 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/breakpoint/{breakpoint_ids => [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/step_ [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/step_ [...]
--
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 43f4b13 Make this REQUIRES match the other REQUIRES lines that mentio [...]
new 7e560a2 Fix build breakage on FreeBSD after rL289878/rL289881
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/sanitizer_common/sanitizer_platform_interceptors.h | 2 +-
lib/sanitizer_common/sanitizer_platform_limits_posix.cc | 4 ++--
lib/sanitizer_common/sanitizer_platform_limits_posix.h | 2 ++
3 files changed, 5 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 clang.
from 3a4d285 Fix the spelling of 'bitfield' in diagnostics to be consisten [...]
new 4e23c3c Add test for DR692.
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/CXX/drs/dr6xx.cpp | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 63 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 1c4b812 [PM] Rework a loop in the CGSCC update logic to be more conse [...]
new ab968f6 Remove extraneous space.
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/git-svn/git-llvm | 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 lld.
from 8247002 Fix a bug that the glob pattern parser falls in an infinite l [...]
new 20a95df Remove `Compressed` member from InputSectionData.
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/Driver.cpp | 2 +-
ELF/InputSection.cpp | 13 +++++--------
ELF/InputSection.h | 13 +++++++------
3 files changed, 13 insertions(+), 15 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 27b8ce5 Expression evaluation for overloaded C functions (redux)
new 3265363 Change the timeout in CallBoardSystemServiceOpenApplication 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:
tools/debugserver/source/MacOSX/MachProcess.mm | 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 54cffa1 [PM] Provide an initial, minimal port of the inliner to the n [...]
new 1c4b812 [PM] Rework a loop in the CGSCC update logic to be more conse [...]
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/Analysis/CGSCCPassManager.cpp | 18 +++++++++++-------
1 file changed, 11 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 c84e30c Reapply r289926: attempt to fix windows build
new 54cffa1 [PM] Provide an initial, minimal port of the inliner to the n [...]
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/Analysis/CGSCCPassManager.h | 13 +-
.../Transforms/IPO/{InlinerPass.h => Inliner.h} | 51 ++--
include/llvm/Transforms/Utils/Cloning.h | 12 +
lib/Analysis/InlineCost.cpp | 6 +-
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/IPO/AlwaysInliner.cpp | 10 +-
lib/Transforms/IPO/InlineSimple.cpp | 13 +-
lib/Transforms/IPO/Inliner.cpp | 189 ++++++++++++++-
lib/Transforms/Utils/InlineFunction.cpp | 10 +-
test/Transforms/Inline/basictest.ll | 1 +
test/Transforms/Inline/cgscc-update.ll | 145 +++++++++++
test/Transforms/Inline/last-callsite.ll | 269 +++++++++++++++++++++
test/Transforms/Inline/nested-inline.ll | 1 +
14 files changed, 682 insertions(+), 40 deletions(-)
rename include/llvm/Transforms/IPO/{InlinerPass.h => Inliner.h} (60%)
create mode 100644 test/Transforms/Inline/cgscc-update.ll
create mode 100644 test/Transforms/Inline/last-callsite.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 lld.
from 4cc2141 Set Config->ColorDiagnostics early so that all error messages [...]
new 8247002 Fix a bug that the glob pattern parser falls in an infinite l [...]
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/Strings.cpp | 1 +
test/ELF/version-script-complex-wildcards.s | 5 +++++
2 files changed, 6 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 binutils-gdb.
from 3e67a37 Correct assembler mnemonic for RISC-V aqrl AMOs
new 092e019 Fix read-beyond-end-of-buffer error in script parsing.
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:
gold/ChangeLog | 5 +++++
gold/script.cc | 35 +++++++++++++++++++++--------------
2 files changed, 26 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.