LLVM backend for 6502
Go to file
2006-12-22 22:49:00 +00:00
autoconf Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the 2006-12-21 22:55:41 +00:00
docs fix a typo 2006-12-20 04:23:36 +00:00
examples
include/llvm ModulePass and ImmutablePass. Force out of line virtual method. 2006-12-22 22:49:00 +00:00
lib ModulePass and ImmutablePass. Force out of line virtual method. 2006-12-22 22:49:00 +00:00
projects switch statistic over, remove misspelt comment. 2006-12-19 23:03:41 +00:00
runtime
test add a generic component to this test 2006-12-22 22:48:44 +00:00
tools Ignore the LibDeps.txt.tmp file. 2006-12-22 02:02:45 +00:00
utils Remove some clutter and make it keep going instead of stopping at the 2006-12-18 00:37:37 +00:00
win32 Partial unbreak of VC++ (stream stuff has no easy fix). 2006-12-15 21:47:01 +00:00
Xcode
.cvsignore
configure Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the 2006-12-21 22:55:41 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the 2006-12-21 22:55:41 +00:00
Makefile.rules Allow an --enable-pic option to turn on -fPIC compiler option when building. 2006-12-16 22:07:52 +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.