Use std::isnan instead of isnan. Brought back to you from the
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / ExternalFunctions.cpp
2003-06-17 Brian GaekeUse std::isnan instead of isnan. Brought back to you...
2003-05-14 Chris LattnerAdd support for atexit function, remove support for...
2003-05-08 Chris LattnerImplement varargs support for LLI!
2003-05-08 Chris LattnerA large number of simple changes:
2003-04-25 Chris LattnerOnly do the %ld -> %lld promotion when running a 64...
2003-04-25 Chris LattnerAdd __strdup
2003-04-23 Chris LattnerAdd memcpy
2003-04-23 Chris LattnerImplement a bunch of new external functions
2003-04-23 Chris LattnerAdd support for _IO_getc function used on linux
2003-04-21 Chris Lattnerfprintf CAN take exactly 2 args
2003-03-31 Chris LattnerImplement scanf and fix sscanf to actually endian swap...
2003-01-13 Chris Lattner* Wrap at 80 columns
2002-12-23 Chris LattnerSubstantial changes to refactor LLI to incorporate...
2002-12-20 Chris LattnerAdd support for isnan
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-11-08 Chris LattnerImplement feof
2002-11-07 Chris LattnerImplement freopen for burg
2002-11-06 Chris LattnerImplement fprintf
2002-11-06 Chris LattnerImplement fputc and ungetc to allow burg to run in lli
2002-10-02 Chris Lattner* Implement the getc() function
2002-09-13 Chris Lattner* Fix a bug that was causing lli to misrun:
2002-08-02 Chris LattnerFix problem where lli would not print out a 64 bit...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-20 Chris LattnerRemove explicit support for tracing code. It should...
2002-05-19 Vikram S. AdveAdded external functions for hashing pointers to sequen...
2002-04-17 Chris LattnerFix a bug printing out %c formated characters.
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-29 Chris Lattners/Method/Function
2002-03-08 Chris LattnerImplement a bunch of new functions to support the SPECI...
2002-02-18 Chris LattnerImplement exp function
2002-01-23 Chris LattnerImplement the clock() function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-13 Chris LattnerImplement sprintf
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-11-26 Chris LattnerRemove invalid,unneccesary ## token
2001-11-26 Chris Lattner* Implement array indexing in lli
2001-11-13 Chris LattnerImplement some more rand functions for em3d benchmark
2001-11-07 Chris Lattner* Switch to operation on pointers with PointerTy more...
2001-11-07 Chris LattnerAdd %p format to printf, which MUST be used when printi...
2001-11-06 Chris LattnerImplement log and drand48 for TSP bm
2001-11-06 Chris LattnerImplement sqrt, implement printf better, simpler.
2001-11-03 Chris LattnerBe lenient on types so that programs that are not very...
2001-10-30 Chris LattnerImplement a gross function name map that must be used...
2001-10-29 Chris Lattner* Fix pow wrapper to actually work
2001-10-28 Chris LattnerFix some illegal uses of the ## operator
2001-10-28 Vikram S. AdveAdd methods print<TYPE> for String, Pointer, and each...
2001-10-27 Chris Lattner* Make pointer values work better by treating them...
2001-10-27 Chris Lattner* Implement exit() builtin function
2001-10-18 Chris LattnerEnhancements to pass argc & argv to main if required
2001-10-15 Chris LattnerImplement global variables. Struct and Pointer initial...
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-09-10 Chris LattnerUse the correct style casts
2001-09-10 Chris LattnerAdd support for external methods