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
*
[LLDB] Fix handling for the clang name mangling extension for block invocations
shafik
2019-11-06
1
-15
/
+23
*
[LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. N...
Martin Storsjo
2019-10-16
1
-41
/
+7
*
Remove the is_mangled flag from Mangled and Symbol
Adrian Prantl
2019-10-09
1
-16
/
+0
*
Mark constructor as default and remove implementation (NFC)
Adrian Prantl
2019-10-07
1
-2
/
+0
*
Revert "[LLDB] Use the llvm microsoft demangler instead of the windows dbghel...
Martin Storsjo
2019-09-28
1
-3
/
+41
*
[LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. NFC.
Martin Storsjo
2019-09-28
1
-41
/
+3
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-4
/
+4
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-34
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-7
/
+7
*
Remove unnecessary demangling operation (NFC)
Adrian Prantl
2019-02-27
1
-7
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-3
/
+1
*
Silence some "control reaches end of non-void function" warnings with gcc
Pavel Labath
2018-08-31
1
-0
/
+1
*
RichManglingContext: Make m_ipd_str_len a local variable and simplify process...
Stefan Granitz
2018-08-10
1
-4
/
+4
*
Use rich mangling information in Symtab::InitNameIndexes()
Stefan Granitz
2018-08-08
1
-45
/
+130
*
Fix Mangled::Compare()
Stefan Granitz
2018-08-06
1
-1
/
+1
*
Add ConstString::IsNull() to tell between null vs. empty strings and fix usag...
Stefan Granitz
2018-08-06
1
-2
/
+2
*
Change ConstString::SetCStringWithMangledCounterpart to use StringRef
Pavel Labath
2018-08-06
1
-1
/
+1
*
Use LLVM's new ItaniumPartialDemangler in LLDB
Stefan Granitz
2018-07-25
1
-29
/
+16
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-41
/
+36
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Fix LLDB build.
Zachary Turner
2017-06-23
1
-1
/
+1
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-2
/
+2
*
Teach SBFrame how to guess its language.
Jim Ingham
2017-04-12
1
-0
/
+8
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-10
/
+18
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-2
/
+2
*
clang-format the Mangled changes.
Zachary Turner
2017-02-28
1
-12
/
+14
*
Wrap the call to UndecorateSymbolName in a mutex.
Zachary Turner
2017-02-28
1
-11
/
+19
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-3
/
+3
*
Fix build for mingw.
Hafiz Abid Qadeer
2016-12-15
1
-2
/
+2
*
Convert some Args index-based iteration to range-style iteration.
Zachary Turner
2016-10-05
1
-0
/
+10
*
Make lldb -Werror clean on Windows.
Zachary Turner
2016-10-05
1
-1
/
+1
*
Use llvm's demangler.
Rafael Espindola
2016-09-07
1
-2
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-318
/
+255
*
Add cmake option to choose whether to use the builtin demangler
Pavel Labath
2016-08-26
1
-7
/
+2
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
*
Add a new "lldb" log channel named "demangle". If we have crashes that are re...
Greg Clayton
2016-05-27
1
-0
/
+23
*
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
[next]