1. b3f7f69 [Renderscript] Clang-format the renderscript plugin. by Aidan Dodds · 10 years ago
  2. b649b00 [RenderScript] Provide option to specify a single allocation to print by Ewan Crawford · 10 years ago
  3. a975959 Fix clang warning in RenderScriptRuntime by Pavel Labath · 10 years ago
  4. 4f8817c [RenderScript] New command for viewing coordinate of current kernel invocation by Ewan Crawford · 10 years ago
  5. 836d965 [RenderScript] Remove mips specific expressions by Ewan Crawford · 10 years ago
  6. e09c44b [RenderScript] Hook kernel invocation. by Aidan Dodds · 10 years ago
  7. 26e52a7 [RenderScript] Improve file format for saving RS allocations by Ewan Crawford · 10 years ago
  8. 35e7b1a [Renderscript] Fix stack argument inspection. by Aidan Dodds · 10 years ago
  9. 7093ccc Revert r256769 by Ewan Crawford · 10 years ago
  10. e8e7bfb Use correct format identifiers to print something meaningful. by Davide Italiano · 10 years ago
  11. 2e92071 [RenderScript] Support all RS allocation types by Ewan Crawford · 10 years ago
  12. cdfb148 [RenderScript] Support for amd64 RS hooks by Ewan Crawford · 10 years ago
  13. 8b59062 [RenderScript] Refactor condition deciding when to JIT RS runtime by Ewan Crawford · 10 years ago
  14. e69df38 [RenderScript] Add hook for destroyed allocations by Ewan Crawford · 10 years ago
  15. b1651b8 [RenderScript] Mips64 allocations workaround by Ewan Crawford · 10 years ago
  16. fe06b5a Fix hang in global static initialization by Adrian McCarthy · 10 years ago
  17. 8b244e2 [RS] Support RenderScript struct allocations by Ewan Crawford · 10 years ago
  18. 74b396d Allow renderscript runtime to read MIPS target arguments. by Aidan Dodds · 10 years ago
  19. eba832b Explicitly cast size_t var to (uint64_t) when printf format is PRIx64. by Jason Molenda · 10 years ago
  20. 222b937 Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRuntime and Platform; other minor fixes. by Eugene Zelenko · 10 years ago
  21. 018f5a7e [RenderScript] Add option to break on a specific kernel invocation by Ewan Crawford · 10 years ago
  22. 4cfc919 Fix a build issue on Debian unstable. The compiler rejected the convertion to ‘bool’ from ‘std::nullptr_t’ by Sylvestre Ledru · 10 years ago
  23. 02f1c5d [RenderScript] Support for mips64 runtime hook by Ewan Crawford · 10 years ago
  24. 2d62328 [RenderScript] Fix out of bounds warning. by Ewan Crawford · 10 years ago
  25. 55232f0 [RenderScript] New commands to save/load RS allocations to file. by Ewan Crawford · 10 years ago
  26. a0f0867 Resubmit: RenderScript command for printing allocation contents by Ewan Crawford · 10 years ago
  27. dee8834 Revert "RenderScript command for printing allocation contents" by Pavel Labath · 10 years ago
  28. 838e7bb RenderScript command for printing allocation contents by Ewan Crawford · 10 years ago
  29. 15f2bd9 RenderScript command for printing allocation information by Ewan Crawford · 10 years ago
  30. 7eed487 On second thought, amend the previous patch to pass itself the ValueObject& for the static value instead of just its type by Enrico Granata · 10 years ago
  31. c74275b Move the logic to post-process dynamic types for ValueObject purposes from the ValueObjects to the LanguageRuntime plugins by Enrico Granata · 10 years ago
  32. d10ca9d RenderScript lookup bug fix by Ewan Crawford · 10 years ago
  33. 78f339d Groundwork for better tracking of renderscript allocations and scripts by Ewan Crawford · 10 years ago
  34. 8278028 Differential Revision: http://reviews.llvm.org/D12966 by Aidan Dodds · 10 years ago
  35. 0b6003f Make LanguageRuntime::GetDynamicTypeAndAddress return a ValueType by Enrico Granata · 10 years ago
  36. 54782db Add names to RenderScript kernel breakpoints. by Ewan Crawford · 10 years ago
  37. 7dc7771 New RenderScript command to break on all kernels by Ewan Crawford · 10 years ago
  38. 9815658 RenderScript pending kernel breakpoints. by Ewan Crawford · 10 years ago
  39. e8433cc Simplify find_first_of & find_last_of on single char. by Bruce Mitchener · 10 years ago
  40. 7340e1f Initialize variable to prevent garbage values (RenderScriptRuntime) by Ewan Crawford · 10 years ago
  41. 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
  42. 4640cde Additional RenderScript debug features. by Colin Riley · 10 years ago
  43. e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
  44. ef20b08 Additions to RenderScriptRuntime in prep for detection of RenderScript modules and moving of the command interpreter manipulation to after construction. by Colin Riley · 11 years ago
  45. 189598e fixing msvc build (format string z is not supported) by Colin Riley · 11 years ago
  46. 589015b Fix printf format specifier to silence warning. by Chaoren Lin · 11 years ago
  47. 5ec532a Initial language runtime support for RenderScript. by Colin Riley · 11 years ago