LLVM backend for 6502
Go to file
John Criswell 69582b35b6 The JIT now passes the environment pointer to the main() function when it
starts a program.  This allows the GNU env program to compile and JIT under
LLVM.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8022 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-21 21:12:30 +00:00
autoconf I just moved papi to a new directory 2003-08-14 18:59:53 +00:00
docs Adding a copyright notice to each file is unnecessary. 2003-08-21 15:25:55 +00:00
include The JIT now passes the environment pointer to the main() function when it 2003-08-21 21:12:30 +00:00
lib The JIT now passes the environment pointer to the main() function when it 2003-08-21 21:12:30 +00:00
projects Disable sample project until it works 2003-07-23 23:28:57 +00:00
runtime Added dummy version of the `util' library. 2003-08-20 21:44:04 +00:00
support Fix warning on sparc build 2003-08-21 15:59:16 +00:00
test New testcase 2003-08-21 19:37:46 +00:00
tools The JIT now passes the environment pointer to the main() function when it 2003-08-21 21:12:30 +00:00
utils Make build errors stand out by coloring them red. 2003-08-21 20:22:52 +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 cleandeps target 2003-08-21 20:39:08 +00:00
Makefile.config.in Updated to use files within the autoconf subdirectory. 2003-07-22 19:17:35 +00:00
Makefile.rules * Remove cleandeps target 2003-08-21 20:39:08 +00:00