LLVM backend for 6502
Go to file
Reid Spencer dcd3875053 - Perform all validity checks before doing anything.
- Use the -I parameter to aclocal to tell it where the autoconf/m4
  directory is located so it can find needed autoconf functions


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16225 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-07 16:00:48 +00:00
autoconf - Perform all validity checks before doing anything. 2004-09-07 16:00:48 +00:00
docs This is the documentation style sheet, not the one for the website. 2004-09-07 05:09:22 +00:00
examples
include Add HAS_U_INT64_T 2004-09-05 16:41:11 +00:00
lib Add 64 bit divide instructions, and use them 2004-09-06 18:46:59 +00:00
projects Added the configuration of the test/Makefile. 2004-09-05 16:42:30 +00:00
runtime
test
tools
utils Modify the lines of code counting mechanism to use the new "countloc.sh" 2004-09-06 19:32:55 +00:00
.cvsignore
configure Remove configuration of test/Programs/* Makefiles. 2004-09-05 17:48:32 +00:00
CREDITS.TXT
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.