summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann2019-10-101-6/+6
* [LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford2019-07-121-1/+2
* [CplusPlus] ISVTableName is unused. NFCI.Davide Italiano2019-07-051-2/+0
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-081-0/+10
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-7/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-071-3/+3
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Add a debuginfo version check for RenderScript modulesLuke Drummond2017-01-041-0/+7
* [Renderscript] Add commands for scriptgroup interaction.Aidan Dodds2016-11-031-0/+84
* Add the ability to set breakpoints on named RenderScript reductionsLuke Drummond2016-10-051-0/+60
* [RenderScript] reflow/reword some comments and normalize namesLuke Drummond2016-10-051-14/+13
* cleanup RSCoordinate handling and factor out coordinate parserLuke Drummond2016-10-051-5/+16
* [RenderScript] Support tracking and dumping reduction kernelsLuke Drummond2016-09-161-2/+55
* *** 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
OpenPOWER on IntegriCloud