aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/LanguageRuntime/RenderScript
AgeCommit message (Expand)Author
2019-10-10[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann
2019-10-04[lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-08-20[lldb] D66174 `RegularExpression` cleanupJan Kratochvil
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-12[LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford
2019-07-05[CplusPlus] ISVTableName is unused. NFCI.Davide Italiano
2019-06-08[LanguageRuntime] Introduce LLVM-style castsAlex Langford
2019-05-15Replace assert with static_assert here applicable.Jonas Devlieghere
2019-05-03C.128 override, virtual keyword handlingRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-02-08[opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove GetPermissions() and Readable() from FileSpecJonas Devlieghere
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-10-18Revert "Return a named error in the result object of an expression with no re...Krasimir Georgiev
2018-10-16Return a named error in the result object of an expression with no resultJim Ingham
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-09-07NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath
2018-05-29Typo fixes.Bruce Mitchener
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2017-09-14Make breakpoint names real entities.Jim Ingham
2017-05-23Fix bad change in RenderScriptx86ABIFixups.cpp, forgot to change everything n...Stephane Sezer
2017-05-23hange RenderScriptx86ABIFixups.cpp to use llvm::AttributeList iteratorStephane Sezer
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-19Teach RenderScriptRuntime about changed context representation.David Gross
2017-04-10Update for alloca construction changesMatt Arsenault
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2017-03-21Remove stray paren that got in while attempting to fix the build for Attribut...Reid Kleckner
2017-03-21Update for LLVM API rename of AttributeSet -> AttributeListReid Kleckner
2017-03-16Update for LLVM API removal of Function::getArgumentList()Reid Kleckner
2017-03-06Remove FileSpec::ReadFileContents.Zachary Turner
2017-03-03Isolate Target-specific functionality of DataExtractor.Zachary Turner