LLVM backend for 6502
Go to file
Chris Lattner 253bb78adb comentate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36395 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-24 15:54:42 +00:00
autoconf
docs Undo erroneous corrections. 2007-04-22 14:56:37 +00:00
examples
include comentate 2007-04-24 15:54:42 +00:00
lib implement reading and writing of constant exprs. 2007-04-24 07:07:11 +00:00
projects
runtime
test New test. 2007-04-23 22:39:53 +00:00
tools Add new option to usage help. 2007-04-22 18:33:20 +00:00
utils
win32 Unbreak VC++ build. 2007-04-23 13:55:05 +00:00
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
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.