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
/
Symbol
/
SymbolFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add RTTI support to the SymbolFile class hierarchy
Adrian Prantl
2019-11-15
1
-0
/
+2
*
Performance: Add a set of visited SymbolFiles to the other FindFiles variant.
Adrian Prantl
2019-11-12
1
-1
/
+3
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-30
/
+18
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
1
-8
/
+4
*
Remove unused "append" parameter from FindTypes API
Adrian Prantl
2019-09-30
1
-7
/
+2
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-1
/
+2
*
Revert Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-2
/
+1
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-1
/
+2
*
Generalize FindTypes with CompilerContext to support fuzzy lookup
Adrian Prantl
2019-08-21
1
-1
/
+1
*
Fix PDB tests after r367820
Pavel Labath
2019-08-05
1
-0
/
+2
*
Remove SymbolVendor::GetSymtab
Pavel Labath
2019-08-05
1
-0
/
+3
*
SymbolVendor: Remove the object file member variable
Pavel Labath
2019-07-31
1
-9
/
+9
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-5
/
+7
*
SymbolVendor: Move locking into the Symbol Files
Pavel Labath
2019-07-30
1
-0
/
+1
*
SymbolVendor: Make SectionAddressesChanged a passthrough
Pavel Labath
2019-07-29
1
-1
/
+13
*
SymbolVendor: Move Symtab construction into the SymbolFile
Pavel Labath
2019-07-26
1
-0
/
+15
*
SymbolFile: Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds afte...
Fangrui Song
2019-07-25
1
-0
/
+1
*
SymbolVendor: Remove the type list member
Pavel Labath
2019-07-25
1
-6
/
+4
*
SymbolVendor: Move compile unit handling into the SymbolFile class
Pavel Labath
2019-07-23
1
-0
/
+48
*
FuncUnwinders: Add a new "SymbolFile" unwind plan
Pavel Labath
2019-05-10
1
-0
/
+2
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-3
/
+3
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-8
/
+8
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-2
/
+2
*
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
-3
/
+2
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
1
-1
/
+1
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-1
/
+1
*
[SymbolFile] Add the module lock where necessary and assert that we own it.
Jonas Devlieghere
2018-10-22
1
-0
/
+20
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-8
/
+5
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-6
/
+5
*
Provide a mechanism to do some pre-loading of symbols up front.
Jim Ingham
2017-04-28
1
-0
/
+4
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-112
/
+106
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-1
/
+1
*
Better scheme to lookup alternate mangled name when looking up function address.
Siva Chandra
2016-01-07
1
-0
/
+6
*
Trying to submit 254476 one more time. This implement -gmodule debugging supp...
Greg Clayton
2015-12-08
1
-0
/
+8
*
Revert "Added support for -gmodule debugging when debug info is left in the ....
Tamas Berghammer
2015-12-02
1
-8
/
+0
*
Added support for -gmodule debugging when debug info is left in the .o files ...
Greg Clayton
2015-12-02
1
-0
/
+8
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-10-08
1
-2
/
+2
*
Revert 248366 "Testcase and fix for bug 24074"
Enrico Granata
2015-09-23
1
-2
/
+2
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-09-23
1
-2
/
+2
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-6
/
+1
*
Add a TypeSystem for Go
Ryan Brown
2015-09-14
1
-1
/
+4
*
Fix source manager regression caused by r245905
Tamas Berghammer
2015-08-25
1
-1
/
+0
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-0
/
+51
*
Move all clang type system DWARF type parsing into ClangASTContext.cpp.
Greg Clayton
2015-08-14
1
-1
/
+8
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-3
/
+3
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-0
/
+16
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-2
/
+2
[next]