LLVM backend for 6502
Go to file
2006-03-18 00:44:49 +00:00
autoconf
docs Fix a typo. 2006-03-17 08:04:25 +00:00
examples Upgrade this to use the new intrinsic names 2006-03-03 01:31:12 +00:00
include/llvm add a couple of enum values 2006-03-17 19:53:41 +00:00
lib Sort StrideOrder so we can process the smallest strides first. This allows 2006-03-18 00:44:49 +00:00
projects
runtime Optimizing to calloc() to malloc() + memset() can be bad on some platforms. 2006-03-13 21:22:43 +00:00
test Add a missing testcase 2006-03-17 22:39:45 +00:00
tools add an assert to get a slightly better msg about this problem 2006-03-16 23:16:17 +00:00
utils Fix miscodegen of V_SET0 in PPC. 2006-03-18 00:40:36 +00:00
win32 Put intrinsics.gen in its proper place. 2006-03-10 04:36:01 +00:00
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules reorder these to make it work with static libraries 2006-03-10 21:01:34 +00:00
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.