LLVM backend for 6502
Go to file
2006-11-16 20:13:34 +00:00
autoconf Bumping version number 2006-11-07 05:31:00 +00:00
docs Cleaned up the document. Added "doc_code" divisions for code examples. 2006-11-16 09:31:19 +00:00
examples
include/llvm Allow target to specify alignment for function stub. 2006-11-16 20:04:54 +00:00
lib Align stubs on 4 byte boundary. This fixes 447.dealII. 2006-11-16 20:13:34 +00:00
projects For PR950: 2006-11-08 06:47:33 +00:00
runtime
test make this harder 2006-11-16 01:22:52 +00:00
tools Minor style fixes from review. 2006-11-11 19:59:25 +00:00
utils Use a release version of bugpoint, if found. Include gccld passes. 2006-11-16 18:32:47 +00:00
win32
Xcode Try again. 2006-11-05 21:21:20 +00:00
.cvsignore
configure Updating configure script for 2.0 2006-11-14 00:59:52 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Fix typo pointed out by Bryan Adams 2006-11-15 21:04:15 +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.