LLVM backend for 6502
Go to file
Reid Spencer 716f49e5a2 Doxygenate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21602 91177308-0d34-0410-b5e6-96231b3b80d8
2005-04-27 21:29:20 +00:00
autoconf
docs no parens 2005-04-26 22:57:07 +00:00
examples
include/llvm Implement Value* tracking for loads and stores in the selection DAG. This enables one to use alias analysis in the backends. 2005-04-27 20:10:01 +00:00
lib Doxygenate. 2005-04-27 21:29:20 +00:00
projects
runtime
test Test the noreturn function optimization 2005-04-27 04:51:01 +00:00
tools Add the simplify-libcalls pass. 2005-04-27 02:22:47 +00:00
utils import fix and plot multiple lines at once 2005-04-27 17:32:41 +00:00
win32
.cvsignore
configure
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.