1. fbb4d1e [lldb/Plugins] Use external functions to (de)initialize plugins by Jonas Devlieghere · 6 years ago
  2. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 6 years ago
  3. 8081428 [lldb][NFC] Fix all formatting errors in .cpp file headers by Raphael Isemann · 6 years ago
  4. 4dac97e [lldb][NFC] Migrate FileSpec::Dump to raw_ostream by Raphael Isemann · 6 years ago
  5. d178213 [lldb][NFC] Allow range-based for-loops on VariableList by Raphael Isemann · 6 years ago
  6. 95e264f [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallback by Raphael Isemann · 6 years ago
  7. 2fce113 Convert FileSystem::Open() to return Expected<FileUP> by Lawrence D'Anna · 6 years ago
  8. f9d90bc [lldb] D66174 `RegularExpression` cleanup by Jan Kratochvil · 6 years ago
  9. 3af3f1e [Utility] Reimplement RegularExpression on top of llvm::Regex by Jonas Devlieghere · 6 years ago
  10. 63e5fb7 [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) by Jonas Devlieghere · 6 years ago
  11. ee7b1ce [CplusPlus] ISVTableName is unused. NFCI. by Davide Italiano · 6 years ago
  12. 056f6f1 [LanguageRuntime] Introduce LLVM-style casts by Alex Langford · 6 years ago
  13. 4c1d6ee Replace assert with static_assert here applicable. by Jonas Devlieghere · 6 years ago
  14. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 6 years ago
  15. 0e4c482 Pass ConstString by value (NFC) by Adrian Prantl · 7 years ago
  16. d5b4403 Replace 'ap' with 'up' suffix in variable names. (NFC) by Jonas Devlieghere · 7 years ago
  17. 796ac80 Use std::make_shared in LLDB (NFC) by Jonas Devlieghere · 7 years ago
  18. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  19. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  20. 87e403a Re-land "Extract construction of DataBufferLLVM into FileSystem" by Jonas Devlieghere · 7 years ago
  21. 9a89d93 Revert "Extract construction of DataBufferLLVM into FileSystem" by Davide Italiano · 7 years ago
  22. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  23. 1cc0714 Extract construction of DataBufferLLVM into FileSystem by Jonas Devlieghere · 7 years ago
  24. 50bc1ed [FileSystem] Open File instances through the FileSystem. by Jonas Devlieghere · 7 years ago
  25. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  26. dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
  27. 7c5310b [FileSystem] Remove GetPermissions() and Readable() from FileSpec by Jonas Devlieghere · 7 years ago
  28. 991e445 Don't type-erase the SymbolContextItem enumeration. by Zachary Turner · 7 years ago
  29. a35912d Revert "Return a named error in the result object of an expression with no result" by Krasimir Georgiev · 7 years ago
  30. b1ecc3c Return a named error in the result object of an expression with no result by Jim Ingham · 7 years ago
  31. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  32. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  33. 937348c [FileSpec] Make style argument mandatory for SetFile. NFC by Jonas Devlieghere · 7 years ago
  34. 34cda14 Remove append parameter to FindGlobalVariables by Pavel Labath · 7 years ago
  35. 4ebdee0 Typo fixes. by Bruce Mitchener · 7 years ago
  36. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  37. 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 7 years ago
  38. b842f2e Make breakpoint names real entities. by Jim Ingham · 8 years ago
  39. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  40. 36d783e Teach RenderScriptRuntime about changed context representation. by David Gross · 8 years ago
  41. 2f3df61 iwyu fixes for lldbCore. by Zachary Turner · 8 years ago
  42. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  43. 7f6a7a3 Remove FileSpec::ReadFileContents. by Zachary Turner · 9 years ago
  44. 29cb868 Isolate Target-specific functionality of DataExtractor. by Zachary Turner · 9 years ago
  45. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  46. 6302bf6 Clean up debug logging by Pavel Labath · 9 years ago
  47. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  48. 47d6416 Add a debuginfo version check for RenderScript modules by Luke Drummond · 9 years ago
  49. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  50. fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
  51. 81fc84f [RenderScript] Fix reduction argument printing by Luke Drummond · 9 years ago
  52. 21fed05 [Renderscript] Add commands for scriptgroup interaction. by Aidan Dodds · 9 years ago
  53. b3bbcb1 Add the ability to set breakpoints on named RenderScript reductions by Luke Drummond · 9 years ago
  54. 80af0b9 [RenderScript] reflow/reword some comments and normalize names by Luke Drummond · 9 years ago
  55. 00f56ee cleanup RSCoordinate handling and factor out coordinate parser by Luke Drummond · 9 years ago
  56. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  57. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  58. 95eae42 Make lldb::Regex use StringRef. by Zachary Turner · 9 years ago
  59. 7f193d6 [RenderScript] Support tracking and dumping reduction kernels by Luke Drummond · 9 years ago
  60. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  61. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  62. 5d05763 [RenderScript] Always create a new allocation ID in CaptureAllocationInit hook by Luke Drummond · 9 years ago
  63. 1945958 Add IR fixups for RenderScript ABI mismatch between ARMV7 frontend and x86 backend by Luke Drummond · 9 years ago
  64. 75500e7 Typo corrections identified by codespell by Ed Maste · 9 years ago
  65. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  66. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
  67. 5f57b6e Revert r268591 by Enrico Granata · 9 years ago
  68. 5ee5408 Allow LanguageRuntimes to return an error if they fail in the course of dynamic type discovery by Enrico Granata · 9 years ago
  69. 1e05c3b Get rid of two global constructors by making things static variables in the only function that uses these variables. by Greg Clayton · 10 years ago
  70. 67dc3e1 [Renderscript] Add stack argument reading code for Mipsel 3 by Aidan Dodds · 10 years ago
  71. 6dd4b57 [Renderscript] Add stack argument reading code for Mipsel 2 by Aidan Dodds · 10 years ago
  72. 17e07c0 [Renderscript] Add stack argument reading code for Mipsel by Aidan Dodds · 10 years ago
  73. 8433fdb [Renderscript] Explicitly set the language to evaluate allocations by Aidan Dodds · 10 years ago
  74. cec91ef Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break. by Greg Clayton · 10 years ago
  75. 577570b [Renderscript] Change expression strings to use portable format specifiers. by Aidan Dodds · 10 years ago
  76. 7ccf137 RenderScript: silence some -Wmissing-brace warnings by Saleem Abdulrasool · 10 years ago
  77. b0be30f [Renderscript] Refactor .rs.info parser. by Aidan Dodds · 10 years ago
  78. 1ee0725 Silence some clang warnings by Saleem Abdulrasool · 10 years ago
  79. 72f7752 [Renderscript] Fix typo in mips64 argument reading code. by Aidan Dodds · 10 years ago
  80. f478678 [Renderscript] Refactor target argument reading code. by Aidan Dodds · 10 years ago
  81. ea0636b [RenderScript] Refactor allocation expressions by Ewan Crawford · 10 years ago
  82. 0a66e2f Fix an issue where certain CommandObjects (or Options thereof) were being created once, bound to a specific CommandInterpreter (and hence a specific Debugger), and then cached for reuse across different Debugger instances by Enrico Granata · 10 years ago
  83. 0d2bfcf [RenderScript] Add command for recalculating allocation details by Ewan Crawford · 10 years ago
  84. 36175cc [RenderScript] Remove unused RS command by Ewan Crawford · 10 years ago
  85. b3f7f69 [Renderscript] Clang-format the renderscript plugin. by Aidan Dodds · 10 years ago
  86. b649b00 [RenderScript] Provide option to specify a single allocation to print by Ewan Crawford · 10 years ago
  87. a975959 Fix clang warning in RenderScriptRuntime by Pavel Labath · 10 years ago
  88. 4f8817c [RenderScript] New command for viewing coordinate of current kernel invocation by Ewan Crawford · 10 years ago
  89. 836d965 [RenderScript] Remove mips specific expressions by Ewan Crawford · 10 years ago
  90. e09c44b [RenderScript] Hook kernel invocation. by Aidan Dodds · 10 years ago
  91. 26e52a7 [RenderScript] Improve file format for saving RS allocations by Ewan Crawford · 10 years ago
  92. 35e7b1a [Renderscript] Fix stack argument inspection. by Aidan Dodds · 10 years ago
  93. 7093ccc Revert r256769 by Ewan Crawford · 10 years ago
  94. e8e7bfb Use correct format identifiers to print something meaningful. by Davide Italiano · 10 years ago
  95. 2e92071 [RenderScript] Support all RS allocation types by Ewan Crawford · 10 years ago
  96. cdfb148 [RenderScript] Support for amd64 RS hooks by Ewan Crawford · 10 years ago
  97. 8b59062 [RenderScript] Refactor condition deciding when to JIT RS runtime by Ewan Crawford · 10 years ago
  98. e69df38 [RenderScript] Add hook for destroyed allocations by Ewan Crawford · 10 years ago
  99. b1651b8 [RenderScript] Mips64 allocations workaround by Ewan Crawford · 10 years ago
  100. fe06b5a Fix hang in global static initialization by Adrian McCarthy · 10 years ago