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
/
Symtab.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Symbol] Remove dead code. NFCI.
Davide Italiano
2017-10-23
1
-23
/
+0
*
Fix incorrect use of std::unique
Eugene Zemtsov
2017-08-01
1
-2
/
+4
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-2
/
+2
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-8
/
+16
*
Check for lack of C++ context first when demangling
Pavel Labath
2017-05-03
1
-18
/
+17
*
Change UniqueCStringMap to use ConstString as the key
Pavel Labath
2017-05-02
1
-34
/
+29
*
Provide a mechanism to do some pre-loading of symbols up front.
Jim Ingham
2017-04-28
1
-0
/
+5
*
Fix build broken by StringList move.
Zachary Turner
2017-03-21
1
-0
/
+1
*
FindFunctions now works again with mangled names.
Greg Clayton
2017-02-13
1
-0
/
+5
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Convert UniqueCStringMap to use StringRef.
Zachary Turner
2016-10-06
1
-24
/
+20
*
Fix comment - Module::PrepareForFunctionNameLookup should be Module::LookupIn...
Dawn Perchik
2016-09-30
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1078
/
+983
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-8
/
+8
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-36
/
+34
*
Fixed in issue with ObjectFileMachO where it would add empty sections to the ...
Greg Clayton
2016-04-22
1
-5
/
+8
*
Match types in for loop to fix signedness comparison warning
Ed Maste
2016-04-13
1
-2
/
+2
*
Update Symtab::InitAddressIndexes so that computed symbol sizes
Jason Molenda
2016-04-13
1
-12
/
+93
*
Improve the handling of missing elf symtab and missing symbol sizes
Tamas Berghammer
2016-02-18
1
-86
/
+25
*
Revert "Improve the handling of missing elf symtab and missing symbol sizes"
Tamas Berghammer
2016-02-10
1
-27
/
+81
*
Improve the handling of missing elf symtab and missing symbol sizes
Tamas Berghammer
2016-02-10
1
-81
/
+27
*
Don't dereference the first element of an empty container.
Adrian McCarthy
2016-02-10
1
-1
/
+1
*
Set symbol types for function symbols loaded from PE/COFF
Adrian McCarthy
2016-01-26
1
-3
/
+3
*
[LLDB] Consider only valid symbols while resolving by address
Mohit K. Bhakkad
2016-01-23
1
-0
/
+20
*
Unconditionally accept symbol sizes from elf
Tamas Berghammer
2016-01-19
1
-10
/
+13
*
Revert "Unconditionally accept symbol sizes from elf"
Tamas Berghammer
2016-01-18
1
-13
/
+10
*
Unconditionally accept symbol sizes from elf
Tamas Berghammer
2016-01-18
1
-10
/
+13
*
Revert change comitted in accidentally as r251992
Tamas Berghammer
2015-11-03
1
-3
/
+0
*
wip
Tamas Berghammer
2015-11-03
1
-0
/
+3
*
Move more functionality from the LanguageRuntimes to the Languages.
Jim Ingham
2015-09-02
1
-4
/
+6
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-6
/
+6
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-4
/
+4
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-3
/
+3
*
Correctly resolve symbol names containing linker annotations
Pavel Labath
2015-03-04
1
-1
/
+16
*
Optimize finding the Complete Definition of an ObjC class for debug with .o f...
Greg Clayton
2015-02-25
1
-3
/
+24
*
Fix the dumping of symbol tables to be correctly alligned for all entries whe...
Greg Clayton
2015-02-25
1
-2
/
+2
*
When adding a dSYM to an existing ObjectFile, we can have a situation
Jason Molenda
2014-08-22
1
-0
/
+7
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-13
/
+13
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-39
/
+0
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-4
/
+4
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-3
/
+3
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-3
/
+3
*
<rdar://problem/14496092>
Greg Clayton
2013-10-21
1
-0
/
+1
*
If you erase while iterating, remember to update the iterator. Bug found by ...
Jim Ingham
2013-09-27
1
-2
/
+2
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-80
/
+81
*
Workaround for infinite recursion in InitOSO->GetByteSize->GetSymbolVendor.
Jim Ingham
2013-07-03
1
-9
/
+2
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-2
/
+2
*
<rdar://problem/11398407>
Greg Clayton
2013-05-18
1
-1
/
+1
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-3
/
+2
*
Fix for expression/breakpoint setting of gnu indirect functions.
Matt Kopec
2013-04-22
1
-1
/
+25
[next]