LLVM backend for 6502
Go to file
Misha Brukman 0d2cf3a533 Adjust the stack pointer after a function call, proportional to the number of
arguments pushed onto the stack.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4922 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-04 19:22:53 +00:00
docs - Eliminated the deferred symbol table stuff in Module & Function, it really 2002-11-20 18:36:02 +00:00
include storeReg2RegOffset() and loadRegOffset2Reg() now take the iterator by value 2002-12-04 17:14:13 +00:00
lib Adjust the stack pointer after a function call, proportional to the number of 2002-12-04 19:22:53 +00:00
runtime fix path 2002-11-08 21:29:22 +00:00
support Add code that can be used for debugging 2002-12-03 20:01:04 +00:00
test New testcase 2002-12-04 17:35:11 +00:00
tools Add support for global value references 2002-12-04 06:45:40 +00:00
utils Add code that can be used for debugging 2002-12-03 20:01:04 +00:00
Makefile Make sure to build lib/Support before the utilities, then use the new 2002-12-02 01:23:26 +00:00
Makefile.common On `make clean', kill the core files produced, which are of the form: 2002-12-04 17:08:15 +00:00
Makefile.config 'whoami' doesn't exist on solaris 2002-09-22 23:35:11 +00:00
Makefile.Linux Generalize ExportSymbols into PLATFORMLINKOPTS 2002-11-04 20:50:33 +00:00
Makefile.rules On `make clean', kill the core files produced, which are of the form: 2002-12-04 17:08:15 +00:00
Makefile.SunOS Fix typo. 2002-11-04 21:03:13 +00:00