LLVM backend for 6502
Go to file
2005-01-01 16:13:19 +00:00
autoconf For PR351: 2004-12-31 22:54:28 +00:00
docs Describe both objdir==srcdir and objdir!=srcdir methods of building LLVM 2004-12-31 19:48:59 +00:00
examples
include/llvm Add a useful accessor 2005-01-01 15:58:55 +00:00
lib Fix a FIXME: Select instructions on longs were miscompiled. 2005-01-01 16:10:12 +00:00
projects Update to autoconf 2.59 standards. 2005-01-01 09:26:55 +00:00
runtime
test Add a bunch of tests for ANDs that should be eliminated. 2005-01-01 16:13:19 +00:00
tools Correct the conditional test for non-portable tools so that it will 2004-12-31 22:56:14 +00:00
utils
win32
.cvsignore
configure For PR351: 2004-12-31 22:54:28 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in For PR351: 2004-12-31 22:54:28 +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.