LLVM backend for 6502
Go to file
2004-09-18 16:16:28 +00:00
autoconf Update to latest versions of config.guess and config.sub from 2004-09-10 19:20:06 +00:00
docs Misha implemented the ModuleProvider interface back in 9/18/2003. 2004-09-18 16:16:28 +00:00
examples Correct the file header to reflect the new "examples" home for the file. 2004-09-11 20:30:11 +00:00
include Implement new changeFunction method, nuke a never implemented one. 2004-09-18 00:22:43 +00:00
lib Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminates 2004-09-18 00:34:13 +00:00
projects Stacker compiler library doesn't need to be shared and it can cause 2004-09-15 06:22:54 +00:00
runtime
test New testcase for PR420 2004-09-15 00:58:49 +00:00
tools Fix compilation warning. 2004-09-14 15:46:13 +00:00
utils Don't include libtool "object" files 2004-09-18 04:40:46 +00:00
.cvsignore
configure Regenerated, to recognize mingw. 2004-09-08 20:38:05 +00:00
CREDITS.TXT Actually get the URL to my notes page correct. 2004-08-24 05:40:25 +00:00
LICENSE.TXT Adjust the license files based on the actual content of llvm and llvm-test 2004-09-16 16:41:31 +00:00
llvm.spec
llvm.spec.in
Makefile Changed the distclean target to handle the new location of config.h. 2004-09-17 15:08:25 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Add dependencies so that project tools are recompiled if LLVM libraries 2004-09-16 14:11:25 +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.