LLVM backend for 6502
Go to file
2005-08-02 23:25:56 +00:00
autoconf
docs Update a doc, patch contributed by Jim Laskey! 2005-08-02 19:14:25 +00:00
examples
include/llvm Fix the non-gcc 4.0 paths for countleadingzeros 2005-08-02 20:21:33 +00:00
lib one more hunk that got dropped 2005-08-02 19:35:29 +00:00
projects
runtime
test
tools If the user interrupts bugpoint, don't extract loops 2005-08-02 23:25:56 +00:00
utils
win32
.cvsignore
configure
CREDITS.TXT Add a note, people are responsible for requesting that they be added to the 2005-08-02 22:10:21 +00:00
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
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.