Targets now configure themselves based on the source module, not on the
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Interpreter.cpp
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-05-14 Chris LattnerAdd support for atexit function, remove support for...
2003-05-12 Chris LattnerMake sure that globals are emitted AFTER the passmanage...
2003-05-08 Chris LattnerA large number of simple changes:
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-25 Chris LattnerMAke sure that LLI properly configures align_of(double)
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler