LLVM backend for 6502
Go to file
2005-07-14 01:10:55 +00:00
autoconf Implement a test for the Graphviz program for Chris Lattner. The symbol 2005-07-13 03:20:14 +00:00
docs Update release notes regarding thread-safe JIT. 2005-07-12 16:36:24 +00:00
examples Get rid of warnings on Alpha 2005-07-13 23:20:24 +00:00
include/llvm Implement a test for the Graphviz program for Chris Lattner. The symbol 2005-07-13 03:20:14 +00:00
lib If the Graphviz program is available, use it to visualize dot graphs. 2005-07-14 01:10:55 +00:00
projects oops 2005-07-05 16:36:18 +00:00
runtime
test new testcase for PR593 2005-07-13 01:57:39 +00:00
tools Fix PR576. 2005-07-12 01:00:32 +00:00
utils
win32 Win32 support for Mutex class. 2005-07-13 02:15:18 +00:00
.cvsignore Ignore the configure.out file generated by "make reconfigure" 2005-06-18 23:01:25 +00:00
configure Implement a test for the Graphviz program for Chris Lattner. The symbol 2005-07-13 03:20:14 +00:00
CREDITS.TXT
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.