LLVM backend for 6502
Go to file
Chris Lattner 7a2fd89cca Make this HTML 4.01 strict
Update to reflect changes to the 'Register' tblgen class.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16392 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-18 06:28:07 +00:00
autoconf
docs Make this HTML 4.01 strict 2004-09-18 06:28:07 +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
CREDITS.TXT
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.