LLVM backend for 6502
Go to file
Reid Spencer 714b52b9e6 First draft. More to come.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17205 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-24 08:48:59 +00:00
autoconf
docs First draft. More to come. 2004-10-24 08:48:59 +00:00
examples
include/llvm Fix grammar in comments to getSizeOf() 2004-10-24 03:18:30 +00:00
lib Fix the previous bug the correct way. This fixes ptrdist/bc 2004-10-24 04:27:59 +00:00
projects
runtime
test
tools Make clean quieter. 2004-10-23 19:49:20 +00:00
utils
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile Move top level rules for tags and installing headers to Makefile.rules 2004-10-24 08:20:10 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Fix uninstall from rebuilding everything (wrong dependency) 2004-10-24 08:21:04 +00:00
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.