aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
AgeCommit message (Expand)Author
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-23Include <cmath> instead of <math.h>Brian Gaeke
2003-06-17Use std::isnan instead of isnan. Brought back to you from theBrian Gaeke
2003-05-14Add support for atexit function, remove support for __main functionChris Lattner
2003-05-08Implement varargs support for LLI!Chris Lattner
2003-05-08A large number of simple changes:Chris Lattner
2003-04-25Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit ...Chris Lattner
2003-04-25Add __strdupChris Lattner
2003-04-23Add memcpyChris Lattner
2003-04-23Implement a bunch of new external functionsChris Lattner
2003-04-23Add support for _IO_getc function used on linuxChris Lattner
2003-04-21fprintf CAN take exactly 2 argsChris Lattner
2003-03-31Implement scanf and fix sscanf to actually endian swap the results correctlyChris Lattner
2003-01-13* Wrap at 80 columnsChris Lattner
2002-12-23Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner
2002-12-20Add support for isnanChris Lattner
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-11-08Implement feofChris Lattner
2002-11-07Implement freopen for burgChris Lattner
2002-11-06Implement fprintfChris Lattner
2002-11-06Implement fputc and ungetc to allow burg to run in lliChris Lattner
2002-10-02* Implement the getc() functionChris Lattner
2002-09-13* Fix a bug that was causing lli to misrun:Chris Lattner
2002-08-02Fix problem where lli would not print out a 64 bit value when the client codeChris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-20Remove explicit support for tracing code. It should be linked into theChris Lattner
2002-05-19Added external functions for hashing pointers to sequence numbers.Vikram S. Adve
2002-04-17Fix a bug printing out %c formated characters.Chris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-03-08Implement a bunch of new functions to support the SPECINT mcfChris Lattner
2002-02-18Implement exp functionChris Lattner
2002-01-23Implement the clock() functionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-13Implement sprintfChris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-11-26Remove invalid,unneccesary ## tokenChris Lattner
2001-11-26* Implement array indexing in lliChris Lattner
2001-11-13Implement some more rand functions for em3d benchmarkChris Lattner
2001-11-07* Switch to operation on pointers with PointerTy more consistentlyChris Lattner
2001-11-07Add %p format to printf, which MUST be used when printing pointer values.Chris Lattner
2001-11-06Implement log and drand48 for TSP bmChris Lattner
2001-11-06Implement sqrt, implement printf better, simpler.Chris Lattner
2001-11-03Be lenient on types so that programs that are not very typesafe will workChris Lattner
2001-10-30Implement a gross function name map that must be used when linking staticallyChris Lattner
2001-10-29* Fix pow wrapper to actually workChris Lattner
2001-10-28Fix some illegal uses of the ## operatorChris Lattner
2001-10-28Add methods print<TYPE> for String, Pointer, and each primitive type.Vikram S. Adve
2001-10-27* Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner