LLVM backend for 6502
Go to file
Chris Lattner bd19d27bba update test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36115 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-16 06:04:03 +00:00
autoconf
docs Describe quoting rules. 2007-04-15 08:01:04 +00:00
examples
include Tabs -> Spaces 2007-04-15 23:14:18 +00:00
lib Revert last patch. It was already fixed. 2007-04-16 02:24:41 +00:00
projects
runtime
test update test 2007-04-16 06:04:03 +00:00
tools Regenerate. 2007-04-16 03:05:01 +00:00
utils
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Echo command lines only if the user wants them. 2007-04-15 06:22:48 +00:00
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.