LLVM backend for 6502
Go to file
2004-09-05 18:41:35 +00:00
autoconf Remove configuration of test/Programs/* Makefiles. 2004-09-05 17:48:32 +00:00
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 Indent to 2 spaces and cleanup excess whitespace. 2004-09-05 18:41:35 +00:00
projects Added the configuration of the test/Makefile. 2004-09-05 16:42:30 +00:00
runtime Clean up some "clean:" targets so they use $(VERB) and don't print anything 2004-09-03 23:19:53 +00:00
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 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 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.