summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/RenderScript
Commit message (Expand)AuthorAgeFilesLines
...
* [RenderScript] Remove unused RS commandEwan Crawford2016-01-292-55/+2
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* [Renderscript] Clang-format the renderscript plugin.Aidan Dodds2016-01-282-754/+819
* [RenderScript] Provide option to specify a single allocation to printEwan Crawford2016-01-262-22/+23
* Fix clang warning in RenderScriptRuntimePavel Labath2016-01-201-1/+1
* [RenderScript] New command for viewing coordinate of current kernel invocationEwan Crawford2016-01-202-35/+138
* [RenderScript] Remove mips specific expressionsEwan Crawford2016-01-182-180/+90
* [RenderScript] Hook kernel invocation.Aidan Dodds2016-01-142-17/+115
* Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra2016-01-071-4/+0
* [RenderScript] Improve file format for saving RS allocationsEwan Crawford2016-01-072-29/+154
* [Renderscript] Fix stack argument inspection.Aidan Dodds2016-01-061-43/+42
* Revert r256769Ewan Crawford2016-01-051-1/+1
* Use correct format identifiers to print something meaningful.Davide Italiano2016-01-041-1/+1
* [RenderScript] Support all RS allocation types Ewan Crawford2015-12-171-18/+100
* [RenderScript] Support for amd64 RS hooksEwan Crawford2015-12-111-9/+54
* [RenderScript] Refactor condition deciding when to JIT RS runtimeEwan Crawford2015-12-101-9/+19
* [RenderScript] Add hook for destroyed allocationsEwan Crawford2015-12-092-1/+46
* [RenderScript] Mips64 allocations workaroundEwan Crawford2015-12-072-90/+180
* Fix hang in global static initializationAdrian McCarthy2015-11-301-4/+10
* [RS] Support RenderScript struct allocationsEwan Crawford2015-11-302-116/+409
* Allow renderscript runtime to read MIPS target arguments.Aidan Dodds2015-11-121-1/+41
* Explicitly cast size_t var to (uint64_t) when printf format is PRIx64.Jason Molenda2015-10-291-2/+2
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-272-161/+123
* [RenderScript] Add option to break on a specific kernel invocationEwan Crawford2015-10-262-21/+262
* 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-212-40/+410
* Resubmit: RenderScript command for printing allocation contents Ewan Crawford2015-10-162-0/+463
* Revert "RenderScript command for printing allocation contents"Pavel Labath2015-10-142-463/+0
* RenderScript command for printing allocation contentsEwan Crawford2015-10-142-0/+463
* RenderScript command for printing allocation information Ewan Crawford2015-10-062-19/+637
* On second thought, amend the previous patch to pass itself the ValueObject& f...Enrico Granata2015-09-222-4/+4
* Move the logic to post-process dynamic types for ValueObject purposes from th...Enrico Granata2015-09-222-0/+11
* RenderScript lookup bug fixEwan Crawford2015-09-221-3/+2
* Groundwork for better tracking of renderscript allocations and scriptsEwan Crawford2015-09-212-46/+237
* Differential Revision: http://reviews.llvm.org/D12966Aidan Dodds2015-09-182-89/+234
* Make LanguageRuntime::GetDynamicTypeAndAddress return a ValueTypeEnrico Granata2015-09-172-2/+4
* Add names to RenderScript kernel breakpoints.Ewan Crawford2015-09-161-2/+7
* New RenderScript command to break on all kernelsEwan Crawford2015-09-102-10/+169
* RenderScript pending kernel breakpoints.Ewan Crawford2015-09-042-59/+109
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* 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
* [Makefiles] Align library names with CMake buildKeno Fischer2015-07-141-3/+3
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-4/+4
* Additional RenderScript debug features.Colin Riley2015-06-012-22/+859
* 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-142-9/+108
* fixing msvc build (format string z is not supported)Colin Riley2015-04-121-2/+2
OpenPOWER on IntegriCloud