LLVM backend for 6502
Go to file
Chris Lattner 81fe06a112 This fails
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30148 91177308-0d34-0410-b5e6-96231b3b80d8
2006-09-07 17:43:59 +00:00
autoconf
docs Warn people not to use GCC 4.1.1. 2006-09-07 17:34:27 +00:00
examples
include/llvm Add getTargetTriple() that linker can use to query target architecture. 2006-09-06 20:16:28 +00:00
lib Make the x86 asm flavor part of the subtarget info. 2006-09-07 12:23:47 +00:00
projects
runtime
test This fails 2006-09-07 17:43:59 +00:00
tools Add getTargetTriple() that linker can use to query target architecture. 2006-09-06 20:16:28 +00:00
utils Fix JIT encoding of two-addr instructions. 2006-09-05 03:01:52 +00:00
win32
Xcode Update project with new files. 2006-09-06 18:38:54 +00:00
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.