LLVM backend for 6502
Go to file
Chris Lattner d05adbcdce Clean up parser, fix a bug that prevented this from working:
%ListNode3 = global %list { %list* null, int 4 }

because %list is name and the parser expected a literal {..} type there.

In addition, simplified rules that the fix (Allow any Types there, not just a StructType)
made obsolete.  Simplified type propogation a bit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@700 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-03 03:19:33 +00:00
docs Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
include Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
lib Clean up parser, fix a bug that prevented this from working: 2001-10-03 03:19:33 +00:00
support/lib/Support Clean up Type class by removing mutable ConstRules member and use annotations insead 2001-09-09 21:02:38 +00:00
test Modify testcases for new LLVM const syntax 2001-10-03 01:48:04 +00:00
tools Pull iterators out of CFG.h and CFGdecls and put them in Support directory 2001-09-28 22:56:31 +00:00
utils Print .def files as well as other files 2001-09-19 16:51:10 +00:00
getsomesrcs.sh Filter out noncore stuff 2001-07-25 22:46:22 +00:00
getsrcs.sh Print .def files as well as other files 2001-09-19 16:51:10 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Makefile.common Add support for tool specified linker options 2001-09-10 04:49:26 +00:00
Makefile.rules Add support for tool specified linker options 2001-09-10 04:49:26 +00:00