LLVM backend for 6502
Go to file
2004-09-30 18:28:07 +00:00
autoconf Improve warning 2004-09-27 07:35:19 +00:00
docs * InstructionReader.cpp was absorbed into Reader.cpp 2004-09-28 16:58:12 +00:00
examples
include/llvm * Wrap some comments to 80 cols 2004-09-30 15:59:17 +00:00
lib That should actually be __MING, not __MINGW. 2004-09-30 18:28:07 +00:00
projects
runtime
test The verifier takes 50s on this testcase, that is not good n stuff 2004-09-29 20:07:25 +00:00
tools Hrm, if there is an error loading a file, try printing a message so the 2004-09-27 16:41:01 +00:00
utils #include DataTypes.h to compile on MinGW, patch by Henrik Bach. 2004-09-30 18:27:39 +00:00
.cvsignore
configure Improve warning 2004-09-27 07:35:19 +00:00
CREDITS.TXT Update email address 2004-09-23 04:39:30 +00:00
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Corrected spelling of Makefile variable, thereby re-enabling profile 2004-09-28 14:52:58 +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.