aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter/Execution.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make getOperandValue and executeCastOperation methods of Interpreter.Brian Gaeke2003-09-051-3/+3
* Remove printOperandInfo(), and simplify run().Brian Gaeke2003-09-051-30/+0
* Remove support for printing values from a module by name, only usedBrian Gaeke2003-09-051-17/+0
* Remove support for interactive (step finish next) instructions.Brian Gaeke2003-09-051-115/+0
* Remove support for breakpoints (not used).Brian Gaeke2003-09-041-31/+7
* Interpreter cleanups:Brian Gaeke2003-09-041-79/+2
* Remove redundant const qualifierChris Lattner2003-07-231-3/+3
* Add support for atexit function, remove support for __main functionChris Lattner2003-05-141-4/+3
* switch main LLI core execution to use an InstVisitor instead of a switch stat...Chris Lattner2003-05-101-50/+36
* Fix testcase: SingleSource/UnitTests/2003-05-02-DependantPHI.cChris Lattner2003-05-101-33/+47
* Implement varargs support for LLI!Chris Lattner2003-05-081-73/+23
* A large number of simple changes:Chris Lattner2003-05-081-18/+19
* Add support for recording arguments passed through the ... of a varargs functionChris Lattner2003-05-081-10/+16
* Fix problem where we would read 64 bits worth of pointer information, even on...Chris Lattner2003-04-251-10/+10
* Fix a problem with setcc instructions and pointersChris Lattner2003-04-231-6/+15
* Implement &|^ on bool valuesChris Lattner2003-04-231-0/+3
* Kill using declarationsChris Lattner2003-04-221-96/+101
* Implement cast to boolChris Lattner2003-04-221-0/+2
* Get rid of extraneous arguments to implementation functionsChris Lattner2003-04-221-31/+31
* Add support to LLI for switch instructionChris Lattner2003-04-221-0/+22
* Fix wierd idiomChris Lattner2003-04-211-1/+1
* Fix typeoChris Lattner2003-02-251-1/+1
* Handle value promotion properly to work with tracing betterChris Lattner2003-01-131-1/+21
* Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner2002-12-231-223/+23
* Namespacify moreChris Lattner2002-12-081-10/+10
* Add support to count the number of dynamic instructions executed by LLIChris Lattner2002-12-081-0/+8
* Make command line arguments setup be endian correct!!Chris Lattner2002-11-071-0/+22
* Fix two problems:Chris Lattner2002-10-301-31/+31
* Fix a major bug in lliChris Lattner2002-10-261-3/+4
* - Fix LLI so that it simulates the endianness of the target machineChris Lattner2002-10-151-92/+173
* Expose TD to ExternalFunctions.cppChris Lattner2002-10-021-1/+1
* * Fix a bug that was causing lli to misrun:Chris Lattner2002-09-131-1/+1
* Another portability patch graciously provided by Casey CarterChris Lattner2002-09-131-1/+1
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-111-1/+1
* - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner2002-09-031-1/+1
* Implement ConstantPointerRef support, & ConstantExpr support for Cast, GEP & ...Chris Lattner2002-08-271-31/+54
* Eliminated the MemAccessInst class, folding contents into GEP class.Chris Lattner2002-08-221-4/+3
* Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner2002-08-221-12/+5
* Remove support for NOT instructionChris Lattner2002-08-141-29/+0
* Minor change to make lli print out characters numerically as well as symbolic...Chris Lattner2002-08-131-2/+4
* Fix one real nasty bugChris Lattner2002-08-021-1/+1
* Fix gcc 3.1 complaintChris Lattner2002-07-251-1/+1
* *** empty log message ***Chris Lattner2002-07-221-6/+15
* Implementing shift left & shift right on pointersChris Lattner2002-07-091-0/+2
* MEGAPATCH checkin.Chris Lattner2002-06-251-114/+113
* Change usage of isPointerType to use isaChris Lattner2002-05-061-1/+1
* Implement the NOT operator.Chris Lattner2002-05-031-0/+28
* Implement cast operations on booleans to allow casting bools to ints, f.e.Chris Lattner2002-05-021-1/+2
* Fix #include broken by iMemory.h not including DerivedTypes.hChris Lattner2002-04-291-1/+1
* FIXME removed: malloc/alloca ALWAYS have a size argumentChris Lattner2002-04-281-7/+2