* Make pointer values work better by treating them uniformly as 64 bit values.
authorChris Lattner <sabre@nondot.org>
Sat, 27 Oct 2001 08:28:11 +0000 (08:28 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Oct 2001 08:28:11 +0000 (08:28 +0000)
commitc25931673092b1dae646aeeac1d18f75d9640ec7
tree1ceb094a137e6c7f064f3d46c5a208f828ecd712
parent204eec3f57aedd703fb73db78ac2b4087caf9f07
* 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
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/Interpreter/UserInput.cpp
lib/ExecutionEngine/Makefile
tools/lli/Makefile
tools/lli/RuntimeLib.lc