Implement the TargetMachine::getJITStubForFunction method for X86, finegrainify
[oota-llvm.git] / lib / ExecutionEngine / JIT / JIT.cpp
2003-12-08 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Brian GaekeRemove #include of PassManager.h which was marked FIXME...
2003-11-07 Misha BrukmanRemove the *BIG UGLY HACK* from the JIT: PreSelection...
2003-10-29 Brian GaekeIn VM::create(), comment out almost the whole function...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-16 Misha BrukmanJIT.cpp:
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-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-21 Chris LattnerMinor cleanups: wrap at 80 lines. Convert file comment...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-07-23 Chris LattnerFix space
2003-07-02 Misha Brukman* If compiling on X86 or Sparc, automagically enable...
2003-06-17 Chris LattnerApparently "sparc" is a macro on sparcs. Ugh. :)
2003-06-17 Chris LattnerUse more structured command line option processing
2003-06-17 Chris Lattner#ifdef out code that only applies when the HOSTARCH...
2003-06-06 Misha Brukman::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK...
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-12 Chris LattnerMake sure that globals are emitted AFTER the passmanage...
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler