LLVM backend for 6502
Go to file
Reid Spencer 480cbb9387 Fix validation errors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34291 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-15 01:11:54 +00:00
autoconf
docs Fix validation errors. 2007-02-15 01:11:54 +00:00
examples eliminate vector-related ctors 2007-02-13 06:06:26 +00:00
include Generalize TargetData strings, to support more interesting forms of data. 2007-02-14 05:52:17 +00:00
lib fix a warning 2007-02-14 07:34:56 +00:00
projects
runtime
test update to new t-d strings. 2007-02-15 00:54:16 +00:00
tools eliminate use of vector-related ctors 2007-02-13 06:05:43 +00:00
utils remove obsolete path 2007-02-14 07:39:35 +00:00
win32
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.