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
/
Core
/
Mangled.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mangled: Fix an 'unused variable' warning on GNU/Linux
David Majnemer
2014-07-22
1
-2
/
+1
*
Dramatically improves C++ demangling performance by introducing a new impleme...
Kate Stone
2014-07-22
1
-2
/
+16
*
Improve LLDB's embedded C++ demangler by addressing the following two issues:
Kate Stone
2014-07-22
1
-4
/
+5
*
Revert r205769 as it breaks the build on FreeBSD:
Ed Maste
2014-04-08
1
-13
/
+7
*
Improve demangler to compile with MSVC.
Virgile Bello
2014-04-08
1
-7
/
+13
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-1
/
+2
*
Updated to latest and greatest demangler sources.
Greg Clayton
2014-01-23
1
-1
/
+14
*
Pickup fixes for demangling crashers.
Greg Clayton
2013-12-12
1
-18
/
+271
*
Fix MSVC build
Colin Riley
2013-11-20
1
-1
/
+6
*
Added more details on the exact version of the cxa_demangle.cpp file for the ...
Greg Clayton
2013-10-31
1
-4
/
+12
*
Use inlined demangler on FreeBSD
Ed Maste
2013-10-31
1
-1
/
+1
*
<rdar://problem/15201312>
Greg Clayton
2013-10-30
1
-4
/
+4683
*
Visual Studio 2013 compilation support: added some #ifdef _MSC_VER for unsupp...
Virgile Bello
2013-09-18
1
-0
/
+6
*
Remove lldb's custom copy of the C++ demangler, used only on Mac
Jason Molenda
2013-07-03
1
-12
/
+0
*
Use C-style include to match style in file (instead of C++ style)
Daniel Malea
2013-05-31
1
-1
/
+1
*
FreeBSD cmake build fixes.
Daniel Malea
2013-05-31
1
-0
/
+1
*
Make size_t known before including cxxabi.h (FreeBSD fix)
Filipe Cabecinhas
2012-09-11
1
-0
/
+2
*
<rdar://problem/12029894>
Greg Clayton
2012-08-06
1
-2
/
+14
*
Pull in cxa_demangle.cpp/.h from llvm's libcxxabi project. Change the namesp...
Johnny Chen
2012-08-04
1
-0
/
+2
*
Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...
Greg Clayton
2012-07-18
1
-522
/
+1
*
<rdar://problem/10998370>
Greg Clayton
2012-07-18
1
-6
/
+91
*
Added new symbol types for Objective C classes, metaclasses, and ivars. Each
Greg Clayton
2011-12-03
1
-19
/
+0
*
I modified the StringMap that was being used to unique our debugger C strings
Greg Clayton
2011-06-09
1
-27
/
+3
*
Did some work on the "register read" command to only show the first register
Greg Clayton
2011-04-22
1
-3
/
+11
*
Move the demangle-failed indication out a bit so other failing cases
Jason Molenda
2010-12-15
1
-6
/
+6
*
Fix a crash on some platforms where a dSYM for a system library lists a DW_AT...
Jason Molenda
2010-12-15
1
-1
/
+2
*
Just like functions can have a basename and a mangled/demangled name, variable
Greg Clayton
2010-11-14
1
-0
/
+14
*
The Mangled name comparision should prefer the mangled name.
Jim Ingham
2010-09-15
1
-1
/
+1
*
Fixed a case where Mangled::GetName(...) could return a invalid demangled nam...
Greg Clayton
2010-09-14
1
-7
/
+7
*
Fixed a compiler warning.
Greg Clayton
2010-09-14
1
-18
/
+12
*
Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses.
Jim Ingham
2010-09-14
1
-6
/
+22
*
Improved name demangling performance by 20% on darwin.
Greg Clayton
2010-09-03
1
-8
/
+39
*
Removed the thread specific data that was being used for demangling since
Greg Clayton
2010-07-02
1
-55
/
+4
*
Turns out __cxa_demangle returns the size of the buffer instead of the size of
Benjamin Kramer
2010-06-22
1
-5
/
+2
*
Ensure GetDemangledName's thread safety by making the demangle buffer thread ...
Benjamin Kramer
2010-06-22
1
-12
/
+54
*
Add missing includes.
Eli Friedman
2010-06-09
1
-0
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+733