aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
AgeCommit message (Expand)Author
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
2001-10-27* Implement exit() builtin functionChris Lattner
2001-10-18Enhancements to pass argc & argv to main if requiredChris Lattner
2001-10-15Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris Lattner
2001-09-10Use the correct style castsChris Lattner
2001-09-10Add support for external methodsChris Lattner