1. 65e5e278 [NFC] Small code cleanups in utility. by Jonas Devlieghere · 7 years ago
  2. 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
  3. cad7a46 Remove manual byte counting from internal Stream methods. by Raphael Isemann · 7 years ago
  4. 79e9921 Replace LLDB's LEB128 implementation with the one from LLVM by Raphael Isemann · 7 years ago
  5. 286ac07 Add raw_ostream wrapper to the Stream class by Raphael Isemann · 7 years ago
  6. f4590de Fix out-of-bounds read in Stream::PutCStringAsRawHex8 by Raphael Isemann · 7 years ago
  7. 0bb8d83 Don't ignore byte_order in Stream::PutMaxHex64 by Raphael Isemann · 7 years ago
  8. 56bf356 Remove Stream::UnitTest by Raphael Isemann · 7 years ago
  9. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  10. 4479ac1 iwyu fixes on lldbUtility. by Zachary Turner · 8 years ago
  11. 24ae629 Finish breaking the dependency from Utility. by Zachary Turner · 9 years ago
  12. 01c3243 Remove dependencies from Utility to Core and Target. by Zachary Turner · 9 years ago
  13. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago[Renamed (99%) from lldb/source/Core/Stream.cpp]
  14. 0cfd7dc9 Remove a couple of Stream flags by Pavel Labath · 9 years ago
  15. 0ac5f98 Rewrite OutputFormattedHelpText in terms of StringRef. by Zachary Turner · 9 years ago
  16. 4fa098a Convert UniqueCStringMap to use StringRef. by Zachary Turner · 9 years ago
  17. a449698 Convert CommandObject constructors to StringRef. by Zachary Turner · 9 years ago
  18. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  19. f343968f Delete Host/windows/win32.h by Zachary Turner · 9 years ago
  20. 9ccb970 Make lldb::endian::InlHostByteOrder() private. by Bruce Mitchener · 10 years ago
  21. c2f33f6 Make stream::operator<< take "const" void * by Pavel Labath · 10 years ago
  22. d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
  23. 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 12 years ago
  24. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  25. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  26. 581a691 Include stddef.h for ptrdiff_t, GCC 4.6 doesn't include it implicitly. by Benjamin Kramer · 14 years ago
  27. 7b59f75 Comments edited to better reflect what the function really does by Enrico Granata · 14 years ago
  28. 1abfe04 Fixed an issue in the DWARFLocationList::Dump() function where default by Greg Clayton · 14 years ago
  29. 51b1e2d Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 15 years ago
  30. 7fb56d0 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 15 years ago
  31. 73b472d Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 15 years ago
  32. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  33. 609f8c5 Added a method to get a stream's byte order. by Sean Callanan · 15 years ago
  34. 8896697 Add missing includes. by Eli Friedman · 15 years ago
  35. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago