aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/Interpreter.h
AgeCommit message (Expand)Author
2003-10-21Added LLVM copyright header.John Criswell
2003-10-18Interpret the new varargs intrinsics correctlyChris Lattner
2003-09-17Change FunctionInfo from being an annotation put on Functions to beChris Lattner
2003-09-05Reorder #includes to follow LLVM conventionsChris Lattner
2003-09-05ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/Brian Gaeke
2003-09-05Make getOperandValue and executeCastOperation methods of Interpreter.Brian Gaeke
2003-09-05Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke
2003-09-05Remove support for printing values from a module by name, only usedBrian Gaeke
2003-09-05Remove support for interactive (step finish next) instructions.Brian Gaeke
2003-09-04Remove support for breakpoints (not used).Brian Gaeke
2003-09-04Interpreter cleanups:Brian Gaeke
2003-09-03ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke
2003-08-24Targets now configure themselves based on the source module, not on theChris Lattner
2003-08-21The JIT now passes the environment pointer to the main() function when itJohn Criswell
2003-08-13Deconstify parameter to getPointerToFunction().Brian Gaeke
2003-05-14Add support for atexit function, remove support for __main functionChris Lattner
2003-05-10switch main LLI core execution to use an InstVisitor instead of a switch stat...Chris Lattner
2003-05-10Fix testcase: SingleSource/UnitTests/2003-05-02-DependantPHI.cChris Lattner
2003-05-08A large number of simple changes:Chris Lattner
2003-05-08Add support for recording arguments passed through the ... of a varargs functionChris Lattner
2002-12-23Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner
2002-11-07Make command line arguments setup be endian correct!!Chris Lattner
2002-10-15 - Fix LLI so that it simulates the endianness of the target machineChris Lattner
2002-10-02Cleanup #includes, expose moduleChris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-02-19Keep track of memory allocated by alloca so that it is freed appropriatelyChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-26Move DataTypes.h from llvm/Support to just SupportChris Lattner
2001-11-12Hack a structure profiling option togetherChris Lattner
2001-11-07* Switch to operation on pointers with PointerTy more consistentlyChris Lattner
2001-11-07*Print Stack traces better.Chris Lattner
2001-11-07* Use cached writer to speed up printing and get symbolic types more consiste...Chris Lattner
2001-10-30callExternalMethod now returns the return value of the functionChris Lattner
2001-10-27Implement a -trace command line option and a trace option in the interpreter.Chris Lattner
2001-10-27* Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner
2001-10-27Provide argv for commandsChris Lattner
2001-10-27* Implement exit() builtin functionChris Lattner
2001-10-18Enhancements to pass argc & argv to main if requiredChris Lattner
2001-10-15Implement ulong & long supportChris Lattner
2001-10-15Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner
2001-09-10Genericize support for calling functions a bitChris Lattner
2001-08-27Lots of new functionalityChris Lattner
2001-08-23Initial checkin of interpreterChris Lattner