LLVM backend for 6502
Go to file
Reid Spencer 1f4a27947f Add HAS_U_INT64_T
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16184 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-05 16:41:11 +00:00
autoconf
docs Put a space between Data' and Structure' of DSA. 2004-09-05 03:57:23 +00:00
examples
include Add HAS_U_INT64_T 2004-09-05 16:41:11 +00:00
lib * Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared between 2004-09-05 02:42:44 +00:00
projects Make sure llvm-test doesn't build automatically so the nightly test can 2004-09-04 23:07:57 +00:00
runtime
test Per Bug 257 2004-09-05 08:18:23 +00:00
tools
utils Make the NightlyTest run tests out of projects/llvm-test instead of 2004-09-05 07:58:10 +00:00
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Add LLVMC as a supported tool. 2004-09-05 16:39:01 +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.