LLVM backend for 6502
Go to file
Dan Gohman b9f1019696 Rename TargetLowering::getNumElements and friends to
TargetLowering::getNumRegisters and similar, to avoid confusion with
the actual number of elements for vector types.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37687 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-21 14:42:22 +00:00
autoconf
docs Modify deleting global variable with an even easier way. 2007-06-20 20:46:37 +00:00
examples
include Rename TargetLowering::getNumElements and friends to 2007-06-21 14:42:22 +00:00
lib Rename TargetLowering::getNumElements and friends to 2007-06-21 14:42:22 +00:00
projects
runtime
test New tests. 2007-06-21 07:40:00 +00:00
tools Fix pr1448 2007-06-19 16:46:48 +00:00
utils silence warning when assertions are disabled. 2007-06-19 06:40:46 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT Add entry to CREDITS. 2007-06-08 17:20:08 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.