Change to use GetAddressOfSymbol instead of dlsym.
[oota-llvm.git] / lib / ExecutionEngine / JIT / JIT.cpp
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