LLVM backend for 6502
Go to file
Devang Patel 7bfd5dba38 Add loop index split tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41146 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-17 22:02:15 +00:00
autoconf Fix PR1606: 2007-08-17 05:44:59 +00:00
docs
examples
include When one branch of condition is eliminated then head of the other 2007-08-17 21:59:16 +00:00
lib When one branch of condition is eliminated then head of the other 2007-08-17 21:59:16 +00:00
projects
runtime
test Add loop index split tests. 2007-08-17 22:02:15 +00:00
tools Update .cvs file 2007-08-15 17:58:51 +00:00
utils Add MVT::fAny for overloading intrinsics on floating-point types. 2007-08-16 21:57:19 +00:00
website
win32
Xcode
build-for-llvm-top.sh
configure Regenerate. 2007-08-17 05:45:26 +00:00
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.