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
/
DWARF
/
SymbolFileDWARFDebugMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] s/FileSpec::Equal/FileSpec::Match
Pavel Labath
2019-12-04
1
-6
/
+2
*
[lldb] Remove FileSpec->CompileUnit inheritance
Pavel Labath
2019-11-29
1
-1
/
+1
*
[DWARF] Handle call sites with indirect call targets
Vedant Kumar
2019-11-22
1
-1
/
+1
*
Add RTTI support to the SymbolFile class hierarchy
Adrian Prantl
2019-11-15
1
-0
/
+2
*
Use ForEachExternalModule in ParseTypeFromClangModule (NFC)
Adrian Prantl
2019-11-14
1
-3
/
+16
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-54
/
+27
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
1
-10
/
+4
*
Remove unused "append" parameter from FindTypes API
Adrian Prantl
2019-09-30
1
-5
/
+2
*
[lldb] Decouple importing the std C++ module from the way the program is comp...
Raphael Isemann
2019-09-24
1
-0
/
+8
*
Remove Module::GetSymbolVendor
Pavel Labath
2019-08-08
1
-19
/
+13
*
Add support for deterministically linked binaries on macOS to lldb.
Nico Weber
2019-08-07
1
-1
/
+5
*
SymbolVendor: Remove passthrough methods
Pavel Labath
2019-08-06
1
-3
/
+3
*
SymbolVendor: Remove the object file member variable
Pavel Labath
2019-07-31
1
-19
/
+19
*
SymbolVendor: Move locking into the Symbol Files
Pavel Labath
2019-07-30
1
-0
/
+20
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-8
/
+7
*
SymbolVendor: Move compile unit handling into the SymbolFile class
Pavel Labath
2019-07-23
1
-6
/
+4
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-28
/
+28
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-9
/
+7
*
Move RangeMap.h into Utility
Pavel Labath
2019-03-06
1
-1
/
+1
*
Deserialize Clang module search path from DWARF
Adrian Prantl
2019-02-13
1
-1
/
+1
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-2
/
+2
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-9
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LLDB] Remove the unused variable oso_dwarf.
David L. Jones
2019-01-15
1
-1
/
+0
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
1
-15
/
+7
*
[SymbolFile] Remove the SymbolContext parameter from FindNamespace.
Zachary Turner
2019-01-14
1
-12
/
+4
*
[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.
Zachary Turner
2019-01-14
1
-3
/
+7
*
[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.
Zachary Turner
2019-01-11
1
-31
/
+34
*
Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.
Zachary Turner
2019-01-10
1
-2
/
+5
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-7
/
+4
*
Move time cast to SymbolFileDWARFDebugMap
Jonas Devlieghere
2018-11-27
1
-6
/
+6
*
[FileSystem] Ignore nanoseconds when comparing oso_mod_time
Jonas Devlieghere
2018-11-26
1
-1
/
+2
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
1
-1
/
+12
*
Add a target modules dump ast command.
Zachary Turner
2018-11-05
1
-0
/
+7
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-1
/
+1
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
1
-2
/
+2
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-3
/
+5
*
Add support for artificial tail call frames
Vedant Kumar
2018-10-05
1
-0
/
+9
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
Fix/unify the spelling of Objective-C.
Adrian Prantl
2018-06-13
1
-1
/
+1
*
Fix support for distinguishing archive members by timestamp on Darwin.
James Y Knight
2018-06-02
1
-2
/
+4
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-18
/
+8
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-64
/
+57
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-3
/
+6
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
[next]