aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
AgeCommit message (Expand)AuthorFilesLines
2002-11-08Implement feofChris Lattner1-0/+10
2002-11-07Implement freopen for burgChris Lattner1-2/+11
2002-11-06Implement fprintfChris Lattner1-0/+16
2002-11-06Implement fputc and ungetc to allow burg to run in lliChris Lattner1-0/+19
2002-10-02* Implement the getc() functionChris Lattner1-11/+86
2002-09-13* Fix a bug that was causing lli to misrun:Chris Lattner1-1/+0
2002-08-02Fix problem where lli would not print out a 64 bit value when the client codeChris Lattner1-2/+10
2002-06-25MEGAPATCH checkin.Chris Lattner1-1/+2
2002-05-20Remove explicit support for tracing code. It should be linked into theChris Lattner1-43/+10
2002-05-19Added external functions for hashing pointers to sequence numbers.Vikram S. Adve1-0/+44
2002-04-17Fix a bug printing out %c formated characters.Chris Lattner1-1/+1
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner1-9/+11
2002-03-29s/Method/FunctionChris Lattner1-43/+43
2002-03-08Implement a bunch of new functions to support the SPECINT mcfChris Lattner1-0/+84
2002-02-18Implement exp functionChris Lattner1-0/+9
2002-01-23Implement the clock() functionChris Lattner1-0/+7
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner1-11/+14
2001-12-13Implement sprintfChris Lattner1-11/+25
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner1-2/+2
2001-11-26Remove invalid,unneccesary ## tokenChris Lattner1-1/+1
2001-11-26* Implement array indexing in lliChris Lattner1-0/+25
2001-11-13Implement some more rand functions for em3d benchmarkChris Lattner1-0/+19
2001-11-07* Switch to operation on pointers with PointerTy more consistentlyChris Lattner1-31/+36
2001-11-07Add %p format to printf, which MUST be used when printing pointer values.Chris Lattner1-0/+2
2001-11-06Implement log and drand48 for TSP bmChris Lattner1-0/+17
2001-11-06Implement sqrt, implement printf better, simpler.Chris Lattner1-16/+31
2001-11-03Be lenient on types so that programs that are not very typesafe will workChris Lattner1-14/+14
2001-10-30Implement a gross function name map that must be used when linking staticallyChris Lattner1-18/+42
2001-10-29* Fix pow wrapper to actually workChris Lattner1-1/+56
2001-10-28Fix some illegal uses of the ## operatorChris Lattner1-4/+3
2001-10-28Add methods print<TYPE> for String, Pointer, and each primitive type.Vikram S. Adve1-0/+31
2001-10-27* Make pointer values work better by treating them uniformly as 64 bit values.Chris Lattner1-0/+22
2001-10-27* Implement exit() builtin functionChris Lattner1-2/+34
2001-10-18Enhancements to pass argc & argv to main if requiredChris Lattner1-2/+8
2001-10-15Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner1-1/+29
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris Lattner1-2/+2
2001-09-10Use the correct style castsChris Lattner1-2/+2
2001-09-10Add support for external methodsChris Lattner1-0/+107