LLVM backend for 6502
Go to file
2010-04-15 03:47:20 +00:00
autoconf
bindings
cmake
docs
examples
include Add const qualifiers to CodeGen's use of LLVM IR constructs. 2010-04-15 01:51:59 +00:00
lib Fix build. 2010-04-15 03:11:28 +00:00
projects
runtime
test tests: MC/Disassembler tests depend on ARM support being compiler in. 2010-04-15 03:47:20 +00:00
tools fix a crash on "lli ex" or any other file whose name is exactly two 2010-04-15 03:32:19 +00:00
unittests
utils EDis: Don't include inttypes.h. We support compilers which don't provide it. It was unused anyways. 2010-04-14 13:56:38 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
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.