LLVM backend for 6502
Go to file
Chris Lattner 45ee091719 * Remove the indexVec stuff which gets out of sync with the operands of the
instruction.
* Change the indices to take a vector of Value's instead of ConstPoolVal's
  for array indexing
* Add new idx_ iterator support for iterating over indices


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1331 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-26 16:48:41 +00:00
docs Implemented constant propogation of cast instructions 2001-10-31 05:07:57 +00:00
include * Remove the indexVec stuff which gets out of sync with the operands of the 2001-11-26 16:48:41 +00:00
lib commented out popAllTempValues since it leads to a bug - see code 2001-11-15 22:03:04 +00:00
support/lib/Support Checkin of C string stuff. Fix several bugs, including most escape codes being 2001-10-29 13:28:00 +00:00
test Only use one form of printVal per program to avoid spurious link errors 2001-11-13 06:27:19 +00:00
tools Fix link prob 2001-11-14 11:03:17 +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