LLVM backend for 6502
Go to file
Chris Lattner a45ec54a02 Almost a complete rewrite of FunctionResolution to now resolve functions
and global variables.

This fixes bug: FuncResolve/2002-08-19-ResolveGlobalVarsEasier.ll
And bug: SingleSource/UnitTests/2002-10-09-ArrayResolution.c

Note that this does not fix bug:
FunctionResolve/2002-08-19-ResolveGlobalVars.ll because replaceAllUsesWith
breaks when a constantexpr is pointing to the thing being replaced.  This
is more of an infrastructure problem than anything.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4099 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-09 21:10:06 +00:00
docs Do some cleanups to the Type and Constant section to remove latex stuff 2002-10-01 23:17:09 +00:00
include - Detemplatize UseTy<> in Value.h, because it's only instantiated for one 2002-10-09 00:42:03 +00:00
lib Almost a complete rewrite of FunctionResolution to now resolve functions 2002-10-09 21:10:06 +00:00
runtime
support Added #include<unistd.h> to compile with solaris gcc3.2 2002-10-04 23:57:01 +00:00
test Add check to see if opt aborts 2002-10-09 20:55:32 +00:00
tools - Implement a new -print-cfg option for analyze, that causes it to print the 2002-10-07 18:38:01 +00:00
utils Added a major mode for Emacs to edit LLVM assembler code with syntax 2002-10-09 00:30:20 +00:00
Makefile Build burg tree 2002-09-17 23:23:52 +00:00
Makefile.common Make sure to print message when linking a debug .o file 2002-09-25 17:15:22 +00:00
Makefile.config 'whoami' doesn't exist on solaris 2002-09-22 23:35:11 +00:00
Makefile.Linux Allow LLC to be executed on Linux; only the LLC output should not be executed. 2002-09-23 14:24:19 +00:00
Makefile.rules Make sure to print message when linking a debug .o file 2002-09-25 17:15:22 +00:00
Makefile.SunOS Platform specific makefiles specify where to find the GCC frontend for their 2002-09-19 19:44:28 +00:00