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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
/
+11
*
Use ForEachExternalModule in ParseTypeFromClangModule (NFC)
Adrian Prantl
2019-11-14
1
-3
/
+8
*
[LLDB] Fix a bunch of -Wdocumentation warnings
Jonas Devlieghere
2019-11-13
1
-2
/
+2
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-13
/
+13
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
1
-4
/
+4
*
Remove unused "append" parameter from FindTypes API
Adrian Prantl
2019-09-30
1
-1
/
+1
*
[lldb] Decouple importing the std C++ module from the way the program is comp...
Raphael Isemann
2019-09-24
1
-0
/
+4
*
SymbolVendor: Remove the object file member variable
Pavel Labath
2019-07-31
1
-2
/
+2
*
SymbolVendor: Move compile unit handling into the SymbolFile class
Pavel Labath
2019-07-23
1
-3
/
+3
*
Fix -Wmismatched-tags introduced in r363910
Pavel Labath
2019-06-20
1
-1
/
+0
*
DWARF: Don't compute address ranges for type units
Pavel Labath
2019-05-23
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-26
/
+0
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-8
/
+8
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-6
/
+6
*
Move RangeMap.h into Utility
Pavel Labath
2019-03-06
1
-4
/
+3
*
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
-14
/
+17
*
Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.
Zachary Turner
2019-01-10
1
-1
/
+2
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
1
-0
/
+4
*
Add a target modules dump ast command.
Zachary Turner
2018-11-05
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
*
Add support for artificial tail call frames
Vedant Kumar
2018-10-05
1
-0
/
+2
*
Fix support for distinguishing archive members by timestamp on Darwin.
James Y Knight
2018-06-02
1
-1
/
+3
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-2
/
+2
*
Reapply "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWA...
Jan Kratochvil
2018-04-14
1
-1
/
+1
*
Revert "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWAR...
Jan Kratochvil
2018-04-06
1
-1
/
+1
*
Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnit
Greg Clayton
2018-04-05
1
-1
/
+1
*
Remove some dead code in FileSpec.
Zachary Turner
2017-03-03
1
-0
/
+1
*
Remove TimeValue usage from Core/Module
Pavel Labath
2016-11-09
1
-2
/
+2
*
Remove TimeValue usage from FileSpec.h
Pavel Labath
2016-11-01
1
-0
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-378
/
+334
*
Warning about debugging optimized code was not happening without dSYMs. Now i...
Greg Clayton
2016-07-05
1
-0
/
+2
*
Fixed in issue with ObjectFileMachO where it would add empty sections to the ...
Greg Clayton
2016-04-22
1
-0
/
+1
*
Fix DWO breakage in r264909
Pavel Labath
2016-03-31
1
-1
/
+1
*
When support for DWO files was added, there were two ways to pass lldb::user_...
Greg Clayton
2016-03-30
1
-2
/
+3
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-1
/
+1
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
1
-0
/
+1
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-10-08
1
-1
/
+1
*
Fix the TestCppNsImport test case for DWARF. It was failing for DWARF in .o f...
Greg Clayton
2015-10-07
1
-0
/
+2
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-1
/
+1
*
Revert 248366 "Testcase and fix for bug 24074"
Enrico Granata
2015-09-23
1
-1
/
+1
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-09-23
1
-1
/
+1
*
Reduce inclusion of clang headers.
Bruce Mitchener
2015-09-18
1
-2
/
+0
*
Made a new abstract class named "DWARFASTParser" which lives in "source/Plugi...
Greg Clayton
2015-08-28
1
-1
/
+1
[next]