Added #include<unistd.h> to compile with solaris gcc3.2
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / ExternalFunctions.cpp
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