summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ConstString.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed the bool conversion operator on ConstStringSean Callanan2013-10-031-1/+1
* Fix a bunch of compile time warnings and a build failure on ubuntu.Eric Christopher2013-08-301-2/+2
* <rdar://problem/13069948>Greg Clayton2013-01-251-3/+3
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Caught two cases where we were passing a Stream* without checking for NULLEnrico Granata2012-11-031-3/+6
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+12
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+11
* Remove the string pool from the global destructor chain so it doesn't get yan...Jim Ingham2012-05-091-2/+22
* Fixed up the comments in the headerdoc to match the current implementationGreg Clayton2011-09-121-86/+1
* Fixes for Symtab.cpp to take advantage of the new unique C string mapGreg Clayton2011-09-111-44/+0
* Explicitly set the value to NULL when adding a string map entry.Greg Clayton2011-06-101-1/+1
* I modified the StringMap that was being used to unique our debugger C stringsGreg Clayton2011-06-091-8/+64
* Made many ConstString functions inlined in the header file.Greg Clayton2010-10-151-85/+0
* Improved name demangling performance by 20% on darwin.Greg Clayton2010-09-031-9/+0
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-4/+1
* Reduce code duplication.Benjamin Kramer2010-06-221-17/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+480
OpenPOWER on IntegriCloud