summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-7/+7
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-3/+3
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-4/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-8/+3
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-3/+3
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-3/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-3/+3
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-9/+14
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-3/+6
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-2/+2
* [FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere2018-11-011-1/+1
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-1/+2
* Revert "Return a named error in the result object of an expression with no re...Krasimir Georgiev2018-10-181-1/+1
* Return a named error in the result object of an expression with no resultJim Ingham2018-10-161-1/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-9/+9
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-2/+2
* Typo fixes.Bruce Mitchener2018-05-291-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-104/+93
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Make breakpoint names real entities.Jim Ingham2017-09-141-10/+14
* Rename Error -> Status.Zachary Turner2017-05-121-36/+36
* Teach RenderScriptRuntime about changed context representation.David Gross2017-04-191-30/+39
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+1
* Delete some more dead includes.Zachary Turner2017-03-221-0/+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-031-1/+1
* Clean up debug loggingPavel Labath2017-02-131-3/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-3/+3
* Add a debuginfo version check for RenderScript modulesLuke Drummond2017-01-041-1/+46
* 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-031-4/+345
* Add the ability to set breakpoints on named RenderScript reductionsLuke Drummond2016-10-051-40/+344
* [RenderScript] reflow/reword some comments and normalize namesLuke Drummond2016-10-051-544/+488
* cleanup RSCoordinate handling and factor out coordinate parserLuke Drummond2016-10-051-123/+125
* 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-161-57/+209
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-3726/+3613
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-12/+15
* [RenderScript] Always create a new allocation ID in CaptureAllocationInit hookLuke Drummond2016-08-031-9/+33
* Add IR fixups for RenderScript ABI mismatch between ARMV7 frontend and x86 ba...Luke Drummond2016-07-281-1/+2
* Typo corrections identified by codespellEd Maste2016-07-191-5/+5
OpenPOWER on IntegriCloud