LLVM backend for 6502
Go to file
Dan Gohman c4b49eb985 Update the description of first-class types to reflect that
structs and arrays are now first-class. And fix a sentance
fragment in the insertvalue description. Thanks to Chris
for pointing these out!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51506 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-23 21:53:15 +00:00
autoconf
bindings
docs Update the description of first-class types to reflect that 2008-05-23 21:53:15 +00:00
examples
include Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to 2008-05-23 21:05:58 +00:00
lib Don't silently truncate array extents to 32 bits. 2008-05-23 21:40:55 +00:00
projects
runtime
test Don't silently truncate array extents to 32 bits. 2008-05-23 21:40:55 +00:00
tools Add #includes to make some dependencies explicit. 2008-05-23 20:40:06 +00:00
utils Fix the spelling of the va_arg keyword. 2008-05-23 17:11:55 +00:00
website
win32
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.