Pass around IntrinsicLowering instances as appropriate.
[oota-llvm.git] / lib / ExecutionEngine / JIT / JIT.h
2003-12-28 Chris LattnerPass around IntrinsicLowering instances as appropriate.
2003-12-26 Chris LattnerNo longer run atExit functions from run()
2003-12-20 Chris LattnerImplement PR135, lazy emission of global variables
2003-12-20 Chris LattnerCleanup the JIT as per PR176. This renames the VM...
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...
2003-12-12 Chris LattnerImplement the ExecutionEngine::getPointerToFunctionOrSt...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
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