LLVM backend for 6502
Go to file
Vikram S. Adve 7b3640bd12 Optional args are no longer allocated as they are discovered.
(This can be improved to avoid making the initial pass over the method.)
Also, ensure automatic vars and reg. spills areas are not extended
if their sizes are used for computing some other offset.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2319 91177308-0d34-0410-b5e6-96231b3b80d8
2002-04-25 04:47:26 +00:00
docs Update documentation a LOT, make it more accurate and match current model 2002-04-14 06:13:44 +00:00
include Optional args are no longer allocated as they are discovered. 2002-04-25 04:47:26 +00:00
lib Don't record instructions for copying method arguments in the 2002-04-25 04:46:28 +00:00
runtime
support/lib/Support Add new api for basic signal handling for tools 2002-04-18 19:53:53 +00:00
test New testcase 2002-04-18 20:30:58 +00:00
tools Make sure that there is no case where a signal can occur leaving a partially 2002-04-18 19:55:25 +00:00
utils
cvsupdate
getsomesrcs.sh
getsrcs.sh
Makefile
Makefile.common
Makefile.rules