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
/
Core
/
Module.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)
Jonas Devlieghere
2019-12-22
1
-3
/
+1
*
[lldb][NFC] Migrate FileSpec::Dump to raw_ostream
Raphael Isemann
2019-12-06
1
-1
/
+1
*
[lldb] s/FileSpec::Equal/FileSpec::Match
Pavel Labath
2019-12-04
1
-14
/
+6
*
[lldb][NFC] Migrate to raw_ostream in Module::GetDescription
Raphael Isemann
2019-12-04
1
-10
/
+11
*
[lldb] Remove FileSpec->CompileUnit inheritance
Pavel Labath
2019-11-29
1
-1
/
+2
*
Performance: Add a set of visited SymbolFiles to the other FindFiles variant.
Adrian Prantl
2019-11-12
1
-3
/
+5
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-50
/
+26
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
1
-30
/
+20
*
Remove unused "append" parameter from FindTypes API
Adrian Prantl
2019-09-30
1
-12
/
+9
*
Upstream macCatalyst support in debugserver and the macOS dynamic loader
Adrian Prantl
2019-09-04
1
-0
/
+20
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-0
/
+9
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
Remove Module::GetSymbolVendor
Pavel Labath
2019-08-08
1
-13
/
+6
*
Remove SymbolVendor::GetSymtab
Pavel Labath
2019-08-05
1
-34
/
+23
*
SymbolVendor: Introduce Module::GetSymbolFile
Pavel Labath
2019-08-02
1
-43
/
+37
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-1
/
+2
*
SymbolVendor: Remove the type list member
Pavel Labath
2019-07-25
1
-7
/
+0
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-19
/
+20
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
1
-2
/
+1
*
Correctly check if a warning message lacks a trailing new line
Raphael Isemann
2019-04-16
1
-3
/
+3
*
Reinitialize UnwindTable when the SymbolFile changes
Pavel Labath
2019-03-18
1
-0
/
+10
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-13
/
+13
*
Merge target triple into module triple when constructing module from memory
Alex Langford
2019-02-20
1
-0
/
+4
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-18
/
+18
*
Simplify ObjectFile::GetUUID
Pavel Labath
2019-02-11
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
-21
/
+23
*
[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.
Zachary Turner
2019-01-14
1
-2
/
+3
*
[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.
Zachary Turner
2019-01-11
1
-14
/
+14
*
Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.
Zachary Turner
2019-01-10
1
-2
/
+1
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-4
/
+2
*
[NFC] Replace `compare` with (in)equality operator where applicable.
Jonas Devlieghere
2018-12-21
1
-1
/
+1
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-26
/
+26
*
[FileSystem] Add convenience method to check for directories.
Jonas Devlieghere
2018-11-08
1
-1
/
+1
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+3
*
[FileSystem] Remove GetByteSize() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+2
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-5
/
+5
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
1
-6
/
+8
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-12
/
+8
*
Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUID
Raphael Isemann
2018-08-11
1
-6
/
+4
*
Misc module/dwarf logging improvements
Leonard Mosescu
2018-08-07
1
-2
/
+6
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-10
/
+4
*
Fix Module::FindTypes to return the correct number of matches.
Frederic Riss
2018-06-01
1
-0
/
+1
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-5
/
+5
*
Break dependency from Core to ObjectFileJIT.
Zachary Turner
2018-05-23
1
-21
/
+0
*
Really test type lookup in TestCppTypeLookup.py
Frederic Riss
2018-05-08
1
-2
/
+3
*
Use conventional spelling of always-failing assert.
Richard Smith
2018-05-02
1
-1
/
+1
*
Use the UUID from the minidump's CodeView Record for placeholder modules
Leonard Mosescu
2018-05-02
1
-3
/
+14
*
Fix expression parser to not accept any type whose basename matches for a typ...
Greg Clayton
2018-04-30
1
-2
/
+8
[next]