Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / ExternalFunctions.cpp
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