summaryrefslogtreecommitdiff
path: root/source/Expression/Materializer.cpp
AgeCommit message (Expand)Author
2019-08-12[CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.Davide Italiano
2019-08-12[Symbol] GetTypeBitAlign() should return None in case of failure.Davide Italiano
2019-08-08[Materializer] Remove wrong SetSizeAndAlignmentFromType().Davide Italiano
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-19[NFC] Remove instances of unused ClangASTContext headerAlex Langford
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-29Make Type::GetByteSize optional (NFC)Adrian Prantl
2019-01-28Revert "Make Type::GetByteSize optional (NFC)"Adrian Prantl
2019-01-28Make Type::GetByteSize optional (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl
2018-04-30Move the persistent variable counter into TargetAdrian Prantl
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-03Fix DataExtractor failures.Zachary Turner
2017-03-03Isolate Target-specific functionality of DataExtractor.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-18Fixed a problem where we failed to get the size of an Objective-C type.Sean Callanan
2016-03-08Support floating point values in 128-bit SSE vector registersAdrian Prantl
2016-02-27Revert "Fix bug with register values byte order in expression evaluation."Todd Fiala
2016-02-26Register value is not necessarily scalar.Chaoren Lin
2016-02-26Fix bug with register values byte order in expression evaluation.Aidan Dodds
2015-11-10Fixed a bug where the size of a type was used instead of the size of a pointer.Sean Callanan
2015-11-04Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Ze...Jim Ingham
2015-10-26Fix Clang-tidy modernize-use-override warnings in some files in source; other...Eugene Zelenko
2015-10-03Add PersistentVariableDelegate to handle language-specific dematerialization.Sean Callanan
2015-10-02Made GetScratchTypeSystemForLanguage return an error if desired.Sean Callanan
2015-10-01Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan
2015-09-30Now persistent expression data no longer lives with the Target, but rather withSean Callanan
2015-09-29Removed a bunch of dependencies of Materializer on ClangUserExpression.Sean Callanan
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan
2015-09-17Removed a needless cast to ClangExpressionVariable.Sean Callanan
2015-09-08ExpressionVariable now uses llvm::cast() instead of As...() for RTTI.Sean Callanan
2015-09-04This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan
2015-09-03Jim told me about a cleaner way to include headers from plug-ins.Sean Callanan
2015-09-03In preparation for factoring persistent variables into a generic part and aSean Callanan
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton
2015-03-03Don't #include ClangPersistentVariables.h from Process.hZachary Turner
2015-01-28Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata
2014-08-11Fix some typos:Sylvestre Ledru