aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
AgeCommit message (Expand)Author
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