index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass
Raphael Isemann
2019-12-17
6
-18
/
+22
*
[lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...
Raphael Isemann
2019-12-17
6
-7
/
+14
*
[lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...
Raphael Isemann
2019-12-17
9
-21
/
+109
*
[lldb] Remove modern-type-lookup
Raphael Isemann
2019-12-17
24
-463
/
+8
*
[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.h
Raphael Isemann
2019-12-17
5
-5
/
+3
*
[lldb-vscode] Centrally skip debug info variants for vscode tests
Pavel Labath
2019-12-17
10
-25
/
+2
*
[lldb][NFC] Remove implementation of GetOriginalDecl and just call GetDeclOri...
Raphael Isemann
2019-12-17
1
-12
/
+1
*
[lldb] Add support for calling objc_direct methods from LLDB's expression eva...
Raphael Isemann
2019-12-17
7
-3
/
+109
*
[lldb][NFC] Make clang-format happy by removing trailing space in ArchSpec.cpp
Raphael Isemann
2019-12-17
1
-1
/
+1
*
[lldb] Fix unused variable warning in ThreadPlanStepRange.cpp
Raphael Isemann
2019-12-17
1
-1
/
+0
*
Explicitly specify -std=c++11 and include <mutex> and <condition_variable>.
Jim Ingham
2019-12-16
4
-0
/
+6
*
Run all threads when extending a next range over a call.
Jim Ingham
2019-12-16
12
-94
/
+232
*
[lldb] Respect previously set values of LLDB_TABLEGEN_EXE
Alex Langford
2019-12-16
1
-11
/
+13
*
[lldb] Use file-based synchronization in TestVSCode_attach
Pavel Labath
2019-12-16
2
-14
/
+26
*
[lldb] Add unit test for ClangASTImporter
Raphael Isemann
2019-12-16
2
-0
/
+221
*
[lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporter
Raphael Isemann
2019-12-16
4
-72
/
+42
*
[lldb] Centralize desugaring of decltype-like types in ClangASTContext
Pavel Labath
2019-12-16
2
-78
/
+48
*
[lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSource...
Raphael Isemann
2019-12-16
6
-104
/
+138
*
[lldb][NFC] Fix file header of TestClangASTContext.cpp
Raphael Isemann
2019-12-16
1
-3
/
+1
*
[lldb][NFC] Remove ClangASTImporter::ResolveDeclOrigin
Raphael Isemann
2019-12-16
4
-56
/
+30
*
[lldb][NFC] Remove unnecessary includes in source/Commands
Raphael Isemann
2019-12-16
44
-122
/
+0
*
[lldb][NFC] Replace ClangASTImporter's use of map/set with SmallPtrSet and De...
Raphael Isemann
2019-12-16
2
-10
/
+8
*
[lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of k...
Raphael Isemann
2019-12-15
3
-61
/
+25
*
[lldb/SWIG] Modulerize lldb.swig so parts of it can be reused.
Jonas Devlieghere
2019-12-13
3
-162
/
+161
*
[lldb/CMake] Initialize LLDB_ENABLE_POSIX based on the UNIX variable.
Jonas Devlieghere
2019-12-13
1
-1
/
+5
*
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
29
-96
/
+87
*
LanguageRuntime: Simplify NSException::GetSummary() output
Med Ismail Bennani
2019-12-13
4
-23
/
+21
*
[lldb/Test] C++ test should use CXXFLAGS_EXTRAS
Jonas Devlieghere
2019-12-13
1
-1
/
+1
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
19
-35
/
+37
*
[lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...
Raphael Isemann
2019-12-13
55
-202
/
+0
*
[lldb][NFC] Remove unused includes in Utility's source files
Raphael Isemann
2019-12-13
6
-15
/
+0
*
[lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...
Raphael Isemann
2019-12-13
514
-536
/
+0
*
[lldb][NFC] Add reminder to TestSampleTest that setUp should be deleted if it...
Raphael Isemann
2019-12-13
1
-0
/
+2
*
[lldb][NFC] Make metadata tracking type safe
Raphael Isemann
2019-12-13
5
-27
/
+78
*
[lldb/cmake] Temporarily revive LLDB_DISABLE_CURSES
Pavel Labath
2019-12-13
1
-2
/
+11
*
[lldb] Remove xpasses after pr44037 fix committed
Muhammad Omair Javaid
2019-12-13
4
-24
/
+1
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
26
-89
/
+138
*
TypeCategory: Initialize m_enabled to false
Vedant Kumar
2019-12-12
1
-1
/
+1
*
[FormatEntity] Add mangled function name support
Med Ismail Bennani
2019-12-12
5
-0
/
+57
*
[lldb/Core] Add missing include (2/2)
Jonas Devlieghere
2019-12-12
1
-0
/
+2
*
[lldb/Core] Add missing include
Jonas Devlieghere
2019-12-12
1
-1
/
+1
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_TERMIOS
Jonas Devlieghere
2019-12-12
4
-17
/
+17
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_LIBXML2
Jonas Devlieghere
2019-12-12
3
-32
/
+32
*
[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT
Jonas Devlieghere
2019-12-12
12
-39
/
+39
*
[lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSES
Jonas Devlieghere
2019-12-12
7
-22
/
+18
*
[lldb/DWARF] Fix v5 location lists for dwo files
Pavel Labath
2019-12-12
3
-1
/
+198
*
[lldb] Remove ClangASTMetrics
Raphael Isemann
2019-12-12
4
-106
/
+0
*
[lldb] "See through" atomic types in ClangASTContext
Pavel Labath
2019-12-12
2
-56
/
+68
*
[lldb][NFC] Don't implement ClangASTContext::SetMetadata again as a static me...
Raphael Isemann
2019-12-12
2
-13
/
+9
*
[lldb/CMake] Simplify linking against curses
Jonas Devlieghere
2019-12-11
2
-9
/
+5
[next]