LLVM backend for 6502
Go to file
Misha Brukman 35c4c33879 Remove extra spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17629 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-08 19:01:03 +00:00
autoconf
docs Implement and document the TOOL_VERBOSE option that asks each tool invoked 2004-11-08 17:32:12 +00:00
examples
include/llvm Remove extra spaces 2004-11-08 19:01:03 +00:00
lib Fix a typo: isvalid -> isValid 2004-11-08 08:27:51 +00:00
projects
runtime
test Move path override in test/Makefile. 2004-11-08 05:44:05 +00:00
tools Add a --disable-compression option to gccas so the default compression of 2004-11-08 17:37:04 +00:00
utils * Add support for f2c and the -f2c switch to enable Fortran benchmarks 2004-11-08 03:28:27 +00:00
win32 This file is gone 2004-11-08 18:46:09 +00:00
.cvsignore
configure
CREDITS.TXT Give sumant credit too! 2004-10-27 15:54:23 +00:00
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile Move path override in test/Makefile. 2004-11-08 05:44:05 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Implement and document the TOOL_VERBOSE option that asks each tool invoked 2004-11-08 17:32: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.