summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow IRInterpreter to deal with non-power-of-2 sized types to support some b...Frederic Riss2018-08-281-11/+6
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* IRInterpreter: fix sign extension of small types (pr37840)Pavel Labath2018-06-201-7/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Do not use default arguments of DataLayout::getPointer*. NFCFangrui Song2017-12-061-5/+0
* Rename Error -> Status.Zachary Turner2017-05-121-19/+19
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-3/+3
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-19/+17
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1663/+1527
* [LLDB] Added support for PHI nodes to IR interpreterMarianne Mailhot-Sarrasin2016-05-121-1/+46
* XFail TestLambdas.py on Windows after fixing some of the problemsAdrian McCarthy2016-05-041-3/+11
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-151-15/+26
* Revert r266311 - Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-141-26/+15
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-141-15/+26
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-18/+12
* Fix bug with function resolution when using IR InterpreterTed Woodward2016-03-011-25/+39
* IRInterpreter now recognizes expressions with constants it doesn't handle.Sean Callanan2016-02-121-0/+50
* [opaque pointer types] [NFC] Fix fallout from DataLayout::getIndexedOffset ch...Eduard Burtescu2016-01-221-3/+5
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-1/+1
* lldb/ADT: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-071-6/+6
* Fix off-by-one size check.Chaoren Lin2015-09-161-1/+1
* Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford2015-07-141-25/+252
* remove trailing whitespace + remove some useless commentsSylvestre Ledru2014-07-061-231/+231
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* Added a missing "break" to avoid falling throughSean Callanan2014-03-251-0/+1
* Fixed the IRInterpreter to ignore call instructionsSean Callanan2014-03-251-0/+68
* Implemented TruncInst in the IRInterpreter.Sean Callanan2013-10-111-0/+37
* Use a StreamString to fix the endianness inSean Callanan2013-09-171-3/+10
* Fixed the IRInterpreter to reject any code thatSean Callanan2013-06-271-0/+14
* Hardened the IR interpreter to prevent it fromSean Callanan2013-06-061-1/+1
* Fixes for the IR interpreter:Sean Callanan2013-06-051-8/+40
* Fix various build warnings.Matt Kopec2013-06-031-8/+8
* Fixed value evaluation to handle null constants.Sean Callanan2013-05-311-1/+5
* Fixed signed operations in the IR interpreter.Sean Callanan2013-05-241-0/+12
* Since the IR interpreter does not (currently)Sean Callanan2013-05-021-0/+23
* Performance optimizations to ClangUserExpression,Sean Callanan2013-04-271-29/+11
* Purged unnecessary data structures from the IRSean Callanan2013-04-251-25/+6
* Don't crash if we try to interpret the IR (incorrectly in this case) and can'...Greg Clayton2013-04-251-3/+5
* Fixed an error message.Sean Callanan2013-04-201-1/+1
* Removed 2800+ lines of code that no longer do anythingSean Callanan2013-04-191-1247/+19
* This commit changes the way LLDB executes userSean Callanan2013-04-181-81/+196
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Added a new API to the IRInterpreter (the old APISean Callanan2013-04-171-0/+756
* Made the IRInterpreter's methods static, sinceSean Callanan2013-04-171-27/+22
* Made the IRInterpreter be able to operate withoutSean Callanan2013-04-171-49/+21
* Updated the IRInterpreter to work with anSean Callanan2013-04-171-583/+433
* Modified the IRInterpreter to take an IRMemoryMap.Sean Callanan2013-04-161-5/+10
OpenPOWER on IntegriCloud