aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/Interpreter.cpp
AgeCommit message (Expand)Author
2003-05-14Add support for atexit function, remove support for __main functionChris Lattner
2003-05-12Make sure that globals are emitted AFTER the passmanager is set up for the JIT,Chris Lattner
2003-05-08A large number of simple changes:Chris Lattner
2003-04-26Remove two fields from TargetData which are target specific.Chris Lattner
2003-04-25MAke sure that LLI properly configures align_of(double)Chris Lattner
2002-12-24Initial checkin of new LLI with JIT compilerChris Lattner