summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime
Commit message (Expand)AuthorAgeFilesLines
...
* Update for LLVM API removal of Function::getArgumentList()Reid Kleckner2017-03-161-2/+1
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-2/+3
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-2/+4
* Move Log from Core -> Utility.Zachary Turner2017-03-034-4/+4
* Clean up debug loggingPavel Labath2017-02-131-3/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-022-5/+5
* [CMake] [2/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+17
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-2/+2
* Add a debuginfo version check for RenderScript modulesLuke Drummond2017-01-042-1/+53
* Fix an unannotated fallthrough that was causing a warning.Greg Clayton2016-12-071-1/+2
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-264-4/+4
* [CMake] NFC. Updating CMake dependency specificationsChris Bieneman2016-11-181-4/+8
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-16/+16
* [RenderScript] Fix reduction argument printingLuke Drummond2016-11-091-0/+4
* [Renderscript] Add commands for scriptgroup interaction.Aidan Dodds2016-11-035-4/+610
* Add the ability to set breakpoints on named RenderScript reductionsLuke Drummond2016-10-052-40/+404
* [RenderScript] reflow/reword some comments and normalize namesLuke Drummond2016-10-054-567/+508
* cleanup RSCoordinate handling and factor out coordinate parserLuke Drummond2016-10-052-128/+141
* [CMake] Fixing a few missing dependencies on intrinsics_genChris Bieneman2016-10-031-0/+4
* Try to fix build errors on Android.Zachary Turner2016-09-221-3/+3
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-30/+27
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-8/+10
* [RenderScript] Support tracking and dumping reduction kernelsLuke Drummond2016-09-162-59/+264
* Fixing a build breakage caused from a change in LLVM rL281019Dimitar Vlahovski2016-09-091-3/+1
* *** 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
OpenPOWER on IntegriCloud