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
/
SymbolFileDWARF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Promote more debug-only assertions to regular assertions.
Adrian Prantl
2019-03-07
1
-1
/
+1
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-7
/
+7
*
Resubmit "Don't include UnixSignals.h from Host."
Zachary Turner
2019-03-06
1
-1
/
+5
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
1
-1
/
+1
*
Revert "Don't include UnixSignals.h from Host."
Davide Italiano
2019-02-15
1
-5
/
+1
*
Don't include UnixSignals.h from Host.
Zachary Turner
2019-02-15
1
-1
/
+5
*
Deserialize Clang module search path from DWARF
Adrian Prantl
2019-02-13
1
-29
/
+44
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-23
/
+23
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-8
/
+8
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-10
/
+11
*
Make Type::GetByteSize optional (NFC)
Adrian Prantl
2019-01-29
1
-4
/
+6
*
Revert "Make Type::GetByteSize optional (NFC)"
Adrian Prantl
2019-01-28
1
-6
/
+4
*
Make Type::GetByteSize optional (NFC)
Adrian Prantl
2019-01-28
1
-4
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
DWARF: Add some support for non-native directory separators
Pavel Labath
2019-01-16
1
-70
/
+7
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
1
-5
/
+4
*
[SymbolFile] Remove the SymbolContext parameter from FindNamespace.
Zachary Turner
2019-01-14
1
-1
/
+1
*
[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.
Zachary Turner
2019-01-14
1
-19
/
+21
*
[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.
Zachary Turner
2019-01-11
1
-36
/
+29
*
Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.
Zachary Turner
2019-01-10
1
-15
/
+7
*
Rename DWARFDIE::GetDWOContext() -> GetDeclContext() (NFC)
Adrian Prantl
2019-01-07
1
-1
/
+1
*
Simplify ObjectFile::GetArchitecture
Pavel Labath
2019-01-03
1
-3
/
+1
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-2
/
+2
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-1
/
+0
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
1
-0
/
+11
*
Add a target modules dump ast command.
Zachary Turner
2018-11-05
1
-0
/
+8
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-9
/
+11
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
[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
-1
/
+1
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
1
-6
/
+5
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-2
/
+2
*
Recommit r345127 "[LLDB] - Add support for DW_RLE_base_address and DW_RLE_off...
George Rimar
2018-10-25
1
-9
/
+4
*
Revert rL345127: [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offs...
George Rimar
2018-10-24
1
-4
/
+9
*
[LLDB] - Add support for DW_RLE_base_address and DW_RLE_offset_pair entries (...
George Rimar
2018-10-24
1
-9
/
+4
*
[LLDB] - Implement the support for the .debug_loclists section.
George Rimar
2018-10-23
1
-1
/
+15
*
[SymbolFile] Add the module lock where necessary and assert that we own it.
Jonas Devlieghere
2018-10-22
1
-4
/
+43
*
[LLDB] - Simplify. NFC.
George Rimar
2018-10-10
1
-8
/
+1
*
[LLDB] - Add basic support for .debug_rnglists section (DWARF5)
George Rimar
2018-10-10
1
-7
/
+15
*
Add support for artificial tail call frames
Vedant Kumar
2018-10-05
1
-0
/
+54
*
DWARFExpression: Resolve file addresses in the linked module
Adrian Prantl
2018-10-02
1
-0
/
+5
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
1
-3
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-5
/
+4
*
[LLDB] - Improved DWARF5 support.
George Rimar
2018-09-13
1
-3
/
+7
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-4
/
+7
*
[FileSpec] Delegate common operations to llvm::sys::path
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
DebugNamesDWARFIndex: Implement regex version of the GetFunctions method
Pavel Labath
2018-06-08
1
-9
/
+10
*
DebugNamesDWARFIndex: Add ability to lookup variables
Pavel Labath
2018-06-07
1
-1
/
+20
*
[DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its use
Pavel Labath
2018-06-06
1
-19
/
+51
[next]