summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* * Implement exit() builtin functionChris Lattner2001-10-271-2/+34
| | | | | | | * Implement linked in runtime library with puts(char*) in it * implement builtin putchar(int) function llvm-svn: 985
* Enhancements to pass argc & argv to main if requiredChris Lattner2001-10-181-2/+8
| | | | llvm-svn: 909
* Implement global variables. Struct and Pointer initializers are not ↵Chris Lattner2001-10-151-1/+29
| | | | | | implemented yet though llvm-svn: 818
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-2/+2
| | | | | | | | * ConstPoolPointerReference now represents a pointer to a GlobalValue * Methods name references are now explicit pointers to methods * Rename Value::GlobalVal to Value::GlobalVariableVal to avoid confusion llvm-svn: 703
* Use the correct style castsChris Lattner2001-09-101-2/+2
| | | | llvm-svn: 546
* Add support for external methodsChris Lattner2001-09-101-0/+107
llvm-svn: 529
OpenPOWER on IntegriCloud