LLVM backend for 6502
Go to file
Dan Gohman 7a0e6593d0 MVT::getMVT uses iPTR for pointer types, while we need the actual
intptr_t type in this case. FastISel can now select simple
getelementptr instructions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55125 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-21 17:25:26 +00:00
autoconf
bindings Rename some GC classes so that their roll will hopefully be clearer. 2008-08-17 18:44:35 +00:00
docs remove reference to really really old tree 2008-08-19 20:17:48 +00:00
examples
include Simplify SelectRoot's interface, and factor out some common code 2008-08-21 16:36:34 +00:00
lib MVT::getMVT uses iPTR for pointer types, while we need the actual 2008-08-21 17:25:26 +00:00
projects
runtime
test MVT::getMVT uses iPTR for pointer types, while we need the actual 2008-08-21 17:25:26 +00:00
tools Don't silently ignore errors when opening output streams. 2008-08-21 15:33:45 +00:00
utils Basic fast-isel support for instructions with constant int operands. 2008-08-21 01:41:07 +00:00
website
win32 Update VC++ project. 2008-08-17 19:57:31 +00:00
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.