aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter/Execution.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner2003-12-281-1/+0
* Pass around IntrinsicLowering instances as appropriate.Chris Lattner2003-12-281-5/+36
* Since we are using a gep_type_iterator, we apparently must get the typeBrian Gaeke2003-12-121-2/+1
* Add support for --debug-only=interpreter, to print out instrs beforeBrian Gaeke2003-12-111-40/+144
* Do not depend on structure elements being of type UByteTyChris Lattner2003-11-251-20/+28
* Change LLI's internal representation of va_list to a pointer to the nextBrian Gaeke2003-11-131-10/+10
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+5
* Implement vaarg instruction. This is not quite perfect: 2003-08-11-VaListArgBrian Gaeke2003-11-071-0/+35
* popStackAndReturnValueToCaller() must advance instruction pointer to normalBrian Gaeke2003-11-071-5/+24
* Add stub version of unwind supportBrian Gaeke2003-11-071-0/+4
* visitCallInst --> visitCallSite.Brian Gaeke2003-11-071-2/+2
* Make the operation of visitCallInst() only depend on the CallSite.Brian Gaeke2003-11-071-7/+9
* 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