summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-292/+237
* [RenderScript] Always create a new allocation ID in CaptureAllocationInit hookLuke Drummond2016-08-031-3/+6
* Add IR fixups for RenderScript ABI mismatch between ARMV7 frontend and x86 ba...Luke Drummond2016-07-281-2/+10
* Revert r268591Enrico Granata2016-05-051-6/+3
* Allow LanguageRuntimes to return an error if they fail in the course of dynam...Enrico Granata2016-05-051-3/+6
* Get rid of two global constructors by making things static variables in the o...Greg Clayton2016-03-241-2/+0
* [Renderscript] Refactor target argument reading code.Aidan Dodds2016-02-111-3/+0
* [RenderScript] Add command for recalculating allocation detailsEwan Crawford2016-02-041-0/+3
* [RenderScript] Remove unused RS commandEwan Crawford2016-01-291-3/+0
* [Renderscript] Clang-format the renderscript plugin.Aidan Dodds2016-01-281-103/+165
* [RenderScript] Provide option to specify a single allocation to printEwan Crawford2016-01-261-1/+2
* [RenderScript] New command for viewing coordinate of current kernel invocationEwan Crawford2016-01-201-1/+7
* [RenderScript] Remove mips specific expressionsEwan Crawford2016-01-181-20/+0
* [RenderScript] Hook kernel invocation.Aidan Dodds2016-01-141-0/+1
* 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-071-0/+3
* [RenderScript] Add hook for destroyed allocationsEwan Crawford2015-12-091-0/+1
* [RenderScript] Mips64 allocations workaroundEwan Crawford2015-12-071-0/+20
* [RS] Support RenderScript struct allocationsEwan Crawford2015-11-301-3/+7
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-271-37/+36
* [RenderScript] Add option to break on a specific kernel invocationEwan Crawford2015-10-261-2/+9
* [RenderScript] New commands to save/load RS allocations to file.Ewan Crawford2015-10-211-1/+7
* Resubmit: RenderScript command for printing allocation contents Ewan Crawford2015-10-161-0/+8
* Revert "RenderScript command for printing allocation contents"Pavel Labath2015-10-141-8/+0
* RenderScript command for printing allocation contentsEwan Crawford2015-10-141-0/+8
* RenderScript command for printing allocation information Ewan Crawford2015-10-061-3/+21
* 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/+4
* Groundwork for better tracking of renderscript allocations and scriptsEwan Crawford2015-09-211-11/+17
* Differential Revision: http://reviews.llvm.org/D12966Aidan Dodds2015-09-181-2/+3
* Make LanguageRuntime::GetDynamicTypeAndAddress return a ValueTypeEnrico Granata2015-09-171-1/+2
* New RenderScript command to break on all kernelsEwan Crawford2015-09-101-0/+15
* RenderScript pending kernel breakpoints.Ewan Crawford2015-09-041-4/+55
* Additional RenderScript debug features.Colin Riley2015-06-011-7/+86
* Additions to RenderScriptRuntime in prep for detection of RenderScript module...Colin Riley2015-04-141-1/+23
* [RenderScriptRuntime] Fix build after r234522.Siva Chandra2015-04-091-0/+4
* Initial language runtime support for RenderScript. Colin Riley2015-04-091-0/+127
OpenPOWER on IntegriCloud