llvm-6502/tools
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
..
analyze Add support to print a call graph, and also add support for module level interprocedural analyses 2001-09-28 00:07:36 +00:00
as Remove extraneous space 2001-09-09 19:35:33 +00:00
dis Fix comment flyer 2001-10-13 07:06:57 +00:00
link Implement a -L command line argument to specify a search path. Implement minimal ar compatibility stuff 2001-10-24 06:23:00 +00:00
llc Remove unneccesary retcode var 2001-10-18 20:33:21 +00:00
lli * Make pointer values work better by treating them uniformly as 64 bit values. 2001-10-27 08:28:11 +00:00
llvm-as Remove extraneous space 2001-09-09 19:35:33 +00:00
llvm-dis Fix comment flyer 2001-10-13 07:06:57 +00:00
llvm-link Implement a -L command line argument to specify a search path. Implement minimal ar compatibility stuff 2001-10-24 06:23:00 +00:00
opt Fix to reference the right header 2001-10-19 15:39:14 +00:00
tests Uhm... that was really bad 2001-09-07 21:26:51 +00:00
Makefile Build the new linker 2001-10-13 07:06:06 +00:00