#
15157b88 |
| 27-Oct-2001 |
Chris Lattner <sabre@nondot.org> |
* Implement exit() builtin function * Implement linked in runtime library with puts(char*) in it * implement builtin putchar(int) function
llvm-svn: 985
|
#
d299dbac |
| 18-Oct-2001 |
Chris Lattner <sabre@nondot.org> |
Enhancements to pass argc & argv to main if required
llvm-svn: 909
|
#
c62e2e5b |
| 15-Oct-2001 |
Chris Lattner <sabre@nondot.org> |
Implement global variables. Struct and Pointer initializers are not implemented yet though
llvm-svn: 818
|
#
7fac0702 |
| 03-Oct-2001 |
Chris Lattner <sabre@nondot.org> |
* Both Method & GlobalVariable now subclass GlobalValue * ConstPoolPointerReference now represents a pointer to a GlobalValue * Methods name references are now explicit pointers to methods * Rename V
* Both Method & GlobalVariable now subclass GlobalValue * 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
show more ...
|
#
f4a0d707 |
| 10-Sep-2001 |
Chris Lattner <sabre@nondot.org> |
Use the correct style casts
llvm-svn: 546
|
#
baf08eb2 |
| 10-Sep-2001 |
Chris Lattner <sabre@nondot.org> |
Add support for external methods
llvm-svn: 529
|