LLVM backend for 6502
Go to file
Chris Lattner 104988a16a initialize all instance vars
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25711 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-27 22:37:09 +00:00
autoconf
docs Remove FAKE_SOURCES 2006-01-27 22:06:01 +00:00
examples
include/llvm
lib initialize all instance vars 2006-01-27 22:37:09 +00:00
projects
runtime Remove out of date comment 2006-01-27 22:06:50 +00:00
test X86 dag isel is now (soon) the default. 2006-01-27 21:15:22 +00:00
tools
utils Teach tablegen to generate code that is VC++ warning-free. 2006-01-27 22:22:28 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT Add an entry 2006-01-08 08:25:38 +00:00
LICENSE.TXT Happy New Year, LLVM. 2006-01-03 14:42:06 +00:00
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules * Eliminate FAKE_SOURCES 2006-01-27 22:13:12 +00:00
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.