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
*
Don't demangle a name when Mangled::GetName() is called with ePreferMangled. ...
Greg Clayton
2015-12-17
1
-6
/
+4
*
Rework breakpoint language filtering to use the symbol context's language.
Dawn Perchik
2015-12-16
1
-2
/
+14
*
Move more functionality from the LanguageRuntimes to the Languages.
Jim Ingham
2015-09-02
1
-2
/
+2
*
Improve C++ function name handling and step-in avoid regerxp handling
Tamas Berghammer
2015-07-24
1
-3
/
+4
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-23
/
+19
*
Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbol
Enrico Granata
2015-07-06
1
-0
/
+6
*
Fix linking issue after r241271 (dbghelp.lib was removed from default depende...
Leny Kholodov
2015-07-02
1
-0
/
+1
*
Add const qualifier to Mangled::GuessLanguage
Dawn Perchik
2015-06-25
1
-1
/
+1
*
Rename Mangled::GetLanguage to Mangled::GuessLanguage
Dawn Perchik
2015-06-25
1
-1
/
+1
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-1
/
+1
*
Resubmitting r238459 and r238460 with fix for Linux.
Chaoren Lin
2015-05-28
1
-4993
/
+63
*
Revert "Move inlined cxa_demangle.cpp to a separate file."
Ying Chen
2015-05-28
1
-2
/
+4953
*
Revert "Allow both MSVC and Itanium mangling schemes."
Ying Chen
2015-05-28
1
-61
/
+40
*
Allow both MSVC and Itanium mangling schemes.
Chaoren Lin
2015-05-28
1
-40
/
+61
*
Move inlined cxa_demangle.cpp to a separate file.
Chaoren Lin
2015-05-28
1
-4953
/
+2
*
Bug 23051 - Fix build failure on Freebsd with gcc 4.9.
Sylvestre Ledru
2015-03-28
1
-1
/
+1
*
Adding the ability to get the language from a mangled name. This isn't used i...
Greg Clayton
2015-01-23
1
-0
/
+15
*
Fix a little thinko in r226017 - the code to actually add the demangled name ...
Jim Ingham
2015-01-15
1
-4
/
+6
*
Implement demangling on Windows.
Zachary Turner
2015-01-14
1
-7
/
+22
*
Fix unused variable warning from r219544.
Eric Christopher
2014-10-10
1
-1
/
+0
*
Add a new disassembly-format specification so that the disassembler
Jason Molenda
2014-10-10
1
-0
/
+62
*
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
[next]