1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/tools/lli
Chris Lattner 9def26ab6b * 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

llvm-svn: 988
2001-10-27 08:28:11 +00:00
..
lli.cpp Provide argv for commands 2001-10-27 05:54:31 +00:00
Makefile * Make pointer values work better by treating them uniformly as 64 bit values. 2001-10-27 08:28:11 +00:00
RuntimeLib.lc * Make pointer values work better by treating them uniformly as 64 bit values. 2001-10-27 08:28:11 +00:00