summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/Materializer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.Davide Italiano2019-08-121-2/+2
* [Symbol] GetTypeBitAlign() should return None in case of failure.Davide Italiano2019-08-121-8/+14
* [Materializer] Remove wrong SetSizeAndAlignmentFromType().Davide Italiano2019-08-081-14/+0
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-7/+5
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-41/+48
* [NFC] Remove instances of unused ClangASTContext headerAlex Langford2019-07-191-1/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-4/+6
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-291-1/+2
* Revert "Make Type::GetByteSize optional (NFC)"Adrian Prantl2019-01-281-2/+1
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-281-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-2/+2
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-4/+9
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl2018-04-301-1/+2
* Move the persistent variable counter into TargetAdrian Prantl2018-04-301-3/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-7/+6
* Rename Error -> Status.Zachary Turner2017-05-121-52/+52
* Fix DataExtractor failures.Zachary Turner2017-03-031-13/+0
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-34/+30
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-5/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1177/+1118
* Fixed a problem where we failed to get the size of an Objective-C type.Sean Callanan2016-08-181-1/+3
* Support floating point values in 128-bit SSE vector registersAdrian Prantl2016-03-081-2/+2
* Revert "Fix bug with register values byte order in expression evaluation."Todd Fiala2016-02-271-10/+3
* Register value is not necessarily scalar.Chaoren Lin2016-02-261-261/+262
* Fix bug with register values byte order in expression evaluation.Aidan Dodds2016-02-261-3/+9
* Fixed a bug where the size of a type was used instead of the size of a pointer.Sean Callanan2015-11-101-1/+1
* Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Ze...Jim Ingham2015-11-041-3/+18
* Fix Clang-tidy modernize-use-override warnings in some files in source; other...Eugene Zelenko2015-10-261-51/+72
* Add PersistentVariableDelegate to handle language-specific dematerialization.Sean Callanan2015-10-031-33/+42
* Made GetScratchTypeSystemForLanguage return an error if desired.Sean Callanan2015-10-021-2/+3
* Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan2015-10-011-7/+6
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-4/+19
* Removed a bunch of dependencies of Materializer on ClangUserExpression.Sean Callanan2015-09-291-24/+24
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-2/+2
* Removed a needless cast to ClangExpressionVariable.Sean Callanan2015-09-171-1/+1
* ExpressionVariable now uses llvm::cast() instead of As...() for RTTI.Sean Callanan2015-09-081-2/+2
* This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan2015-09-041-16/+15
* Jim told me about a cleaner way to include headers from plug-ins.Sean Callanan2015-09-031-1/+1
* In preparation for factoring persistent variables into a generic part and aSean Callanan2015-09-031-1/+1
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-2/+2
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-1/+1
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-1/+1
* Don't #include ClangPersistentVariables.h from Process.hZachary Turner2015-03-031-0/+1
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-281-2/+2
* Fix some typos:Sylvestre Ledru2014-08-111-1/+1
OpenPOWER on IntegriCloud