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
/
source
/
Symbol
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/DWARF] Move location list sections into DWARFContext
Pavel Labath
2020-01-14
1
-0
/
+2
*
[lldb][NFC] Make name parameter in AddMethodToCXXRecordType a StringRef
Raphael Isemann
2020-01-14
1
-7
/
+6
*
[lldb][NFC] Cleanup ClangASTContext::CompleteTagDeclarationDefinition
Raphael Isemann
2020-01-14
1
-57
/
+52
*
[lldb] Fix lookup of symbols with the same address range but different binding
Jan Kratochvil
2020-01-13
1
-1
/
+1
*
[lldb] Make CompleteTagDeclsScope completion order deterministic
Raphael Isemann
2020-01-10
1
-5
/
+3
*
[lldb] Remove FieldDecl stealing hack by rerouting indirect imports to the or...
Raphael Isemann
2020-01-10
1
-0
/
+33
*
Data formatters: Look through array element typedefs
Jaroslav Sevcik
2020-01-10
1
-3
/
+2
*
[lldb] Remove various dead Compare functions
Alex Langford
2020-01-08
2
-21
/
+0
*
[lldb][NFC] Remove redundant ClangASTContext constructor that takes ArchSpec
Raphael Isemann
2020-01-08
1
-27
/
+16
*
[lldb] Initialize some bitfields in FuncUnwinders.cpp
Pavel Labath
2020-01-07
1
-0
/
+2
*
[lldb][NFC] Take a llvm::Triple in ClangASTContext constructor
Raphael Isemann
2020-01-07
1
-3
/
+3
*
[lldb] Fix crash in AccessDeclContextSanity when copying FunctionTemplateDecl...
Raphael Isemann
2020-01-02
1
-0
/
+5
*
[lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...
Raphael Isemann
2020-01-02
1
-273
/
+196
*
[lldb][NFC] Simplify CompilerType constructors/destructors and fix unused var...
Raphael Isemann
2020-01-01
1
-6
/
+0
*
[lldb][NFC] Make some checks more readable in Variable::PrivateAutoComplete
Raphael Isemann
2020-01-01
1
-3
/
+3
*
[lldb][NFC] Simplify ClangASTContext::GetTypeForDecl
Raphael Isemann
2019-12-30
1
-17
/
+5
*
[lldb][NFC] Make integer types functions in ClangASTContext not static
Raphael Isemann
2019-12-29
1
-45
/
+32
*
[lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionType
Raphael Isemann
2019-12-29
1
-10
/
+10
*
[lldb][NFC] Remove most GetASTContext calls in AST metadata code
Raphael Isemann
2019-12-29
2
-25
/
+18
*
[lldb] Remove some calls to GetASTContext
Raphael Isemann
2019-12-26
1
-7
/
+4
*
[lldb][NFC] Use StringRef in ClangASTContext::GetBuiltinTypeForDWARFEncodingA...
Raphael Isemann
2019-12-25
1
-44
/
+38
*
[lldb][NFC] Move ClangASTContext::m_scratch_ast_source_up to the appropriate ...
Raphael Isemann
2019-12-24
1
-8
/
+13
*
[lldb][NFC] Remove ClangExternalASTSourceCommon
Raphael Isemann
2019-12-24
3
-48
/
+11
*
[lldb][NFC] Remove unused callback functionality from ClangASTContext
Raphael Isemann
2019-12-23
1
-5
/
+0
*
[lldb][NFC] Simplify ClangExternalASTSourceCallbacks
Raphael Isemann
2019-12-23
2
-78
/
+18
*
[lldb][NFC] Remove wrong and unused ClangASTContext::CopyDecl method
Raphael Isemann
2019-12-23
1
-16
/
+0
*
[lldb][NFC] Delete all 'else return ...' in CompilerDeclContext.cpp
Raphael Isemann
2019-12-23
1
-8
/
+4
*
[lldb] Add sanity check to CreateDeclContext and fixed illformed CompilerCont...
Raphael Isemann
2019-12-23
1
-0
/
+2
*
[lldb][NFC] Simplify ClangASTContext::GetTranslationUnitDecl
Raphael Isemann
2019-12-23
1
-7
/
+1
*
[lldb][NFC] Make CompilerDeclContext construction type safe
Raphael Isemann
2019-12-23
1
-7
/
+9
*
[lldb] Remove unused CompilerDeclContext::IsStructUnionOrClass
Raphael Isemann
2019-12-22
2
-14
/
+0
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
2
-520
/
+500
*
[lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContext
Raphael Isemann
2019-12-21
1
-94
/
+53
*
[lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDecl
Raphael Isemann
2019-12-20
1
-3
/
+3
*
[lldb][NFC] Change if statements in ClangASTImporter to follow LLVM code style
Raphael Isemann
2019-12-19
1
-18
/
+10
*
[lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass
Raphael Isemann
2019-12-17
1
-6
/
+9
*
[lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...
Raphael Isemann
2019-12-17
1
-1
/
+1
*
[lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...
Raphael Isemann
2019-12-17
1
-2
/
+2
*
[lldb] Remove modern-type-lookup
Raphael Isemann
2019-12-17
1
-6
/
+0
*
[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
1
-1
/
+13
*
[lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporter
Raphael Isemann
2019-12-16
1
-55
/
+38
*
[lldb] Centralize desugaring of decltype-like types in ClangASTContext
Pavel Labath
2019-12-16
1
-74
/
+12
*
[lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSource...
Raphael Isemann
2019-12-16
4
-24
/
+37
*
[lldb][NFC] Remove ClangASTImporter::ResolveDeclOrigin
Raphael Isemann
2019-12-16
1
-6
/
+6
*
[lldb][NFC] Replace ClangASTImporter's use of map/set with SmallPtrSet and De...
Raphael Isemann
2019-12-16
1
-5
/
+3
*
[lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of k...
Raphael Isemann
2019-12-15
2
-58
/
+14
*
[lldb][NFC] Make metadata tracking type safe
Raphael Isemann
2019-12-13
2
-17
/
+48
*
[lldb] Remove ClangASTMetrics
Raphael Isemann
2019-12-12
1
-38
/
+0
*
[lldb] "See through" atomic types in ClangASTContext
Pavel Labath
2019-12-12
1
-52
/
+48
[next]