summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use CallSites for call sites, instead of CallInsts. A revolutionary concept.Brian Gaeke2003-11-071-7/+7
* Refactor the return-from-function code into popStackAndReturnValueToCaller().Brian Gaeke2003-11-071-37/+41
* Be friendly to gcc 3.4... good compiler. Nice compiler.Chris Lattner2003-11-051-1/+0
* Use regular old malloc to emulate malloc/alloca instructions.Brian Gaeke2003-11-051-2/+1
* Remove a comment which no longer applies.Brian Gaeke2003-11-051-5/+0
* Reduce the number of #includes.Brian Gaeke2003-10-241-186/+22
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Interpret the new varargs intrinsics correctlyChris Lattner2003-10-181-16/+6
* Fix spelling.Misha Brukman2003-10-101-1/+1
* Never set any signal handlers.Brian Gaeke2003-10-101-37/+2
* Change FunctionInfo from being an annotation put on Functions to beChris Lattner2003-09-171-7/+6
* 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
OpenPOWER on IntegriCloud