LLVM backend for 6502
Go to file
Devang Patel e3bfb88898 Fix PR1657
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42075 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-18 01:54:42 +00:00
autoconf Fix broken default help strings for enable-shared, enable-static, and enable-fast-install. Regenerate configure script. 2007-09-17 21:41:15 +00:00
docs Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo 2007-09-17 18:34:04 +00:00
examples add a new BF->LLVM translator, contributed by Sterling Stein. 2007-09-12 18:24:00 +00:00
include Objective-C was generating EH frame info like this: 2007-09-18 01:47:22 +00:00
lib Fix PR1657 2007-09-18 01:54:42 +00:00
projects
runtime Reenable libgc and libprofile is explicitly requested. 2007-09-11 17:12:32 +00:00
test Fix PR1657 2007-09-18 01:54:42 +00:00
tools Revise previous patch per review comments. 2007-09-12 03:30:33 +00:00
utils Bug fix and minor clean up of generated code. 2007-09-17 22:26:41 +00:00
website
win32
Xcode
build-for-llvm-top.sh
configure Fix broken default help strings for enable-shared, enable-static, and enable-fast-install. Regenerate configure script. 2007-09-17 21:41:15 +00:00
CREDITS.TXT Adding myself to credits. 2007-09-17 17:04:44 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.