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
/
PDB
/
SymbolFilePDB.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add RTTI support to the SymbolFile class hierarchy
Adrian Prantl
2019-11-15
1
-0
/
+11
*
Performance: Add a set of visited SymbolFiles to the other FindFiles variant.
Adrian Prantl
2019-11-12
1
-0
/
+1
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-13
/
+13
*
Update SymbolFilePDB for FindTypes API change.
Adrian Prantl
2019-10-01
1
-7
/
+7
*
Remove unused "append" parameter from FindTypes API
Adrian Prantl
2019-09-30
1
-2
/
+2
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-1
/
+2
*
Revert Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-2
/
+1
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-1
/
+2
*
Generalize FindTypes with CompilerContext to support fuzzy lookup
Adrian Prantl
2019-08-21
1
-1
/
+1
*
SymbolVendor: Remove the object file member variable
Pavel Labath
2019-07-31
1
-2
/
+2
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-1
/
+1
*
SymbolVendor: Remove the type list member
Pavel Labath
2019-07-25
1
-2
/
+0
*
SymbolVendor: Move compile unit handling into the SymbolFile class
Pavel Labath
2019-07-23
1
-5
/
+4
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-6
/
+0
*
Kill unused variable m_tu_decl_up in SymbolFilePDB
Nathan Lanza
2019-03-27
1
-1
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-4
/
+4
*
Deserialize Clang module search path from DWARF
Adrian Prantl
2019-02-13
1
-1
/
+1
*
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
-2
/
+1
*
[SymbolFile] Remove the SymbolContext parameter from FindNamespace.
Zachary Turner
2019-01-14
1
-1
/
+0
*
[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.
Zachary Turner
2019-01-14
1
-1
/
+1
*
[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.
Zachary Turner
2019-01-11
1
-15
/
+10
*
Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.
Zachary Turner
2019-01-10
1
-1
/
+2
*
Change lldb-test to use ParseAllDebugSymbols.
Zachary Turner
2019-01-09
1
-0
/
+4
*
[Symbol] Search symbols with name and type in a symbol file
Aleksandr Urakov
2018-11-30
1
-0
/
+2
*
[PDB] Introduce `MSVCUndecoratedNameParser`
Aleksandr Urakov
2018-11-06
1
-1
/
+1
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
1
-0
/
+3
*
Add a target modules dump ast command.
Zachary Turner
2018-11-05
1
-0
/
+2
*
Revert "[Symbol] Search symbols with name and type in a symbol file"
Davide Italiano
2018-11-02
1
-2
/
+0
*
[Symbol] Search symbols with name and type in a symbol file
Aleksandr Urakov
2018-11-02
1
-0
/
+2
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
1
-3
/
+3
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-2
/
+3
*
[PDB] Improve performance of the PDB DIA plugin
Aleksandr Urakov
2018-10-23
1
-0
/
+12
*
[PDB] Restore AST from PDB symbols
Aleksandr Urakov
2018-09-10
1
-2
/
+3
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-2
/
+2
*
[SymbolFilePDB] Add support for resolving variable symbols
Aaron Smith
2018-05-23
1
-0
/
+12
*
[SymbolFilePDB] Run clang-format; NFC
Aaron Smith
2018-03-22
1
-11
/
+10
*
[SymbolFilePDB] Simplify getting the source file path
Aaron Smith
2018-03-20
1
-3
/
+0
*
[SymbolFilePDB] Remove a few null pointer checks by passing ref
Aaron Smith
2018-03-19
1
-5
/
+5
*
[SymbolFilePDB] Add support for function symbols
Aaron Smith
2018-02-09
1
-0
/
+33
*
[lldb] Add support to cache a PDB's global scope and fix a bug in getting the...
Aaron Smith
2018-01-13
1
-2
/
+14
*
Remove duplicate declaration from D41550; NFC
Aaron Smith
2017-12-28
1
-4
/
+0
*
Update failing PDB unit tests that are searching for symbols by regex
Aaron Smith
2017-12-28
1
-0
/
+4
*
[lldb] Stop searching for a symbol in a pdb by regex
Aaron Smith
2017-12-22
1
-1
/
+2
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-129
/
+115
*
Update for llvm change to add pdb namespace.
Zachary Turner
2016-05-04
1
-4
/
+4
*
Initial support for reading type information from PDBs.
Zachary Turner
2016-04-15
1
-4
/
+18
*
Add support for reading line tables from PDB files.
Zachary Turner
2016-03-02
1
-0
/
+190