LLVM backend for 6502
Go to file
2005-01-20 18:50:39 +00:00
autoconf Fix llvm-java project autconfiguration. 2005-01-16 09:44:58 +00:00
docs Fix typos noticed by Gabor Greif, thanks Gabor! 2005-01-17 00:12:04 +00:00
examples
include/llvm Eliminate the unimplemented ADDC/SUBB operations, add ADD_PARTS/SUB_PARTS instead. 2005-01-20 18:50:39 +00:00
lib Add missing entry. 2005-01-20 17:32:28 +00:00
projects Update per new Makefile requirements for projects 2005-01-16 02:21:42 +00:00
runtime
test Add some new tests 2005-01-19 21:48:31 +00:00
tools sysconfdir -> PROJ_etcdir 2005-01-17 00:42:31 +00:00
utils
win32 Get analyze to show all analysis options when compiled with VC++ 2005-01-20 05:19:40 +00:00
.cvsignore
configure Fix llvm-java project autconfiguration. 2005-01-16 09:44:58 +00:00
CREDITS.TXT Add MMC 2004-11-18 21:04:21 +00:00
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Don't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR because there might be 2005-01-16 06:53:48 +00:00
Makefile.rules
README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level 
Virtual Machine, a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments. 

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the HTML documentation provided in docs/index.html for further
assistance with LLVM.