LLVM backend for 6502
Go to file
Eli Friedman 5aba5c0e88 Add check for completeness. Note that this doesn't actually have any
effect with the way the current code is structured.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79792 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-23 00:14:19 +00:00
autoconf Update copyright date. 2009-08-22 21:00:33 +00:00
bindings
cmake
docs
examples
include switch formattedstream to use raw_ostream::indent. This eliminates 2009-08-22 23:16:09 +00:00
lib Add check for completeness. Note that this doesn't actually have any 2009-08-23 00:14:19 +00:00
projects
runtime
test
tools Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. 2009-08-22 20:48:53 +00:00
unittests
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate configure. 2009-08-22 21:01:26 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.