1. 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
  2. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  3. 64c2760 [DataEncoder] Replace buggy versions of write functions. by Davide Italiano · 8 years ago
  4. 226aab7 Revert "[DataEncoder] Replace buggy versions of write functions." by Davide Italiano · 8 years ago
  5. d752d6b [DataEncoder] Replace buggy versions of write functions. by Davide Italiano · 8 years ago
  6. 4479ac1 iwyu fixes on lldbUtility. by Zachary Turner · 8 years ago
  7. 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago[Renamed (98%) from lldb/source/Core/DataEncoder.cpp]
  8. 01c3243 Remove dependencies from Utility to Core and Target. by Zachary Turner · 9 years ago
  9. a322f36 Make lldb -Werror clean for -Wstring-conversion by David Blaikie · 9 years ago
  10. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  11. 9d9b46b Remove unnecessary <limits> includes. by Jim Ingham · 10 years ago
  12. 190636b Let's not convert from UINT32_MAX to the std::numeric_limits version. by Jim Ingham · 10 years ago
  13. 896ddd0 Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; other minor fixes. by Eugene Zelenko · 10 years ago
  14. 9ccb970 Make lldb::endian::InlHostByteOrder() private. by Bruce Mitchener · 10 years ago
  15. d7e6a4f Fixed a ton of gcc compile warnings by Vince Harron · 10 years ago
  16. bd180cb Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed DataExtractor::BytesLeft() to return the correct value. by Greg Clayton · 13 years ago
  17. f39c676 Forgot to write out the NULL terminator when putting C string value into by Greg Clayton · 14 years ago
  18. 9482865 Added a DataEncoder class for the new IR evaluation expression parser so it by Greg Clayton · 14 years ago