Added LLVM copyright header.
[oota-llvm.git] / lib / ExecutionEngine / JIT / JIT.h
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-17 Brian GaekeTidy up doxygen comment for getPointerToFunction().
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-09-05 Brian GaekeExecutionEngine.h, GenericValue.h --> include/llvm...
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
2003-06-02 Misha Brukman* Removed SparcEmitter.cpp; rolled into lib/Target...
2003-06-01 Chris LattnerMove target specific code to target files. The new...
2003-05-27 Misha BrukmanAllow for specification of which JIT to run on the...
2003-05-14 Chris LattnerAdd support for atexit handlers to the JIT, fixing...
2003-05-09 Chris LattnerAdd support for function stubs, which allow calling...
2003-05-08 Chris LattnerImprove efficiency of JIT by having it use direct funct...
2003-01-13 Chris LattnerAdd support for named functions
2002-12-24 Chris LattnerInitial checkin