summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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