1. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  2. fb2d05b Caught two cases where we were passing a Stream* without checking for NULL by Enrico Granata · 12 years ago
  3. 851e30e Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. by Greg Clayton · 12 years ago
  4. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  5. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  6. 18ae2b1 Remove the string pool from the global destructor chain so it doesn't get yanked out from under us prematurely on exit. by Jim Ingham · 12 years ago
  7. 86c2e74 Fixed up the comments in the headerdoc to match the current implementation by Greg Clayton · 13 years ago
  8. 448bd2f Fixes for Symtab.cpp to take advantage of the new unique C string map by Greg Clayton · 13 years ago
  9. d720e01 Explicitly set the value to NULL when adding a string map entry. by Greg Clayton · 13 years ago
  10. 9d47944 I modified the StringMap that was being used to unique our debugger C strings by Greg Clayton · 13 years ago
  11. 8de27c7 Made many ConstString functions inlined in the header file. by Greg Clayton · 14 years ago
  12. e33bdd3 Improved name demangling performance by 20% on darwin. by Greg Clayton · 14 years ago
  13. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  14. 8e10cf9 Reduce code duplication. by Benjamin Kramer · 14 years ago
  15. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago