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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[lldb][NFC] Remove ThreadSafeSTLVector and ThreadSafeSTLMap and their use in ...
Raphael Isemann
2019-12-03
3
-206
/
+9
*
[lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescription
Raphael Isemann
2019-12-02
3
-6
/
+13
*
[lldb][NFC] Make Stream's IndentLevel an unsigned integers.
Raphael Isemann
2019-12-02
1
-6
/
+6
*
[lldb][NFC] Remove unused ClangASTContext::GetBasicType(ConstString)
Raphael Isemann
2019-11-29
1
-2
/
+0
*
[lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overload
Raphael Isemann
2019-11-29
1
-3
/
+0
*
[lldb] Remove FileSpec->CompileUnit inheritance
Pavel Labath
2019-11-29
1
-4
/
+6
*
[lldb][NFC] Fix header guard comment in ThreadSafeDenseMap.h
Raphael Isemann
2019-11-29
1
-1
/
+1
*
[lldb] NFC: refactor CompileUnit::ResolveSymbolContext
Konrad Kleine
2019-11-28
1
-7
/
+4
*
[lldb][NFC] Remove CompilerDeclContext::IsClang
Raphael Isemann
2019-11-28
1
-2
/
+0
*
[lldb][NFC] Simplify CompilerDecl and CompilerDeclContext initialization
Raphael Isemann
2019-11-28
2
-10
/
+6
*
[lldb][NFC] Remove unused CompilerDecl::IsClang
Raphael Isemann
2019-11-28
1
-2
/
+0
*
Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext"
Raphael Isemann
2019-11-28
1
-4
/
+7
*
[lldb][NFC] Remove unused STLUtil include and STLUtil.h header
Raphael Isemann
2019-11-28
2
-27
/
+0
*
[lldb] NFC: refactor CompileUnit::ResolveSymbolContext
Konrad Kleine
2019-11-28
1
-7
/
+4
*
[lldb][NFC] Make GetAsCXXRecordDecl static
Raphael Isemann
2019-11-28
1
-1
/
+2
*
[lldb][NFC] Move TypeSystem RTTI to static variable to remove swift reference
Raphael Isemann
2019-11-27
2
-43
/
+8
*
[lldb][NFC] Remove unused CompilerType memory functions
Raphael Isemann
2019-11-27
1
-8
/
+0
*
[lldb] remove unsigned Stream::operator<< overloads
Pavel Labath
2019-11-26
1
-39
/
+4
*
[lldb] Add boilerplate to recognize the .debug_rnglists.dwo section
Pavel Labath
2019-11-26
1
-0
/
+1
*
[lldb][NFC] Allow range-based for-loops on VariableList
Raphael Isemann
2019-11-25
1
-2
/
+8
*
[lldb] Remove lldb's own ASTDumper
Raphael Isemann
2019-11-25
1
-0
/
+10
*
[DWARF] Handle call sites with indirect call targets
Vedant Kumar
2019-11-22
2
-31
/
+66
*
[Reproducer] Generate LLDB reproducer on crash
Jonas Devlieghere
2019-11-20
1
-0
/
+2
*
[lldb][NFC] Remove unused ClangASTContext::GetUnknownAnyType
Raphael Isemann
2019-11-20
1
-6
/
+0
*
[lldb][NFC] Simplify ClangASTContext::GetBasicTypes
Raphael Isemann
2019-11-20
1
-5
/
+1
*
[lldb][NFC] Remove ClangASTContext::GetAsDeclContext
Raphael Isemann
2019-11-20
1
-4
/
+1
*
[lldb][NFC] Remove ClangASTContext::FieldIsBitfield overload
Raphael Isemann
2019-11-20
1
-3
/
+0
*
[lldb][NFC] Remove ClangASTContext::GetUniqueNamespaceDeclaration overload
Raphael Isemann
2019-11-20
1
-5
/
+0
*
[lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypes
Raphael Isemann
2019-11-19
1
-3
/
+1
*
Replace bitfield in lldb::Type with byte-sized members. (NFC)
Adrian Prantl
2019-11-18
1
-26
/
+12
*
[-gmodules] Let LLDB log a warning if the Clang module hash mismatches.
Adrian Prantl
2019-11-15
1
-1
/
+1
*
Add RTTI support to the SymbolFile class hierarchy
Adrian Prantl
2019-11-15
2
-1
/
+10
*
[LLDB] Fix more -Wdocumentation issues (NFC)
Jonas Devlieghere
2019-11-14
6
-24
/
+24
*
Use ForEachExternalModule in ParseTypeFromClangModule (NFC)
Adrian Prantl
2019-11-14
2
-6
/
+44
*
[lldb][NFC] Simplify IOHandler constructor/destructor setup
Raphael Isemann
2019-11-14
1
-4
/
+2
*
Revert "Forward declare Optional<T> in STLExtras.h"
Reid Kleckner
2019-11-13
1
-1
/
+0
*
Forward declare Optional<T> in STLExtras.h
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[LLDB] Cleanup the DataEncoder utility. (NFC)
Jonas Devlieghere
2019-11-13
1
-129
/
+40
*
Revert a hunk from 9634064cfa1b9bf7b7
Reid Kleckner
2019-11-13
1
-1
/
+1
*
[LLDB] Fix another set of -Wdocumentation warnings
Jonas Devlieghere
2019-11-13
2
-5
/
+2
*
[LLDB] Remove dead code from StreamFile
Jonas Devlieghere
2019-11-13
1
-6
/
+0
*
[LLDB] Fix a bunch of -Wdocumentation warnings
Jonas Devlieghere
2019-11-13
45
-384
/
+202
*
[Reproducer] Discard reproducer directory if not generated.
Jonas Devlieghere
2019-11-12
1
-1
/
+1
*
[LLDB] Add core definition for armv8l and armv7l
Muhammad Omair Javaid
2019-11-13
1
-0
/
+2
*
[LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...
shafik
2019-11-12
1
-0
/
+12
*
Performance: Add a set of visited SymbolFiles to the other FindFiles variant.
Adrian Prantl
2019-11-12
2
-3
/
+12
*
[lldb] Fix more -Wdeprecated-copy warnings
Pavel Labath
2019-11-12
3
-14
/
+0
*
[lldb][NFC] Move LLVM RTTI implementation from enum to static ID variable
Raphael Isemann
2019-11-12
5
-42
/
+32
*
[lldb][NFC] Remove unused CompilerType::IsPossibleCPlusPlusDynamicType
Raphael Isemann
2019-11-12
1
-5
/
+0
*
lldb: Fix some -Wdeprecated-copy warnings
Pavel Labath
2019-11-11
9
-59
/
+0
[prev]
[next]