LLVM backend for 6502
Go to file
2010-07-01 02:27:15 +00:00
autoconf
bindings
cmake
docs
examples
include Trailing whitespace. 2010-07-01 01:00:22 +00:00
lib Teach X86FastISel to fold constant offsets and scaled indices in 2010-07-01 02:27:15 +00:00
projects
runtime
test Teach X86FastISel to fold constant offsets and scaled indices in 2010-07-01 02:27:15 +00:00
tools Make -filelist work with -linker=c++. 2010-07-01 01:00:32 +00:00
unittests
utils
website
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT 2010 is upon us. 2010-01-09 18:40:31 +00:00
llvm.spec.in
Makefile build: Update install-clang target. 2010-06-30 22:22:46 +00:00
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt Give packagers some advice about how to build LLVM so it's useful to 2010-02-26 00:54:42 +00:00

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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.