1. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  2. 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
  3. 70152d3 [ValueObject] Stop assuming types are non-zero sized. by Davide Italiano · 7 years ago
  4. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  5. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  6. 2f3df61 iwyu fixes for lldbCore. by Zachary Turner · 8 years ago
  7. 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
  8. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  9. 936499a Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa containers by Enrico Granata · 10 years ago
  10. dc62ffd Add a way for source languages to "mark" ValueObjects with language-specific flags by Enrico Granata · 10 years ago
  11. 9ccb970 Make lldb::endian::InlHostByteOrder() private. by Bruce Mitchener · 10 years ago
  12. 3ad353f Rename clang_type -> compiler_type for variables. by Bruce Mitchener · 10 years ago
  13. 4ad8334 Rename GetChildClangTypeAtIndex to GetChildCompilerTypeAtIndex by Bruce Mitchener · 10 years ago
  14. 99558cc4 Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. by Greg Clayton · 10 years ago
  15. a1e5dc8 ClangASTType is now CompilerType. by Greg Clayton · 10 years ago
  16. 1b3b2a3 Set the live address on child const results in a way that is more maintainable for sustained merges with our internal branches by Enrico Granata · 10 years ago
  17. f8877ef Add a class ValueObjectConstResultCast. by Siva Chandra · 10 years ago
  18. fea9039 Some more cleanup of the ValueObjectConstResultImpl code. NFC. by Enrico Granata · 11 years ago
  19. 0d484e9 The so-called "trivial implementation" has been with us for a few years now. It's probably safe to assume it works.. so remove the #if stuff by Enrico Granata · 11 years ago
  20. 987ed3ce Do attempt to ask the impl_backend for the live address of a const result if none is stored in the object itself; this is for symmetry with GetAddressOf() by Enrico Granata · 11 years ago
  21. 6ded390 Do not set the live address of a const result child if its parent has an invalid live address by Enrico Granata · 11 years ago
  22. 759e744 LLDB now correctly handles virtual inheritance. by Greg Clayton · 11 years ago
  23. d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
  24. 57ee306 Huge change to clean up types. by Greg Clayton · 12 years ago
  25. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  26. cc4d014 This checking is part one of trying to add some threading safety to our by Greg Clayton · 14 years ago
  27. 73ca05a Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 14 years ago
  28. b456b79 http://llvm.org/bugs/show_bug.cgi?id=11588 by Johnny Chen · 14 years ago
  29. 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago