LLVM backend for 6502
Go to file
Vikram S. Adve 1690f1d77d This file provides the function DemoteRegToStack(), which takes a
virtual register computed by an Instruction& X and replaces it with
a slot in the stack frame, allocated via alloca.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4963 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-10 13:07:12 +00:00
docs - Eliminated the deferred symbol table stuff in Module & Function, it really 2002-11-20 18:36:02 +00:00
include This file provides the function DemoteRegToStack(), which takes a 2002-12-10 13:07:12 +00:00
lib This file implements a pass that automatically parallelizes a program, 2002-12-10 00:43:34 +00:00
runtime fix path 2002-11-08 21:29:22 +00:00
support Fix bug 2002-12-06 04:42:16 +00:00
test Check in an old testcase 2002-12-07 17:08:07 +00:00
tools Fix link errors due to new IPModRef pass. 2002-12-09 05:53:11 +00:00
utils Fix bug 2002-12-06 04:42:16 +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 Export a new ARCH variable indicating what platform is being compiled 2002-12-06 03:45:20 +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 Export a new ARCH variable indicating what platform is being compiled 2002-12-06 03:45:20 +00:00