LLVM backend for 6502
Go to file
Brian Gaeke 9e474c4ec8 Add Initialization and Finalization methods for the Printer pass,
to print various things on a module-by-module basis (currently, only the
former is used).

Don't print < > around names. The assembler can't take it.

Print pseudoinstructions only as comments. The poor little assembler can't
take that, either.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6789 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-19 19:32:32 +00:00
docs Diversify examples 2003-06-18 21:30:51 +00:00
include Update comments 2003-06-19 17:03:00 +00:00
lib Add Initialization and Finalization methods for the Printer pass, 2003-06-19 19:32:32 +00:00
runtime Prevent lines from wrapping. 2003-05-29 22:12:35 +00:00
support Remove usage of sys/unistd.h 2003-06-19 18:42:09 +00:00
test The actual nicification of calls is now implemented in instcombine, not in 2003-06-19 17:02:06 +00:00
tools Funcresolve no longer performs nicification of resolved functions 2003-06-19 17:03:51 +00:00
utils Fix breakage due to John's recent changes 2003-06-18 18:26:22 +00:00
LICENSE.TXT Add prerelease license to cvs 2003-06-04 19:46:36 +00:00
Makefile Modified Makefile.common to handle compilation of projects inside and outside 2003-06-11 13:55:44 +00:00
Makefile.common Remove extra line 2003-06-18 19:20:11 +00:00
Makefile.config Modified Makefile.common to handle compilation of projects inside and outside 2003-06-11 13:55:44 +00:00
Makefile.FreeBSD Add variable named PLATFORMLIBDL to control OS-specific usage of libdl. 2003-06-17 20:08:02 +00:00
Makefile.Linux Add variable named PLATFORMLIBDL to control OS-specific usage of libdl. 2003-06-17 20:08:02 +00:00
Makefile.rules Remove extra line 2003-06-18 19:20:11 +00:00
Makefile.SunOS Add variable named PLATFORMLIBDL to control OS-specific usage of libdl. 2003-06-17 20:08:02 +00:00