LLVM backend for 6502
Go to file
Owen Anderson 62bc33c954 Add some more comments to GVN.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41129 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-16 22:02:55 +00:00
autoconf
docs Who thought up this crazy formatting scheme? 2007-08-07 17:57:36 +00:00
examples
include Add MVT::fAny for overloading intrinsics on floating-point types. 2007-08-16 21:57:19 +00:00
lib Add some more comments to GVN. 2007-08-16 22:02:55 +00:00
projects
runtime
test add byval test 2007-08-16 13:09:02 +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
CREDITS.TXT Use subregs to improve any_extend code generation when feasible. 2007-08-10 22:22:41 +00:00
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.