LLVM backend for 6502
Go to file
Reid Spencer 283e20708b Don't overload var names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32752 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-23 10:21:26 +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 For PR950: 2006-12-23 06:05:41 +00:00
include/llvm For PR950: 2006-12-23 06:05:41 +00:00
lib Don't overload var names. 2006-12-23 10:21:26 +00:00
projects For PR950: 2006-12-23 06:05:41 +00:00
runtime
test For PR950: 2006-12-23 06:05:41 +00:00
tools For PR950: 2006-12-23 06:05:41 +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.