LLVM backend for 6502
Go to file
Reid Spencer 7858b336f2 Bail on the getInferredCast idea. Remove the function and convert
remaining uses to more specific casts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32231 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-05 19:14:13 +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 Bail on the getInferredCast idea. Remove the function and convert 2006-12-05 19:14:13 +00:00
lib Bail on the getInferredCast idea. Remove the function and convert 2006-12-05 19:14:13 +00:00
projects Replacing std::iostreams with llvm iostreams. Some of these changes involve 2006-11-29 00:19:40 +00:00
runtime
test new testcase 2006-12-05 18:21:52 +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.