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
/
SymbolFileNativePDB.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.h
Raphael Isemann
2019-12-17
1
-1
/
+0
*
[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
1
-0
/
+2
*
Performance: Add a set of visited SymbolFiles to the other FindFiles variant.
Adrian Prantl
2019-11-12
1
-2
/
+3
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-12
/
+7
*
[NativePDB] Remove unused references to ClangASTImporter
Alex Langford
2019-10-11
1
-1
/
+0
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
1
-22
/
+13
*
Remove unused "append" parameter from FindTypes API
Adrian Prantl
2019-09-30
1
-7
/
+2
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-1
/
+4
*
Revert Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-4
/
+1
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-1
/
+4
*
Generalize FindTypes with CompilerContext to support fuzzy lookup
Adrian Prantl
2019-08-21
1
-3
/
+2
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-4
/
+4
*
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
1
-12
/
+12
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-10
/
+17
*
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
1
-3
/
+2
*
[NativePDB] Make GetOrCreateDeclForUid return an lldb CompilerDecl
Nathan Lanza
2019-07-21
1
-3
/
+4
*
[NativePDB] Support member function types in PdbAstBuilder
Aleksandr Urakov
2019-05-13
1
-0
/
+16
*
Add a case in SymbolFile{Native,}PDB::TranslateLanguage for Swift
Nathan Lanza
2019-03-11
1
-0
/
+2
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-4
/
+4
*
PECOFF: Implement GetBaseAddress
Pavel Labath
2019-02-18
1
-1
/
+1
*
Deserialize Clang module search path from DWARF
Adrian Prantl
2019-02-13
1
-1
/
+1
*
[PDB] Fix location retrieval for function local variables and arguments that are
Aleksandr Urakov
2019-02-01
1
-1
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
1
-4
/
+3
*
[SymbolFile] Remove the SymbolContext parameter from FindNamespace.
Zachary Turner
2019-01-14
1
-2
/
+1
*
[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.
Zachary Turner
2019-01-14
1
-3
/
+2
*
[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.
Zachary Turner
2019-01-11
1
-26
/
+16
*
Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.
Zachary Turner
2019-01-10
1
-1
/
+1
*
[NativePDB] Add support for parsing typedef records.
Zachary Turner
2019-01-10
1
-5
/
+110
*
[NativePDB] Implement ParseDeclsForContext.
Zachary Turner
2019-01-02
1
-2
/
+10
*
[NativePDB] Fix setting breakpoint by file and line.
Zachary Turner
2019-01-02
1
-1
/
+18
*
[NativePDB] Create VarDecls for global variables.
Zachary Turner
2018-12-20
1
-0
/
+2
*
[NativePDB] Fix a use after free and enable corresponding native test.
Zachary Turner
2018-12-19
1
-1
/
+1
*
[NativePDB] Decouple AST reconstruction from lldb Symbol creation.
Zachary Turner
2018-12-17
1
-727
/
+93
*
Remove unused variable.
Richard Trieu
2018-12-14
1
-1
/
+0
*
[NativePDB] Add support for local variables.
Zachary Turner
2018-12-13
1
-62
/
+375
*
[ast] CreateParameterDeclaration should use an appropriate DeclContext.
Zachary Turner
2018-12-12
1
-2
/
+2
*
[NativePDB] Reconstruct function declarations from debug info.
Zachary Turner
2018-12-07
1
-5
/
+132
*
[PDB] Move some code around. NFC.
Zachary Turner
2018-12-06
1
-245
/
+3
*
[SymbolFile] Remove unused function. NFCI.
Davide Italiano
2018-11-16
1
-18
/
+0
*
Don't use uniform initialization syntax.
Zachary Turner
2018-11-16
1
-10
/
+9
*
[NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.
Zachary Turner
2018-11-16
1
-174
/
+140
*
[NativePDB] Add support for S_CONSTANT records.
Zachary Turner
2018-11-13
1
-8
/
+132
*
[NativePDB] Improved support for nested type reconstruction.
Zachary Turner
2018-11-13
1
-4
/
+73
*
[NativePDB] Fix completion of enum types.
Zachary Turner
2018-11-09
1
-0
/
+1
[next]