summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-271-124/+87
* [RenderScript] Add option to break on a specific kernel invocationEwan Crawford2015-10-261-19/+253
* Fix a build issue on Debian unstable. The compiler rejected the convertion to...Sylvestre Ledru2015-10-261-2/+2
* [RenderScript] Support for mips64 runtime hookEwan Crawford2015-10-221-16/+61
* [RenderScript] Fix out of bounds warning.Ewan Crawford2015-10-211-3/+3
* [RenderScript] New commands to save/load RS allocations to file.Ewan Crawford2015-10-211-39/+403
* Resubmit: RenderScript command for printing allocation contents Ewan Crawford2015-10-161-0/+455
* Revert "RenderScript command for printing allocation contents"Pavel Labath2015-10-141-455/+0
* RenderScript command for printing allocation contentsEwan Crawford2015-10-141-0/+455
* RenderScript command for printing allocation information Ewan Crawford2015-10-061-16/+616
* On second thought, amend the previous patch to pass itself the ValueObject& f...Enrico Granata2015-09-221-2/+2
* Move the logic to post-process dynamic types for ValueObject purposes from th...Enrico Granata2015-09-221-0/+7
* RenderScript lookup bug fixEwan Crawford2015-09-221-3/+2
* Groundwork for better tracking of renderscript allocations and scriptsEwan Crawford2015-09-211-35/+220
* Differential Revision: http://reviews.llvm.org/D12966Aidan Dodds2015-09-181-87/+231
* Make LanguageRuntime::GetDynamicTypeAndAddress return a ValueTypeEnrico Granata2015-09-171-1/+2
* Add names to RenderScript kernel breakpoints.Ewan Crawford2015-09-161-2/+7
* New RenderScript command to break on all kernelsEwan Crawford2015-09-101-10/+154
* RenderScript pending kernel breakpoints.Ewan Crawford2015-09-041-55/+54
* Simplify find_first_of & find_last_of on single char.Bruce Mitchener2015-09-011-2/+2
* Initialize variable to prevent garbage values (RenderScriptRuntime)Ewan Crawford2015-07-241-1/+1
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-4/+4
* Additional RenderScript debug features.Colin Riley2015-06-011-15/+773
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-2/+2
* Additions to RenderScriptRuntime in prep for detection of RenderScript module...Colin Riley2015-04-141-8/+85
* fixing msvc build (format string z is not supported)Colin Riley2015-04-121-2/+2
* Fix printf format specifier to silence warning.Chaoren Lin2015-04-091-2/+2
* Initial language runtime support for RenderScript. Colin Riley2015-04-091-0/+356
OpenPOWER on IntegriCloud