1. 4355265 [lldb] Remove IRExecutionUnit::CollectFallbackNames by Alex Langford · 3 years, 9 months ago
  2. 303b27f [lldb] Delete IRExecutionUnit::SearchSpec by Alex Langford · 3 years, 9 months ago
  3. fd2433e [lldb] Replace default bodies of special member functions with = default; by Jonas Devlieghere · 4 years ago
  4. 9494c51 [lldb] Use C++11 default member initializers by Jonas Devlieghere · 4 years ago
  5. 38dfb23 [lldb] Support debugging utility functions by Jonas Devlieghere · 4 years, 3 months ago
  6. 057efa9 Make the error condition in Value::ValueType explicit (NFC) by Adrian Prantl · 4 years, 4 months ago
  7. a00acba [lldb] Fix missing initialization in UtilityFunction ctor (NFC) by Jonas Devlieghere · 4 years, 8 months ago
  8. 4e266ea Make DWARFExpression::GetLocationExpression public by Eric Leese · 4 years, 10 months ago
  9. 113f56f Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish) by Adrian Prantl · 4 years, 11 months ago
  10. 4b14ef3 Temporarily Revert "Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish)" by Eric Christopher · 4 years, 11 months ago
  11. 1d9b860 Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish) by Adrian Prantl · 4 years, 11 months ago
  12. eaebcbc [lldb] NFC remove DISALLOW_COPY_AND_ASSIGN by Konrad Kleine · 5 years ago
  13. ba03bcb [lldb] Remove custom DWARF expression printing code by Pavel Labath · 5 years ago
  14. 9e35498 [lldb/Expression] Make Language() const, NFC by Vedant Kumar · 5 years ago
  15. 47e9fd4 Revert "[lldb/Expression] Make Language() const, NFC" by Vedant Kumar · 5 years ago
  16. 88d9e43 [lldb/Expression] Make Language() const, NFC by Vedant Kumar · 5 years ago
  17. 67d67eb Internal expressions shouldn't increment the result variable numbering. by Jim Ingham · 5 years ago
  18. cdc514e [lldb] Update header guards to be consistent and compliant with LLVM (NFC) by Jonas Devlieghere · 5 years ago
  19. 642bc15 [lldb][NFC] Remove several inefficient ConstString -> const char * -> StringRef conversions by Raphael Isemann · 5 years ago
  20. 7e02dc3 [lldb] Fix -Wdocumentation warnings by Jonas Devlieghere · 5 years ago
  21. 8b79bed [lldb] Remove unused references to ClangExpressionDeclMap by Alex Langford · 5 years ago
  22. 381e81a [lldb][NFCI] Remove UserExpression::GetJITModule by Alex Langford · 5 years ago
  23. a497e1b [lldb] Use CompletionRequest in REPL::CompleteCode and remove translation code to old API by Raphael Isemann · 5 years ago
  24. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 5 years ago
  25. 00efeae [lldb][NFC] Simplify Materializer/Dematerializer constructors by Raphael Isemann · 5 years ago
  26. cd5da94 [lldb/DWARF] Fix mixed v4+v5 location lists by Pavel Labath · 5 years ago
  27. 773b849 [lldb/DWARF] Switch to llvm location list parser by Pavel Labath · 6 years ago
  28. 329008f [lldb] Improve/fix base address selection in location lists by Pavel Labath · 6 years ago
  29. 96d814a [lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypes by Raphael Isemann · 6 years ago
  30. 7d71dd9 Add RTTI support to the SymbolFile class hierarchy by Adrian Prantl · 6 years ago
  31. 3b142bc [LLDB] Fix more -Wdocumentation issues (NFC) by Jonas Devlieghere · 6 years ago
  32. ad88277 [LLDB] Fix a bunch of -Wdocumentation warnings by Jonas Devlieghere · 6 years ago
  33. 52f3a2f [lldb][NFC] Move LLVM RTTI implementation from enum to static ID variable by Raphael Isemann · 6 years ago
  34. 25b486a [lldb][NFC] Remove unused ExpressionParser::Parse by Raphael Isemann · 6 years ago
  35. df12a75 [lldb] Also disable de-registration of EHFrames in IRExecutionUnit by Raphael Isemann · 6 years ago
  36. ae10661 [lldb] Provide a getter for m_materializer_up in LLVMUserExpression instead of relying on it being accessible. by Raphael Isemann · 6 years ago
  37. 9231e44 fix lldb build with -DLLVM_ENABLE_MODULES=On (missing #include) by Luboš Luňák · 6 years ago
  38. 7c47b4a [lldb][NFC] Use unique_ptr in DiagnosticManager to express ownership by Raphael Isemann · 6 years ago
  39. b0ca908 [lldb][NFC] Move Clang-specific flags to ClangUserExpression by Raphael Isemann · 6 years ago
  40. ef82098 Remove DWARFExpression::LocationListSize by Pavel Labath · 6 years ago
  41. 29db51d Revert "[lldb] Move redundant persistent variable counter to ClangPersistentVariables" by Adrian Prantl · 6 years ago
  42. e588b8b DWARFExpression: Simplify class interface by Pavel Labath · 6 years ago
  43. ae34ed2 [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values by Raphael Isemann · 6 years ago
  44. 2fc20f6 [lldb][NFC] Refactor remaining completion logic to use CompletionRequests by Raphael Isemann · 6 years ago
  45. df8bdca [lldb][NFC] Minor fixes for lldb_private::DiagnosticManager by Raphael Isemann · 6 years ago
  46. 8940687 [lldb] Remove undocumented return value from DiagnosticManager::PutString by Raphael Isemann · 6 years ago
  47. e04c62b [Materializer] Remove wrong SetSizeAndAlignmentFromType(). by Davide Italiano · 6 years ago
  48. 4c7b28d [lldb][NFC] Minor refactorings to (Clang)ExpressionSourceCode by Raphael Isemann · 6 years ago
  49. f619e0c [lldb][NFC] Clang format GetNextPersistentVariableName signature by Raphael Isemann · 6 years ago
  50. 6c64a9b [lldb] Move redundant persistent variable counter to ClangPersistentVariables by Raphael Isemann · 6 years ago
  51. b22860d [CompletionRequest] Remove unimplemented members. by Jonas Devlieghere · 6 years ago
  52. 822c587 [lldb][NFC] Remove DiagnosticManager::CopyDiagnostics by Raphael Isemann · 6 years ago
  53. 623950d [lldb][NFC] Remove eDiagnosticOriginGo by Raphael Isemann · 6 years ago
  54. bab7e3d [Expression] Move IRDynamicChecks to ClangExpressionParser by Alex Langford · 6 years ago
  55. 461a9d9 [Expression] IR Instrumenters should have a UtilityFunction by Alex Langford · 6 years ago
  56. f2128b2 Get the expression parser to handle missing weak symbols. by Jim Ingham · 6 years ago
  57. 5b99928 [Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDecl by Alex Langford · 6 years ago
  58. 04a087a [DWARFExpression] Remove ctor that takes just a compile unit. by Jonas Devlieghere · 6 years ago
  59. 71a4422 Delete unnecessary copy ctors/copy assignment operators by Fangrui Song · 6 years ago
  60. b0e54cb Fix file names in file headers. NFC by Fangrui Song · 6 years ago
  61. 8b6071f [Expression] Remove unused dependency by Alex Langford · 6 years ago
  62. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 6 years ago
  63. 7e34d78 Fix an invalid static cast in ClangExpressionParser.cpp by Adrian Prantl · 6 years ago
  64. 6c0bbfc Add ability to import std module into expression parser to improve C++ debugging by Raphael Isemann · 6 years ago
  65. f05b42e Bring Doxygen comment syntax in sync with LLVM coding style. by Adrian Prantl · 6 years ago
  66. 0affb58 Quiet command regex instructions during batch execution by Dave Lee · 6 years ago
  67. c5bfa3d Break cycle lldb/Commands [3->] lldb/Expression [1->] lldb/Commands by Jonas Devlieghere · 6 years ago
  68. ea401ec Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clang plugin. by Jim Ingham · 6 years ago
  69. 0e4c482 Pass ConstString by value (NFC) by Adrian Prantl · 6 years ago
  70. 81dbc02 [Expression] Remove unused parameter from Evaluate by Alex Langford · 6 years ago
  71. d5b4403 Replace 'ap' with 'up' suffix in variable names. (NFC) by Jonas Devlieghere · 6 years ago
  72. 40624a0 [Expressions] Add support of expressions evaluation in some object's context by Aleksandr Urakov · 6 years ago
  73. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  74. f760f5a Simplify ObjectFile::GetArchitecture by Pavel Labath · 6 years ago
  75. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  76. d871964 [LLDB] - Parse the DW_LLE_startx_length correctly for DWARF v5 case. by George Rimar · 7 years ago
  77. e4dee26 [LLDB] - Implement the support for the .debug_loclists section. by George Rimar · 7 years ago
  78. a35912d Revert "Return a named error in the result object of an expression with no result" by Krasimir Georgiev · 7 years ago
  79. b1ecc3c Return a named error in the result object of an expression with no result by Jim Ingham · 7 years ago
  80. f796e76 DWARFExpression: Resolve file addresses in the linked module by Adrian Prantl · 7 years ago
  81. 7f88829 Add support for descriptions with command completions. by Raphael Isemann · 7 years ago
  82. 960b133 Fixed comment for UserExpression::Complete [NFC] by Raphael Isemann · 7 years ago
  83. c11a780 Use a CompletionRequest in the expression command completion [NFC] by Raphael Isemann · 7 years ago
  84. 7482973 Added initial code completion support for the `expr` command by Raphael Isemann · 7 years ago
  85. f71dd34 [IRMemoryMap] Shrink Allocation and make it move-only (NFC) by Vedant Kumar · 7 years ago
  86. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  87. d8f460e Enable AUTOBRIEF in doxygen configuration. by Adrian Prantl · 7 years ago
  88. 03219f7 Refactor GetNextPersistentVariableName into a non-virtual method by Adrian Prantl · 7 years ago
  89. 5435f78 Move the persistent variable counter into Target by Adrian Prantl · 7 years ago
  90. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  91. c4d6575 Move the codebase to use: DWARFCompileUnit -> DWARFUnit by Jan Kratochvil · 7 years ago
  92. b32f389 [IRExecutionUnit] Initialize uninititialized member variable. by Davide Italiano · 7 years ago
  93. 5f19b90 Move ArchSpec to the Utility module by Pavel Labath · 8 years ago
  94. bba2c83 Remove the DWARFExpression -> Clang ExpressionParser dependency by Tamas Berghammer · 8 years ago
  95. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  96. 8b38565 Add DidStartExecuting/WillFinishExecuting methods to Expression. by Lang Hames · 8 years ago
  97. 56454b5 Add CopyDiagnostic to the DiagnosticManager. by Jim Ingham · 8 years ago
  98. fb1a0a0 Move many other files from Core -> Utility. by Zachary Turner · 8 years ago
  99. 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 8 years ago
  100. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 8 years ago