aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter/Interpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-051-56/+33
* Remove support for interactive (step finish next) instructions.Brian Gaeke2003-09-051-0/+44
* Interpreter cleanups:Brian Gaeke2003-09-041-12/+6
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-031-4/+2
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-241-9/+26
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-211-1/+2
* Add support for atexit function, remove support for __main functionChris Lattner2003-05-141-4/+15
* Make sure that globals are emitted AFTER the passmanager is set up for the JIT,Chris Lattner2003-05-121-0/+1
* A large number of simple changes:Chris Lattner2003-05-081-2/+2
* Remove two fields from TargetData which are target specific.Chris Lattner2003-04-261-1/+0
* MAke sure that LLI properly configures align_of(double)Chris Lattner2003-04-251-0/+1
* Initial checkin of new LLI with JIT compilerChris Lattner2002-12-241-0/+56