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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Remove some calls to GetASTContext
Raphael Isemann
2019-12-26
1
-14
/
+7
*
[lldb][NFC] Make CompilerDeclContext construction type safe
Raphael Isemann
2019-12-23
2
-5
/
+4
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-25
/
+23
*
[lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass
Raphael Isemann
2019-12-17
1
-3
/
+3
*
[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
1
-1
/
+1
*
[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
*
Replace bitfield in lldb::Type with byte-sized members. (NFC)
Adrian Prantl
2019-11-18
1
-12
/
+12
*
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
-3
/
+5
*
(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
2
-49
/
+33
*
Remove the is_mangled flag from Mangled and Symbol
Adrian Prantl
2019-10-09
1
-1
/
+0
*
[lldb] [cmake] Support linking against clang-cpp dylib
Michal Gorny
2019-10-04
1
-3
/
+4
*
[lldb] Fix unused variable warning
Jordan Rupprecht
2019-10-01
1
-1
/
+0
*
Update SymbolFilePDB for FindTypes API change.
Adrian Prantl
2019-10-01
2
-22
/
+17
*
Remove unused "append" parameter from FindTypes API
Adrian Prantl
2019-09-30
2
-8
/
+4
*
DWARFExpression: Simplify class interface
Pavel Labath
2019-08-27
1
-1
/
+1
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
2
-2
/
+6
*
Revert Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
2
-6
/
+2
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
2
-2
/
+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
1
-1
/
+1
*
[Symbol] Decouple clang from CompilerType
Alex Langford
2019-08-13
1
-7
/
+14
*
Fix ClangASTContext::CreateParameterDeclaration to not call addDecl
Shafik Yaghmour
2019-08-02
1
-1
/
+1
*
SymbolVendor: Remove the object file member variable
Pavel Labath
2019-07-31
2
-15
/
+16
*
Change '|' to '&' in conditional.
Richard Trieu
2019-07-31
1
-1
/
+1
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
2
-32
/
+118
*
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
2
-9
/
+1
*
SymbolVendor: Move compile unit handling into the SymbolFile class
Pavel Labath
2019-07-23
2
-35
/
+29
*
[DWARFExpression] Remove ctor that takes just a compile unit.
Jonas Devlieghere
2019-05-28
1
-7
/
+7
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
2
-8
/
+0
*
Kill unused variable m_tu_decl_up in SymbolFilePDB
Nathan Lanza
2019-03-27
2
-10
/
+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
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-5
/
+5
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
2
-8
/
+8
*
PECOFF: Implement GetBaseAddress
Pavel Labath
2019-02-18
1
-1
/
+1
*
Deserialize Clang module search path from DWARF
Adrian Prantl
2019-02-13
2
-2
/
+2
*
ObjectFilePECOFF: Create a "container" section spanning the entire module image
Pavel Labath
2019-02-13
2
-8
/
+4
*
[PDB] Fix location retrieval for function local variables and arguments that are
Aleksandr Urakov
2019-02-01
4
-473
/
+90
*
Make a blind attempt at fixing PDBASTParser nullability issues
Adrian Prantl
2019-01-29
1
-2
/
+6
*
Make Type::GetByteSize optional (NFC)
Adrian Prantl
2019-01-29
1
-6
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
6
-24
/
+18
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
2
-3
/
+1
*
[SymbolFile] Remove the SymbolContext parameter from FindNamespace.
Zachary Turner
2019-01-14
2
-2
/
+0
*
[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.
Zachary Turner
2019-01-14
2
-13
/
+9
*
[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.
Zachary Turner
2019-01-11
2
-65
/
+45
[next]