ExecutionEngine.cpp: Move execution engine creation stuff into a new
[oota-llvm.git] / lib / ExecutionEngine / ExecutionEngine.cpp
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-08-24 Chris LattnerConsult the target data, not the module, about how...
2003-08-24 Chris LattnerAdd preliminary support for "any" pointersize/endiannes...
2003-08-18 Chris Lattnerno really, implement it!
2003-08-18 Chris LattnerAdd support for casting any pointer to any integer...
2003-08-13 Brian GaekeIn ExecutionEngine::getPointerToGlobal(), throw away...
2003-08-05 Chris LattnerSpecify DEBUG_TYPE's for the JIT debug messages
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-07-18 Misha BrukmanCleaned up the code which chooses the appropriate value...
2003-07-15 Misha BrukmanClean up my last checkin: code is easier to read and...
2003-07-15 Misha BrukmanOn Sparc/Solaris, the special handle RTLD_SELF is used...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-05-14 Chris LattnerFix typeos
2003-05-14 Chris LattnerAdd support for more constant expressions
2003-05-13 Chris LattnerClean up cast
2003-05-08 Chris LattnerAdd a pointersize/endianness safe load routine to match...
2003-05-07 Chris LattnerFix bug: Jello/2003-05-07-ArgumentTest.llx
2003-04-23 Chris LattnerFix bug where pointers were assumed to always be 64...
2003-04-23 Chris Lattner* Implement access to external variables in LLI
2003-04-21 Chris LattnerMake stderr, stdout, stdin work with LLI
2003-01-13 Chris LattnerAdd fixme
2002-12-28 Chris LattnerAdd diagnostic output
2002-12-24 Chris LattnerFixes to compile with GCC 3.2
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler