LLVM backend for 6502
Go to file
Chris Lattner 93750fa4f8 * Enable the use of escaped literal strings
* Unresolved variable names now have the correct line number for their
  error messages
* Rename Def* to Value*
* Check for symbol table collisions before inserting values
* Remove the STRING keyword
* Enable the use of string literals to initialize constant arrays
* Enable the use of extended constants in more locations: eg ret [int] [4, 5]
* Allow method prototypes to appear in the constant pool of the program
* Support varargs methods better.  Enable varargs methods with 0 fixed
  arguments
* Allow the entire method prototype to optionally be specified in a call inst


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321 91177308-0d34-0410-b5e6-96231b3b80d8
2001-07-28 17:48:55 +00:00
docs Initial checking of some rough documentation for commandline library 2001-07-23 23:03:12 +00:00
include/llvm Modify var names to make it apparant that the code is really generic 2001-07-28 17:43:45 +00:00
lib * Enable the use of escaped literal strings 2001-07-28 17:48:55 +00:00
support/lib/Support Fixed a bug exposed when doing something like this: <program> -notanoption --help 2001-07-25 18:40:49 +00:00
test Changes to make test scripts more reliable 2001-07-28 17:40:15 +00:00
tools Add library dep 2001-07-25 22:48:43 +00:00
utils Filter out the sparc.burm.c file 2001-07-21 19:43:08 +00:00
getsomesrcs.sh Filter out noncore stuff 2001-07-25 22:46:22 +00:00
getsrcs.sh Filter out the sparc.burm.c file 2001-07-21 19:43:08 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Makefile.common Remove lib/LLC library. 2001-07-28 04:39:27 +00:00
Makefile.rules Remove lib/LLC library. 2001-07-28 04:39:27 +00:00