This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 7c85f86e5 Remember to sort the Xcode project file. NFC.
new a5870b18f svn add the new files...
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:
...olverAddress.h => BreakpointResolverScripted.h} | 58 ++++---
.../Makefile | 0
.../scripted_bkpt/TestScriptedResolver.py | 171 ++++++++++++++++++
.../breakpoint/scripted_bkpt/main.c | 21 +++
.../breakpoint/scripted_bkpt/resolver.py | 55 ++++++
source/Breakpoint/BreakpointResolverScripted.cpp | 193 +++++++++++++++++++++
source/Breakpoint/CMakeLists.txt | 1 +
7 files changed, 471 insertions(+), 28 deletions(-)
copy include/lldb/Breakpoint/{BreakpointResolverAddress.h => BreakpointResolverScr [...]
copy packages/Python/lldbsuite/test/functionalities/breakpoint/{address_breakpoint [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/scrip [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/scrip [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/scrip [...]
create mode 100644 source/Breakpoint/BreakpointResolverScripted.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 lld.
from 73de918ad lld-link: For nonexisting inputs, omit follow-on diagnostics
new bfc8ed249 COFF: Add support for /force:multiple option
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:
COFF/Config.h | 3 ++-
COFF/Driver.cpp | 6 +++++-
COFF/Options.td | 5 ++++-
COFF/SymbolTable.cpp | 14 ++++++++++----
test/COFF/{force.test => force-multiple.test} | 25 ++++++++++++-------------
5 files changed, 33 insertions(+), 20 deletions(-)
copy test/COFF/{force.test => force-multiple.test} (64%)
--
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 gcc.
from 3aa3dc55c2d * varasm.c (compare_constant): Compare type size of STRING [...]
new 8a472952000 * fold-const.c (c_getstr): Clamp STRING_LENGTH to S [...]
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:
gcc/ChangeLog | 2 ++
gcc/fold-const.c | 4 ++++
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 llvm.
from 52d9c5f7ba7 [SanitizerCoverage] Create comdat for global arrays.
new 5d02c0ff966 [AMDGPU] Removed unused method
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/AMDGPU/AMDGPUISelDAGToDAG.cpp | 22 ----------------------
1 file changed, 22 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 b94435e1d Add a "scripted" breakpoint type to lldb.
new 7c85f86e5 Remember to sort the Xcode project file. 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:
lldb.xcodeproj/project.pbxproj | 5694 ++++++++++++++++++++--------------------
1 file changed, 2847 insertions(+), 2847 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 release_70
in repository lld.
from 5974a33ce Clarify the wording for the state of the lld/MinGW target
new e36f4d43a Update release notes for lld 7.
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:
docs/ReleaseNotes.rst | 25 ++++++++++++++++++-------
1 file changed, 18 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 a3cc066aa41 [NFC][InstCombine] PR38708 - inefficient pattern for high-b [...]
new 52d9c5f7ba7 [SanitizerCoverage] Create comdat for global arrays.
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:
.../Instrumentation/SanitizerCoverage.cpp | 39 ++++++++++++++--------
.../SanitizerCoverage/div-tracing.ll | 6 ++--
.../SanitizerCoverage/gep-tracing.ll | 2 +-
.../SanitizerCoverage/inline-8bit-counters.ll | 2 +-
test/Instrumentation/SanitizerCoverage/pc-table.ll | 2 +-
test/Instrumentation/SanitizerCoverage/tracing.ll | 2 +-
6 files changed, 32 insertions(+), 21 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 gcc.
from 86a71ed0375 compiler, runtime: open code select
new abadc2f8463 * c-typeck.c (digest_init): Shorten overlength strings.
new 3aa3dc55c2d * varasm.c (compare_constant): Compare type size of STRING [...]
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:
gcc/ChangeLog | 7 +++++++
gcc/c/ChangeLog | 4 ++++
gcc/c/c-typeck.c | 15 +++++++++++----
gcc/varasm.c | 34 +++++++++++++++++++++++++++++++---
4 files changed, 53 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 21390db3604 [DAGCombine] Fix crash when store merging created an extrac [...]
new a3cc066aa41 [NFC][InstCombine] PR38708 - inefficient pattern for high-b [...]
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:
...nd-val-to-icmp-eq-of-lshr-val-by-bits-and-0.ll} | 200 +++++++++++----------
...nd-val-to-icmp-ne-of-lshr-val-by-bits-and-0.ll} | 200 +++++++++++----------
2 files changed, 210 insertions(+), 190 deletions(-)
copy test/Transforms/InstCombine/{icmp-uge-of-not-of-shl-allones-by-bits-and-val-t [...]
copy test/Transforms/InstCombine/{icmp-ult-of-not-of-shl-allones-by-bits-and-val-t [...]
--
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 b591387d5 Add support for descriptions with command completions.
new b94435e1d Add a "scripted" breakpoint type to lldb.
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/API/SBAddress.h | 1 +
include/lldb/API/SBBreakpoint.h | 8 +-
include/lldb/API/SBStructuredData.h | 10 +-
include/lldb/API/SBSymbolContext.h | 4 +-
include/lldb/API/SBTarget.h | 31 +
include/lldb/Breakpoint/BreakpointResolver.h | 6 +
include/lldb/Interpreter/ScriptInterpreter.h | 21 +
include/lldb/Target/Target.h | 9 +
include/lldb/lldb-defines.h | 1 +
include/lldb/lldb-enumerations.h | 5 +-
lldb.xcodeproj/project.pbxproj | 5318 ++++++++++----------
packages/Python/lldbsuite/test/lldbutil.py | 18 +-
scripts/Python/python-swigsafecast.swig | 14 +
scripts/Python/python-wrapper.swig | 95 +
scripts/interface/SBBreakpoint.i | 4 +
scripts/interface/SBStructuredData.i | 2 +
scripts/interface/SBTarget.i | 68 +
source/API/SBBreakpoint.cpp | 36 +
source/API/SBStructuredData.cpp | 31 +
source/API/SBTarget.cpp | 38 +-
source/API/SystemInitializerFull.cpp | 15 +-
source/Breakpoint/BreakpointResolver.cpp | 13 +-
source/Commands/CommandObjectBreakpoint.cpp | 65 +-
source/Core/SearchFilter.cpp | 12 +-
.../Python/ScriptInterpreterPython.cpp | 88 +-
.../Python/ScriptInterpreterPython.h | 26 +-
source/Target/Target.cpp | 45 +
27 files changed, 3304 insertions(+), 2680 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.