This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1c6bfcc50c3 DWARFVerifier: make the verifier more comprehensive for objects
new b3bc95870d9 ADT/STLExtras: Introduce llvm::empty; 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:
include/llvm/ADT/STLExtras.h | 6 ++++++
lib/Analysis/LazyCallGraph.cpp | 2 +-
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 2 +-
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 3 +--
lib/CodeGen/GlobalISel/RegBankSelect.cpp | 2 +-
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 2 +-
lib/ExecutionEngine/Orc/ExecutionUtils.cpp | 2 +-
lib/IR/DebugInfo.cpp | 2 +-
lib/Transforms/IPO/PartialInlining.cpp | 4 ++--
lib/Transforms/Scalar/NewGVN.cpp | 2 +-
lib/Transforms/Utils/PredicateInfo.cpp | 4 ++--
lib/Transforms/Utils/SimplifyCFG.cpp | 2 +-
unittests/ADT/STLExtrasTest.cpp | 17 +++++++++++++++++
13 files changed, 36 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 lldb.
from 2878bcde0 [testsuite] Skip an already failing test on MacOS.
new 8b5784c66 [lldb] Introduce StackFrameRecognizer
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/SBVariablesOptions.h | 4 +
include/lldb/Interpreter/OptionGroupVariable.h | 2 +
include/lldb/Interpreter/ScriptInterpreter.h | 11 +
include/lldb/Target/StackFrame.h | 3 +
include/lldb/Target/StackFrameRecognizer.h | 129 +++++++
include/lldb/lldb-forward.h | 7 +
lldb.xcodeproj/project.pbxproj | 6 +
.../frame-recognizer}/Makefile | 3 +-
.../frame-recognizer/TestFrameRecognizer.py | 102 ++++++
.../main.mm => frame-recognizer/main.m} | 21 +-
.../functionalities/frame-recognizer/recognizer.py | 21 ++
scripts/Python/python-wrapper.swig | 46 +++
scripts/interface/SBVariablesOptions.i | 8 +-
source/API/SBFrame.cpp | 25 +-
source/API/SBVariablesOptions.cpp | 23 +-
source/API/SystemInitializerFull.cpp | 11 +-
source/Commands/CommandObjectFrame.cpp | 386 +++++++++++++++++++++
source/Interpreter/OptionGroupVariable.cpp | 7 +
.../Python/ScriptInterpreterPython.cpp | 64 ++++
.../Python/ScriptInterpreterPython.h | 15 +
source/Target/CMakeLists.txt | 1 +
source/Target/StackFrame.cpp | 18 +-
source/Target/StackFrameRecognizer.cpp | 190 ++++++++++
www/python-reference.html | 61 +++-
24 files changed, 1139 insertions(+), 25 deletions(-)
create mode 100644 include/lldb/Target/StackFrameRecognizer.h
copy packages/Python/lldbsuite/test/{python_api/objc_type => functionalities/frame [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/frame-recognizer [...]
copy packages/Python/lldbsuite/test/functionalities/{data-formatter/ostypeformatti [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/frame-recognizer [...]
create mode 100644 source/Target/StackFrameRecognizer.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 compiler-rt.
from 57078c97b Disable BufferOverflowAfterManyFrees for NetBSD
new eee7964f7 [asan] Remove flags for clang-cl before it supported EH
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:
cmake/Modules/AddCompilerRT.cmake | 9 ---------
cmake/base-config-ix.cmake | 2 --
lib/asan/tests/CMakeLists.txt | 5 -----
3 files changed, 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 gcc.
from 87358e82212 2018-10-30 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 99e349a8c2b Daily bump.
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/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from 295ec5a2d0f PR libstdc++/87809 avoid invalid expressions in exception s [...]
new d22e18447b7 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 0d95c9d1366 Daily bump.
new 72858f7e806 Daily bump.
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/DATESTAMP | 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 clang.
from aef241a334 Silence unused variable warnings. NFC
new 2f518e7be0 [Win64] Handle passing i128 by 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:
lib/CodeGen/TargetInfo.cpp | 43 ++++++++++++++++++++++++++++++++-----------
test/CodeGen/win64-i128.c | 16 ++++++++++++++++
2 files changed, 48 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGen/win64-i128.c
--
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 c1230d1bab [src/erc32] Use ncurses instead of termcap on Cygwin too
new b4e0939956 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.