LLVM backend for 6502
Go to file
Reid Spencer 8912cdd962 Write the deprecation message to stderr instead of stdout so that it
doesn't get mingled with the output bytecode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34089 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-09 15:16:59 +00:00
autoconf
docs Fix some formatting mistakes. 2007-02-09 04:15:08 +00:00
examples
include Eliminates friend function declaration inside APInt, instead, adds public 2007-02-09 07:48:24 +00:00
lib remove unneeded #includes 2007-02-09 07:54:13 +00:00
projects
runtime
test Eliminate the use of gccas in the test suite. 2007-02-09 15:15:21 +00:00
tools Write the deprecation message to stderr instead of stdout so that it 2007-02-09 15:16:59 +00:00
utils Automatically generating intrinsic declarations from Dan Gohman. Modified 2007-02-07 20:38:26 +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.