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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Make CompilerDeclContext construction type safe
Raphael Isemann
2019-12-23
1
-4
/
+3
*
[lldb] Don't put compile unit name into the support file list and support DWA...
Pavel Labath
2019-12-05
1
-7
/
+1
*
[lldb] Remove FileSpec->CompileUnit inheritance
Pavel Labath
2019-11-29
1
-2
/
+1
*
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
-3
/
+4
*
(NFC) Delete variable made unused by llvm-svn: 375160
Sterling Augustine
2019-10-17
1
-1
/
+0
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-36
/
+20
*
Remove the is_mangled flag from Mangled and Symbol
Adrian Prantl
2019-10-09
1
-1
/
+0
*
[lldb] Fix unused variable warning
Jordan Rupprecht
2019-10-01
1
-1
/
+0
*
Update SymbolFilePDB for FindTypes API change.
Adrian Prantl
2019-10-01
1
-15
/
+10
*
Remove unused "append" parameter from FindTypes API
Adrian Prantl
2019-09-30
1
-6
/
+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
-1
/
+1
*
SymbolVendor: Remove the object file member variable
Pavel Labath
2019-07-31
1
-13
/
+14
*
Change '|' to '&' in conditional.
Richard Trieu
2019-07-31
1
-1
/
+1
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-31
/
+117
*
SymbolVendor: Move locking into the Symbol Files
Pavel Labath
2019-07-30
1
-0
/
+17
*
SymbolVendor: Remove the type list member
Pavel Labath
2019-07-25
1
-7
/
+1
*
SymbolVendor: Move compile unit handling into the SymbolFile class
Pavel Labath
2019-07-23
1
-30
/
+25
*
Kill unused variable m_tu_decl_up in SymbolFilePDB
Nathan Lanza
2019-03-27
1
-9
/
+1
*
Get the lang from the CompileUnit for ParseCompileUnitFunctionForPDBFunc
Nathan Lanza
2019-03-27
1
-1
/
+2
*
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
*
ObjectFilePECOFF: Create a "container" section spanning the entire module image
Pavel Labath
2019-02-13
1
-4
/
+2
*
[PDB] Fix location retrieval for function local variables and arguments that are
Aleksandr Urakov
2019-02-01
1
-6
/
+19
*
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
-1
/
+0
*
[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
-12
/
+8
*
[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.
Zachary Turner
2019-01-11
1
-50
/
+35
*
Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.
Zachary Turner
2019-01-10
1
-22
/
+11
*
Change lldb-test to use ParseAllDebugSymbols.
Zachary Turner
2019-01-09
1
-0
/
+23
*
NFC: fix compiler warning about code never being executed when compiling on n...
Greg Clayton
2018-12-12
1
-3
/
+4
*
[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)
Aleksandr Urakov
2018-12-03
1
-19
/
+25
*
Revert "[PDB] Support PDB-backed expressions evaluation"
Stella Stamenova
2018-11-30
1
-25
/
+19
*
[PDB] Support PDB-backed expressions evaluation
Aleksandr Urakov
2018-11-30
1
-19
/
+25
*
[Symbol] Search symbols with name and type in a symbol file
Aleksandr Urakov
2018-11-30
1
-0
/
+52
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
[PDB] Introduce `MSVCUndecoratedNameParser`
Aleksandr Urakov
2018-11-06
1
-26
/
+16
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
1
-0
/
+5
*
Add a target modules dump ast command.
Zachary Turner
2018-11-05
1
-0
/
+8
*
Revert "[Symbol] Search symbols with name and type in a symbol file"
Davide Italiano
2018-11-02
1
-49
/
+0
*
[Symbol] Search symbols with name and type in a symbol file
Aleksandr Urakov
2018-11-02
1
-0
/
+49
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-3
/
+3
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
1
-2
/
+2
[next]