aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/UserInput.cpp
AgeCommit message (Expand)Author
2003-09-05Remove support for interactive (step finish next) instructions.Brian Gaeke
2003-09-04Interpreter cleanups:Brian Gaeke
2003-05-14Add support for atexit function, remove support for __main functionChris Lattner
2003-05-08A large number of simple changes:Chris 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-09-03 - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner
2002-05-07Updates to move some header files out of include/llvm/Transforms intoChris Lattner
2002-04-08Remove extranous #includeChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-03-11Do not link in runtime library anymore, assume that user manually links inChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-26Use pointertype where appropriateChris 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-30Don't fail to load runtime if running LLI from the current directoryChris 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 global variables. Struct and Pointer initializers are not implemen...Chris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-10-01Add support for new style castsChris 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