summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/Materializer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a flipped conditional when writing back theSean Callanan2014-04-241-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-18/+20
* Made the Materializer not write back variablesSean Callanan2014-03-251-5/+23
* Better error reporting when a variable can't beSean Callanan2014-02-281-3/+25
* Harden the Materializer logic against types thatSean Callanan2014-01-141-0/+6
* Fixed a bug where the expression parser doesn'tSean Callanan2014-01-071-1/+3
* Fixed printf warnings. The GetByteSize() results return uint64_t values, not ...Greg Clayton2013-11-131-1/+4
* Increase log detail for size mismatch in EntityVariable::MaterializeEd Maste2013-11-111-1/+1
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-14/+14
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-14/+14
* Simplified the code that materializes a variable,Sean Callanan2013-10-221-9/+3
* Fixed a bug in the Materializer where we sent theSean Callanan2013-10-091-1/+1
* Modified the expression parser to only try toSean Callanan2013-07-121-0/+13
* Huge change to clean up types.Greg Clayton2013-07-111-68/+116
* Fixed a problem with materialization andSean Callanan2013-06-201-1/+6
* Fix various build warnings.Matt Kopec2013-06-031-15/+15
* Fixed a bug where persistent variables did notSean Callanan2013-05-221-0/+4
* <rdar://problem/13893094>Greg Clayton2013-05-171-76/+42
* Performance optimizations to ClangUserExpression,Sean Callanan2013-04-271-2/+2
* Fixed the expression parser's handling of resultSean Callanan2013-04-201-15/+40
* Fixed two problems when reading constant/registerSean Callanan2013-04-191-1/+1
* This commit changes the way LLDB executes userSean Callanan2013-04-181-20/+252
* Flipped the big switch: LLDB now uses the new Sean Callanan2013-04-161-50/+122
* Added logging to each entity in the MaterializerSean Callanan2013-04-151-1/+211
* Added support for registers to the Materializer.Sean Callanan2013-04-151-0/+113
* Audited the existing Materializer code to ensureSean Callanan2013-04-151-4/+27
OpenPOWER on IntegriCloud