LLVM backend for 6502
Go to file
Chris Lattner f158da2f78 Implement code to keep the stack pointer aligned to an 8 byte boundary.
This improves the performance of the power benchmark by a few percent.
This will be neccesary for SSE code, which requires 16 byte alignment of
the stack.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5320 91177308-0d34-0410-b5e6-96231b3b80d8
2003-01-16 02:20:12 +00:00
docs getelementptr uses long instead of uint indexes 2002-12-13 06:01:21 +00:00
include Move sparc specific code into the Sparc backend 2003-01-15 21:36:50 +00:00
lib Implement code to keep the stack pointer aligned to an 8 byte boundary. 2003-01-16 02:20:12 +00:00
runtime fix path 2002-11-08 21:29:22 +00:00
support Move annotation to support library 2003-01-14 21:29:58 +00:00
test Cleanup testcase 2003-01-15 18:06:37 +00:00
tools Rename header 2003-01-14 22:57:15 +00:00
utils Include tablegen 2002-12-12 03:44:42 +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 Use -Wl,-x instead of -s: it is more portable, and in particular, 2002-12-16 01:31:18 +00:00
Makefile.config 'whoami' doesn't exist on solaris 2002-09-22 23:35:11 +00:00
Makefile.Linux Add an option (which will go away in the future) signfifying that there is a JIT under Linux 2003-01-13 00:13:19 +00:00
Makefile.rules Use -Wl,-x instead of -s: it is more portable, and in particular, 2002-12-16 01:31:18 +00:00
Makefile.SunOS Export a new ARCH variable indicating what platform is being compiled 2002-12-06 03:45:20 +00:00