summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-066-4411/+4249
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-12/+15
* [RenderScript] Always create a new allocation ID in CaptureAllocationInit hookLuke Drummond2016-08-032-12/+39
* Fix an unused variable warning in release builds.Luke Drummond2016-08-031-1/+1
* Add IR fixups for RenderScript ABI mismatch between ARMV7 frontend and x86 ba...Luke Drummond2016-07-287-3/+588
* Typo corrections identified by codespellEd Maste2016-07-191-5/+5
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-6/+6
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-1/+1
* Revert r268591Enrico Granata2016-05-052-13/+6
* Allow LanguageRuntimes to return an error if they fail in the course of dynam...Enrico Granata2016-05-052-6/+13
* Get rid of two global constructors by making things static variables in the o...Greg Clayton2016-03-242-9/+8
* [Renderscript] Add stack argument reading code for Mipsel 3Aidan Dodds2016-03-101-7/+7
* [Renderscript] Add stack argument reading code for Mipsel 2Aidan Dodds2016-03-101-2/+9
* [Renderscript] Add stack argument reading code for MipselAidan Dodds2016-03-101-6/+17
* [Renderscript] Explicitly set the language to evaluate allocationsAidan Dodds2016-03-101-1/+3
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-4/+4
* [Renderscript] Change expression strings to use portable format specifiers.Aidan Dodds2016-02-241-22/+26
* RenderScript: silence some -Wmissing-brace warningsSaleem Abdulrasool2016-02-231-2/+2
* [Renderscript] Refactor .rs.info parser.Aidan Dodds2016-02-181-52/+66
* Silence some clang warningsSaleem Abdulrasool2016-02-151-13/+13
* [Renderscript] Fix typo in mips64 argument reading code.Aidan Dodds2016-02-111-1/+1
* [Renderscript] Refactor target argument reading code.Aidan Dodds2016-02-112-340/+463
* [RenderScript] Refactor allocation expressions Ewan Crawford2016-02-101-77/+85
* Fix an issue where certain CommandObjects (or Options thereof) were being cre...Enrico Granata2016-02-061-6/+1
* [RenderScript] Add command for recalculating allocation detailsEwan Crawford2016-02-042-0/+61
* [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
OpenPOWER on IntegriCloud