LLVM backend for 6502
Go to file
Chris Lattner 7540565863 Fix ABI issue: Longs really do need to be only 4 byte aligned on X86.
This bug caused miscompilation of programs using 'struct stat', but only if
compiled with support for 64-bit filesystems.  This could in theory effect
other things, but only if the LLVM code shared data structures with native code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7928 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-17 23:20:40 +00:00
autoconf I just moved papi to a new directory 2003-08-14 18:59:53 +00:00
docs * Added pointers to the README files in emacs/ and vim/ directories. 2003-08-11 19:13:12 +00:00
include Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll 2003-08-16 20:57:16 +00:00
lib Fix ABI issue: Longs really do need to be only 4 byte aligned on X86. 2003-08-17 23:20:40 +00:00
projects Disable sample project until it works 2003-07-23 23:28:57 +00:00
runtime This really isn't the gcc library! 2003-08-17 18:37:45 +00:00
support lib/Support/CommandLine.cpp: 2003-08-15 21:05:57 +00:00
test New testcase to ensure that switch folding happens correctly 2003-08-17 20:19:31 +00:00
tools Make sure that "newmain" gets names for its arguments 2003-08-17 22:14:20 +00:00
utils Make the check for a failed test run more robust!! 2003-08-17 20:52:05 +00:00
.cvsignore Ok, try #2, this time I'll not be stupid 2003-08-03 18:33:24 +00:00
configure Changed the default location of OBJ_ROOT to follow these rules: 2003-07-31 16:45:37 +00:00
LICENSE.TXT Add prerelease license to cvs 2003-06-04 19:46:36 +00:00
Makefile build the new runtime directory 2003-08-15 04:53:45 +00:00
Makefile.common Remove extraneous ;'s, no functional changes 2003-08-15 20:00:47 +00:00
Makefile.config.in Updated to use files within the autoconf subdirectory. 2003-07-22 19:17:35 +00:00
Makefile.rules Remove extraneous ;'s, no functional changes 2003-08-15 20:00:47 +00:00