LLVM backend for 6502
Go to file
2004-09-23 04:36:01 +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 Use the V8/V9 shared register file description 2004-09-22 21:48:50 +00:00
projects
runtime
test Two testcases for invalid transformations that instcombine is doing 2004-09-20 10:14:27 +00:00
tools 'Pass' should now not be derived from by clients. Instead, they should derive 2004-09-20 04:48:05 +00:00
utils Documentation upgrade. 2004-09-20 08:09:36 +00:00
.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 Grrr... I shouldn't have to do this one :) 2004-09-23 04:36:01 +00:00
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Correct the rules for making shared libraries per libtool 1.5.10 2004-09-23 00:58:06 +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.