LLVM backend for 6502
Go to file
2004-11-19 22:14:35 +00:00
autoconf
docs Ignore files generated by pod2html 2004-11-19 21:54:43 +00:00
examples
include/llvm External symbols are const char*'s now, change this to match. 2004-11-19 20:56:22 +00:00
lib Add protoypes for 64-bit long/ulong div, mul, and rem functions 2004-11-19 22:14:35 +00:00
projects
runtime libpng is not even used by povray3.1 in the current configuration, just 2004-11-18 21:21:54 +00:00
test Test case for reading MacOSX archives. 2004-11-19 21:30:15 +00:00
tools Fix a bug that caused stuff like this: 2004-11-19 19:45:44 +00:00
utils
win32
.cvsignore
configure
CREDITS.TXT Add MMC 2004-11-18 21:04:21 +00:00
LICENSE.TXT
llvm.spec
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.