Use std::isnan instead of isnan. Brought back to you from the
[oota-llvm.git] / lib / ExecutionEngine / ExecutionEngine.cpp
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