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
/
Plugins
/
SymbolFile
/
NativePDB
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...
Raphael Isemann
2020-01-02
1
-1
/
+1
*
[lldb][NFC] Make CompilerDeclContext construction type safe
Raphael Isemann
2019-12-23
1
-1
/
+1
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-8
/
+6
*
[lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass
Raphael Isemann
2019-12-17
1
-3
/
+2
*
[lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...
Raphael Isemann
2019-12-17
1
-1
/
+1
*
[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.h
Raphael Isemann
2019-12-17
2
-2
/
+1
*
[lldb] Don't put compile unit name into the support file list and support DWA...
Pavel Labath
2019-12-05
1
-11
/
+1
*
Replace bitfield in lldb::Type with byte-sized members. (NFC)
Adrian Prantl
2019-11-18
1
-11
/
+11
*
Add RTTI support to the SymbolFile class hierarchy
Adrian Prantl
2019-11-15
2
-0
/
+13
*
Performance: Add a set of visited SymbolFiles to the other FindFiles variant.
Adrian Prantl
2019-11-12
2
-2
/
+4
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
2
-23
/
+17
*
[NativePDB] Remove unused references to ClangASTImporter
Alex Langford
2019-10-11
2
-3
/
+0
*
[lldb] [cmake] Support linking against clang-cpp dylib
Michal Gorny
2019-10-04
1
-2
/
+3
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
2
-33
/
+23
*
Remove unused "append" parameter from FindTypes API
Adrian Prantl
2019-09-30
2
-9
/
+4
*
DWARFExpression: Simplify class interface
Pavel Labath
2019-08-27
1
-2
/
+2
*
Postfix: move more code out of the PDB plugin
Pavel Labath
2019-08-26
1
-47
/
+13
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
2
-3
/
+6
*
Revert Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
2
-6
/
+3
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
2
-3
/
+6
*
Generalize FindTypes with CompilerContext to support fuzzy lookup
Adrian Prantl
2019-08-21
2
-4
/
+3
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
2
-6
/
+6
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
1
-2
/
+2
*
Revert "Changing representation of .cv_def_range directives in Codeview debug...
Nilanjana Basu
2019-08-05
1
-2
/
+2
*
Changing representation of .cv_def_range directives in Codeview debug info as...
Nilanjana Basu
2019-08-05
1
-2
/
+2
*
Fix ClangASTContext::CreateParameterDeclaration to not call addDecl
Shafik Yaghmour
2019-08-02
1
-1
/
+1
*
Add llvm-style RTTI to ObjectFile hierarchy
Pavel Labath
2019-07-31
1
-0
/
+2
*
SymbolVendor: Remove the object file member variable
Pavel Labath
2019-07-31
2
-14
/
+14
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
4
-21
/
+22
*
SymbolVendor: Move locking into the Symbol Files
Pavel Labath
2019-07-30
1
-0
/
+12
*
SymbolVendor: Remove the type list member
Pavel Labath
2019-07-25
1
-3
/
+3
*
SymbolVendor: Move compile unit handling into the SymbolFile class
Pavel Labath
2019-07-23
2
-7
/
+5
*
[NativePDB] Make GetOrCreateDeclForUid return an lldb CompilerDecl
Nathan Lanza
2019-07-21
3
-12
/
+16
*
[NativePDB] Add a FromCompilerDecl for going from lldb -> clang
Nathan Lanza
2019-07-17
2
-0
/
+5
*
[NativePDB] Make GetTranslationUnitDecl return an lldb CompilerDeclCtx
Nathan Lanza
2019-07-17
2
-10
/
+11
*
[COFF, ARM64] Fix CodeView API change for getRegisterNames
Tom Tan
2019-06-03
1
-1
/
+12
*
[DWARFExpression] Remove ctor that takes just a compile unit.
Jonas Devlieghere
2019-05-28
1
-2
/
+2
*
[NativePDB] Support member function types in PdbAstBuilder
Aleksandr Urakov
2019-05-13
2
-0
/
+19
*
Fix file names in file headers. NFC
Fangrui Song
2019-05-13
3
-3
/
+3
*
PostfixExpression: move DWARF generator out of NativePDB internals
Pavel Labath
2019-04-26
1
-183
/
+16
*
PostfixExpression: move parser out of NativePDB internals
Pavel Labath
2019-04-24
1
-96
/
+12
*
Move postfix expression code out of the NativePDB plugin
Pavel Labath
2019-04-23
1
-233
/
+67
*
[NativePDB] Add anonymous namespaces support
Aleksandr Urakov
2019-04-22
2
-7
/
+13
*
Fix compiler warning introduced by r358261
Pavel Labath
2019-04-12
1
-0
/
+2
*
PDBFPO: Improvements to the AST visitor
Pavel Labath
2019-04-12
1
-138
/
+116
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
2
-8
/
+0
*
PDBFPO: add dyn_cast support
Pavel Labath
2019-04-08
1
-7
/
+25
*
PDBFPO: Use references instead of pointers, where possible
Pavel Labath
2019-04-05
1
-65
/
+63
*
[codeview] Remove Type member from CVRecord
Reid Kleckner
2019-04-04
1
-1
/
+1
*
[NativePDB] Don't fail on import modules.
Zachary Turner
2019-04-02
1
-2
/
+11
[next]