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
/
Symtab
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add RTTI support to the SymbolFile class hierarchy
Adrian Prantl
2019-11-15
2
-0
/
+13
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
2
-8
/
+6
*
SymbolVendor: Remove the object file member variable
Pavel Labath
2019-07-31
2
-15
/
+15
*
SymbolVendor: Move locking into the Symbol Files
Pavel Labath
2019-07-30
1
-0
/
+2
*
SymbolVendor: Move compile unit handling into the SymbolFile class
Pavel Labath
2019-07-23
2
-5
/
+5
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-6
/
+6
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
2
-12
/
+0
*
Deserialize Clang module search path from DWARF
Adrian Prantl
2019-02-13
2
-2
/
+2
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-2
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.
Zachary Turner
2019-01-14
2
-4
/
+2
*
[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.
Zachary Turner
2019-01-11
2
-29
/
+18
*
Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.
Zachary Turner
2019-01-10
2
-2
/
+5
*
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
2
-0
/
+9
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
2
-2
/
+2
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
2
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-17
/
+13
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+0
*
Remove some dead code in FileSpec.
Zachary Turner
2017-03-03
1
-0
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
[CMake] [4/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+5
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
2
-332
/
+255
*
Warning about debugging optimized code was not happening without dSYMs. Now i...
Greg Clayton
2016-07-05
1
-1
/
+2
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
2
-0
/
+9
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-19
1
-46
/
+54
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
2
-2
/
+2
*
Further reduction of Clang-related header inclusion.
Bruce Mitchener
2015-09-21
1
-1
/
+0
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
2
-11
/
+0
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
2
-86
/
+0
*
More abstraction to get almost all clang specific DWARF parsing code into Cla...
Greg Clayton
2015-08-18
2
-2
/
+2
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
2
-2
/
+2
*
Fix issues with separate symbolfile handling
Tamas Berghammer
2015-07-30
1
-0
/
+1
*
First part of an attempt to indicate to the user when they are
Jason Molenda
2015-07-29
1
-1
/
+1
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-1
/
+1
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-1
/
+1
*
This patch implements several improvements to the
Sean Callanan
2015-04-20
2
-0
/
+9
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-14
/
+0
*
Convert to UNIX line endings.
Joerg Sonnenberger
2013-09-25
1
-5
/
+5
*
Huge change to clean up types.
Greg Clayton
2013-07-11
2
-5
/
+5
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-5
/
+5
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-5
/
+5
*
Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...
Greg Clayton
2013-06-18
2
-2
/
+10
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
2
-14
/
+6
*
Adding CMake build system to LLDB. Some known issues remain:
Daniel Malea
2013-02-21
1
-0
/
+5
*
This patch removes the SymbolFileSymtab support
Sean Callanan
2012-12-19
1
-58
/
+0
[next]