1. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  2. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  3. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  4. 03219f7 Refactor GetNextPersistentVariableName into a non-virtual method by Adrian Prantl · 7 years ago
  5. 5435f78 Move the persistent variable counter into Target by Adrian Prantl · 7 years ago
  6. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  7. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  8. 9739a55 Fix DataExtractor failures. by Zachary Turner · 9 years ago
  9. 29cb868 Isolate Target-specific functionality of DataExtractor. by Zachary Turner · 9 years ago
  10. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  11. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  12. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  13. 799a3fc Fixed a problem where we failed to get the size of an Objective-C type. by Sean Callanan · 9 years ago
  14. 6aeba89 Support floating point values in 128-bit SSE vector registers by Adrian Prantl · 10 years ago
  15. 6993abf Revert "Fix bug with register values byte order in expression evaluation." by Todd Fiala · 10 years ago
  16. b6f76b3 Register value is not necessarily scalar. by Chaoren Lin · 10 years ago
  17. 5ba2b2a Fix bug with register values byte order in expression evaluation. by Aidan Dodds · 10 years ago
  18. edd508b Fixed a bug where the size of a type was used instead of the size of a pointer. by Sean Callanan · 10 years ago
  19. 2c38141 Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Zero out by Jim Ingham · 10 years ago
  20. 315b688 Fix Clang-tidy modernize-use-override warnings in some files in source; other minor fixes. by Eugene Zelenko · 10 years ago
  21. 9fda9d2 Add PersistentVariableDelegate to handle language-specific dematerialization. by Sean Callanan · 10 years ago
  22. a994b0b Made GetScratchTypeSystemForLanguage return an error if desired. by Sean Callanan · 10 years ago
  23. 9301ec1 Eliminated redundant "constructors" for ClangExpressionVariable. by Sean Callanan · 10 years ago
  24. 8f1f9a1 Now persistent expression data no longer lives with the Target, but rather with by Sean Callanan · 10 years ago
  25. e6f4a82 Removed a bunch of dependencies of Materializer on ClangUserExpression. by Sean Callanan · 10 years ago
  26. 4dbb271 Moved more Clang-specific parts of the expression parser into the Clang plugin. by Sean Callanan · 10 years ago
  27. c608d20 Removed a needless cast to ClangExpressionVariable. by Sean Callanan · 10 years ago
  28. 3820e9c ExpressionVariable now uses llvm::cast() instead of As...() for RTTI. by Sean Callanan · 10 years ago
  29. bc8ac34 This patch separates the generic portion of ClangExpressionVariable, which by Sean Callanan · 10 years ago
  30. 30e3397 Jim told me about a cleaner way to include headers from plug-ins. by Sean Callanan · 10 years ago
  31. e33724f In preparation for factoring persistent variables into a generic part and a by Sean Callanan · 10 years ago
  32. 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
  33. a1e5dc8 ClangASTType is now CompilerType. by Greg Clayton · 10 years ago
  34. 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
  35. af0f45f Don't #include ClangPersistentVariables.h from Process.h by Zachary Turner · 11 years ago
  36. 1cd5e92 Preparatory infrastructural work to support dynamically determining sizes of ObjC types via the runtime by Enrico Granata · 11 years ago
  37. f610289 Fix some typos: by Sylvestre Ledru · 11 years ago
  38. 4640a01 Fixed a flipped conditional when writing back the by Sean Callanan · 11 years ago
  39. 324a103 sweep up -Wformat warnings from gcc by Saleem Abdulrasool · 11 years ago
  40. c4ca2c1 Made the Materializer not write back variables by Sean Callanan · 12 years ago
  41. 866e91c Better error reporting when a variable can't be by Sean Callanan · 12 years ago
  42. 22ac610 Harden the Materializer logic against types that don't know their bit alignment. by Sean Callanan · 12 years ago
  43. 65b320f Fixed a bug where the expression parser doesn't by Sean Callanan · 12 years ago
  44. 3ebae49 Fixed printf warnings. The GetByteSize() results return uint64_t values, not size_t values. by Greg Clayton · 12 years ago
  45. d23dcbf Increase log detail for size mismatch in EntityVariable::Materialize by Ed Maste · 12 years ago
  46. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  47. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  48. 13b4ef2 Simplified the code that materializes a variable, by Sean Callanan · 12 years ago
  49. 3e68903 Fixed a bug in the Materializer where we sent the by Sean Callanan · 12 years ago
  50. d2a507a Modified the expression parser to only try to by Sean Callanan · 12 years ago
  51. 57ee306 Huge change to clean up types. by Greg Clayton · 12 years ago
  52. a4e8105 Fixed a problem with materialization and by Sean Callanan · 12 years ago
  53. ef14371 Fix various build warnings. by Matt Kopec · 12 years ago
  54. fbf5c68 Fixed a bug where persistent variables did not by Sean Callanan · 12 years ago
  55. 9e9f219 <rdar://problem/13893094> by Greg Clayton · 12 years ago
  56. df56540 Performance optimizations to ClangUserExpression, by Sean Callanan · 12 years ago
  57. 2afbf44 Fixed the expression parser's handling of result by Sean Callanan · 12 years ago
  58. ed185ab Fixed two problems when reading constant/register by Sean Callanan · 12 years ago
  59. 1582ee6 This commit changes the way LLDB executes user expressions. by Sean Callanan · 12 years ago
  60. 14b1bae Flipped the big switch: LLDB now uses the new by Sean Callanan · 12 years ago
  61. 2d37e5a Added logging to each entity in the Materializer by Sean Callanan · 12 years ago
  62. b5717e0 Added support for registers to the Materializer. by Sean Callanan · 12 years ago
  63. b024d87 Audited the existing Materializer code to ensure by Sean Callanan · 12 years ago
  64. 2f1edcd Added symbol materialization support to the new Materializer. by Sean Callanan · 12 years ago
  65. 458ae1c Now that ValueObjects permit writing, made the by Sean Callanan · 12 years ago
  66. f8043fa Implemented materialization and dematerialization by Sean Callanan · 12 years ago
  67. 35005f7 Replicated the materialization logic for persistent by Sean Callanan · 12 years ago
  68. 3dd6a42 Hand over the job of laying out the argument structure by Sean Callanan · 12 years ago
  69. 96d2730 Added a Materializer class that contains by Sean Callanan · 12 years ago