LLVM backend for 6502
Go to file
Reid Spencer 063ac7858f Fix use of LEVEL.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26822 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-17 07:39:44 +00:00
autoconf Use -emit-llvm -S to get .ll file output from llvm-gcc 2006-02-27 05:39:00 +00:00
docs Fix a typo Eric van Riet Paap noticed 2006-03-16 16:14:59 +00:00
examples
include/llvm Remove BRTWOWAY* 2006-03-17 01:40:33 +00:00
lib Fix use of LEVEL. 2006-03-17 07:39:44 +00:00
projects
runtime
test New testcase, the new CFE compiles this into insertelement instructions, the 2006-03-16 18:47:51 +00:00
tools add an assert to get a slightly better msg about this problem 2006-03-16 23:16:17 +00:00
utils allow the GCCBuiltinName field to be optional 2006-03-15 19:15:26 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
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.