LLVM backend for 6502
Go to file
Rafael Espindola 462af9a2e0 add support for the "r" asm constraint
patch by Lauro Ramos Venancio


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32224 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-05 17:37:31 +00:00
autoconf Expose the sanity. 2006-12-04 20:28:07 +00:00
docs We only support 32-bit or 64-bit sequential type indices for GEP. Document 2006-12-04 21:29:24 +00:00
examples
include/llvm Add cast creation functions for Pointer Casts, either BitCast or PtrToInt 2006-12-04 23:14:27 +00:00
lib add support for the "r" asm constraint 2006-12-05 17:37:31 +00:00
projects
runtime
test add support for the "r" asm constraint 2006-12-05 17:37:31 +00:00
tools Regenerate. 2006-12-04 15:41:36 +00:00
utils
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in Minor technical correction in documentation. 2006-08-21 01:58:57 +00:00
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Remove line not meant to be committed. 2006-12-03 21:17:12 +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.