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
/
Function.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Remove various dead Compare functions
Alex Langford
2020-01-08
1
-10
/
+0
*
[lldb] Remove FileSpec->CompileUnit inheritance
Pavel Labath
2019-11-29
1
-1
/
+2
*
[DWARF] Handle call sites with indirect call targets
Vedant Kumar
2019-11-22
1
-29
/
+62
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-2
/
+2
*
Remove the is_mangled flag from Mangled and Symbol
Adrian Prantl
2019-10-09
1
-2
/
+3
*
[StackFrameList][DFS] Turn a few raw pointers into references, NFC
Vedant Kumar
2019-09-30
1
-0
/
+1
*
[DWARF] Evaluate DW_OP_entry_value
Vedant Kumar
2019-09-11
1
-2
/
+7
*
[Function] Factor out GetCallEdgeForReturnAddress, NFC
Vedant Kumar
2019-09-10
1
-0
/
+14
*
SymbolVendor: Remove passthrough methods
Pavel Labath
2019-08-06
1
-2
/
+1
*
SymbolVendor: Introduce Module::GetSymbolFile
Pavel Labath
2019-08-02
1
-14
/
+3
*
[Core] Generalize ValueObject::IsRuntimeSupportValue
Alex Langford
2019-07-01
1
-2
/
+6
*
[DWARFExpression] Remove ctor that takes just a compile unit.
Jonas Devlieghere
2019-05-28
1
-1
/
+1
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-6
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
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] Rename ParseFunctionBlocks to ParseBlocksRecursive.
Zachary Turner
2019-01-14
1
-7
/
+7
*
Change std::sort to llvm::sort to detect non-determinism.
Jonas Devlieghere
2019-01-08
1
-5
/
+5
*
[DWARF] Use a function-local offset for AT_call_return_pc
Vedant Kumar
2018-10-22
1
-2
/
+1
*
Add support for artificial tail call frames
Vedant Kumar
2018-10-05
1
-0
/
+93
*
Delete a dead Function constructor (NFC)
Vedant Kumar
2018-08-07
1
-11
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-14
/
+11
*
Fix the lldb_private::Function::GetDescription to print out the name and mang...
Greg Clayton
2017-02-10
1
-6
/
+9
*
Fix GetDisplayName when only a demangled name is available
Francis Ricci
2016-10-06
1
-2
/
+0
*
Force the initialization of the m_type ivar in
Jason Molenda
2016-09-08
1
-0
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-594
/
+417
*
The compiler may use "line number 0" to indicate compiler generated goo that ...
Jim Ingham
2016-02-03
1
-2
/
+42
*
Introudce a IsTopLevelFunction() API on Language and Function
Enrico Granata
2015-09-30
1
-0
/
+12
*
Handle DW_OP_GNU_addr_index in DWARF expressions
Tamas Berghammer
2015-08-25
1
-2
/
+2
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-22
/
+19
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-3
/
+3
*
First part of an attempt to indicate to the user when they are
Jason Molenda
2015-07-29
1
-0
/
+15
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-9
/
+36
*
Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbol
Enrico Granata
2015-07-06
1
-0
/
+15
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-18
/
+18
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-7
/
+3
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-0
/
+38
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-60
/
+6
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-3
/
+22
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-4
/
+2
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
1
-7
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-5
/
+11
*
Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...
Greg Clayton
2012-07-18
1
-2
/
+2
*
<rdar://problem/11271074>
Greg Clayton
2012-04-26
1
-14
/
+42
*
Make sure the end of the first line is still within the function, and if not,...
Jim Ingham
2012-04-25
1
-1
/
+6
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-7
/
+7
*
Added code in the Host layer that can report system log messages
Greg Clayton
2012-01-05
1
-6
/
+7
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-2
/
+2
*
When a function calculates its module, make sure it returns the "real" module...
Jim Ingham
2011-10-07
1
-0
/
+10
[next]