summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/RenderScript
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* [lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann2019-12-061-1/+1
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-251-2/+1
* [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann2019-10-102-10/+9
* [lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny2019-10-041-1/+2
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-20/+24
* [lldb] D66174 `RegularExpression` cleanupJan Kratochvil2019-08-201-13/+4
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-9/+9
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-243-390/+280
* [LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford2019-07-121-1/+2
* [CplusPlus] ISVTableName is unused. NFCI.Davide Italiano2019-07-052-4/+0
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-082-18/+30
* Replace assert with static_assert here applicable.Jonas Devlieghere2019-05-151-6/+6
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-8/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-062-14/+14
* 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
* [opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight2019-02-081-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-198-32/+24
* 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-115-20/+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
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-071-3/+3
* 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-292-3/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-303-163/+136
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-172-2/+2
* Make breakpoint names real entities.Jim Ingham2017-09-141-10/+14
* Fix bad change in RenderScriptx86ABIFixups.cpp, forgot to change everything n...Stephane Sezer2017-05-231-2/+2
* hange RenderScriptx86ABIFixups.cpp to use llvm::AttributeList iteratorStephane Sezer2017-05-231-1/+2
* Rename Error -> Status.Zachary Turner2017-05-123-38/+38
* Teach RenderScriptRuntime about changed context representation.David Gross2017-04-191-30/+39
* Update for alloca construction changesMatt Arsenault2017-04-101-2/+5
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+1
* Delete some more dead includes.Zachary Turner2017-03-222-1/+1
* Remove stray paren that got in while attempting to fix the build for Attribut...Reid Kleckner2017-03-211-1/+1
* Update for LLVM API rename of AttributeSet -> AttributeListReid Kleckner2017-03-211-5/+2
OpenPOWER on IntegriCloud