LLVM backend for 6502
Go to file
Chris Lattner d554380850 * Support pointer indexing
* Unsized arrays are a thing of the past, remove DoInsertArrayCast family
* Remove cases were we would get into infinite loops because we would insert a cast
  which would then be removed, inserting a different cast, ad infinitum...
* Remove some code that should be redundant with ExprTypeConvert code


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1465 91177308-0d34-0410-b5e6-96231b3b80d8
2001-12-14 16:37:52 +00:00
docs Documentation (draft) for reg alloc 2001-12-09 20:21:49 +00:00
include Refactor trace values to work as a proper pass. Before it used to add 2001-12-14 16:23:53 +00:00
lib * Support pointer indexing 2001-12-14 16:37:52 +00:00
support/lib/Support Renamed inst_const_iterator -> const_inst_iterator 2001-12-04 00:03:30 +00:00
test Added TRACEM option. Use -g when building native code for tests. 2001-12-12 15:19:55 +00:00
tools Build runtime library with local GCCAS 2001-12-13 00:44:23 +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 1. -Winline emits spurious warnings that aren't useful right now 2001-11-07 14:50:58 +00:00
Makefile.rules 1. -Winline emits spurious warnings that aren't useful right now 2001-11-07 14:50:58 +00:00