LLVM backend for 6502
Go to file
2006-02-16 04:07:03 +00:00
autoconf reverting previous change, will add support for other compilers later 2006-02-15 07:57:42 +00:00
docs
examples
include/llvm Rename maxStoresPerMemSet to maxStoresPerMemset, etc. 2006-02-14 08:38:30 +00:00
lib Use movaps / movapd (instead of movss / movsd) to do FR32 / FR64 reg to reg 2006-02-16 01:50:02 +00:00
projects
runtime
test Code sufficiently protected against this test. 2006-02-15 17:20:59 +00:00
tools
utils
win32 Visual Studio enters the future of bisoning. 2006-02-16 04:07:03 +00:00
Xcode
.cvsignore Ignore the configure.out file generated by "make reconfigure" 2005-06-18 23:01:25 +00:00
configure reverting previous change, will add support for other compilers later 2006-02-15 07:57:42 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
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.