LLVM backend for 6502
Go to file
2006-12-05 17:53:26 +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 For PR1019: 2006-12-01 00:37:14 +00:00
include/llvm Add cast creation functions for Pointer Casts, either BitCast or PtrToInt 2006-12-04 23:14:27 +00:00
lib Eliminate "control reaches end of non-void function" warnings. 2006-12-05 17:53:26 +00:00
projects Replacing std::iostreams with llvm iostreams. Some of these changes involve 2006-11-29 00:19:40 +00:00
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 Match TargetInstrInfo changes. 2006-12-01 22:57:41 +00:00
win32 Unbreak VC++ build. 2006-12-02 02:22:01 +00:00
Xcode
.cvsignore
configure For PR1019: 2006-12-01 00:37:14 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in For PR1019: 2006-12-01 00:37:14 +00:00
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.