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
*
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
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-2
/
+1
*
Remove TimeValue usage from Core/Module
Pavel Labath
2016-11-09
1
-12
/
+11
*
Remove TimeValue usage from FileSpec.h
Pavel Labath
2016-11-01
1
-1
/
+2
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1363
/
+1214
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-3
/
+3
*
Warning about debugging optimized code was not happening without dSYMs. Now i...
Greg Clayton
2016-07-05
1
-8
/
+13
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-1
/
+1
*
Fixed in issue with ObjectFileMachO where it would add empty sections to the ...
Greg Clayton
2016-04-22
1
-3
/
+13
*
SymbolFileDWARFDebugMap::FindTypes didn't obey the max_matches flag,
Jim Ingham
2016-02-26
1
-1
/
+4
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-3
/
+4
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
1
-0
/
+9
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-19
1
-39
/
+9
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-10-08
1
-1
/
+2
*
Fix the TestCppNsImport test case for DWARF. It was failing for DWARF in .o f...
Greg Clayton
2015-10-07
1
-0
/
+9
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-4
/
+4
*
Revert 248366 "Testcase and fix for bug 24074"
Enrico Granata
2015-09-23
1
-2
/
+1
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-09-23
1
-1
/
+2
[next]