summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* <rdar://problem/13521159>Greg Clayton2013-03-271-3/+3
* Fixed handling of function pointers in the IRSean Callanan2013-03-191-10/+12
* Fixes in the IRInterpreter:Sean Callanan2013-02-151-8/+7
* Address sanitizer found an issue which we filed a bug for: <rdar://problem/13...Greg Clayton2013-02-071-0/+3
* <rdar://problem/13069948>Greg Clayton2013-01-251-4/+4
* Added emulation of shifts to the IR interpreter.Sean Callanan2013-01-091-0/+31
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect theChandler Carruth2013-01-021-5/+5
* Added support for the modulus operator (%) toSean Callanan2012-12-211-0/+10
* Fixed the IRInterpreter's handling of "this" andSean Callanan2012-12-111-54/+106
* Fix a few more clang (3.2) warnings on Linux:Daniel Malea2012-12-071-2/+1
* Added support for PtrToInt to the IRSean Callanan2012-12-011-0/+38
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
OpenPOWER on IntegriCloud