LLVM backend for 6502
Go to file
2004-09-23 06:07:24 +00:00
autoconf Change the warning text so that NO warnings are permitted. This is now the 2004-09-21 17:13:23 +00:00
docs Thanks to Brad for documentation on adding a DerivedType 2004-09-21 16:53:29 +00:00
examples
include/llvm Update to add the HAVE_UINT64_T test and the STACK_DIRECTION indicator. 2004-09-22 15:32:08 +00:00
lib Fix the last of the major PPC GEP folding deficiencies. This will allow 2004-09-23 05:31:33 +00:00
projects
runtime
test
tools
utils
.cvsignore
configure Fix a problem where the mmap_file test was generating an incorrect test 2004-09-21 17:14:44 +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 Missed one $*.a -> $@ conversion for the Release build. 2004-09-23 06:07:24 +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.