llvm-6502/lib/ExecutionEngine/Interpreter
Chris Lattner c259316730 * Make pointer values work better by treating them uniformly as 64 bit values.
This causes code that is generated by gcc to work better.
* Implement mul & div
* Export malloc, free, and pow
* add strtol, atoi, and atol to the runtime library


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@988 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-27 08:28:11 +00:00
..
Execution.cpp * Make pointer values work better by treating them uniformly as 64 bit values. 2001-10-27 08:28:11 +00:00
ExecutionAnnotations.h Implement global variables. Struct and Pointer initializers are not implemented yet though 2001-10-15 05:51:48 +00:00
ExternalFunctions.cpp * Make pointer values work better by treating them uniformly as 64 bit values. 2001-10-27 08:28:11 +00:00
Interpreter.h * Make pointer values work better by treating them uniformly as 64 bit values. 2001-10-27 08:28:11 +00:00
Support.cpp Initial checkin of interpreter 2001-08-23 17:05:04 +00:00
UserInput.cpp * Make pointer values work better by treating them uniformly as 64 bit values. 2001-10-27 08:28:11 +00:00