summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Path from Ashok Thirumurthi:Greg Clayton2012-10-301-1/+5
* Fixed the IR interaction layer to deal with aSean Callanan2012-10-111-2/+2
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+1
* Move TargetData to DataLayout.Micah Villmow2012-10-081-6/+6
* Add explicit casts to bool in "shared pointer is valid" constructs that retur...Jim Ingham2012-08-111-1/+1
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-2/+2
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-1/+1
* Implemented zext as a no-op cast in the IRSean Callanan2012-04-231-4/+6
* <rdar://problem/10434005>Greg Clayton2012-03-141-3/+3
* Made the IR interpreter handle GetElementPtr instructionsSean Callanan2012-02-291-1/+34
* Previoously the expression parser had to rely on theSean Callanan2012-02-151-1/+8
* The IRInterpreter's constant evaluator wasn'tSean Callanan2012-02-081-12/+50
* I have brought LLDB up-to-date with top of treeSean Callanan2012-02-041-1/+12
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-3/+3
* Added a mechanism for the IR interpreter to returnSean Callanan2012-01-241-37/+122
* After thinking about it, it doesn't seem rightSean Callanan2012-01-111-3/+3
* If the size of a type can't be determined, defaultSean Callanan2012-01-111-1/+1
* Added logging to track when the IR interpreterSean Callanan2012-01-041-0/+10
* Pulled in a new revision of LLVM/Clang and addedSean Callanan2011-11-191-1/+1
* warnings: Fix a bunch of -Wreorder problems.Daniel Dunbar2011-10-311-1/+1
* Extended the IR interpreter to handle the variablesSean Callanan2011-10-261-35/+78
* Made the IR interpreter more robust in the presenceSean Callanan2011-10-211-19/+120
* Fix preprocessor warnings for no newline at the end of the source files.Greg Clayton2011-10-121-1/+1
* Fixed a problem with the IR interpreter that causedSean Callanan2011-09-221-1/+6
* This patch modifies the expression parser to allow itSean Callanan2011-09-151-0/+1391
OpenPOWER on IntegriCloud