LLVM backend for 6502
Go to file
2012-02-02 23:27:32 +00:00
autoconf autoconf: fix build/src dir confusion 2012-02-02 00:54:18 +00:00
bindings
cmake
docs
examples
include Specify SubRegIndex components on the index itself. 2012-02-01 23:16:41 +00:00
lib Add pseudo-registers for pairs, triples, and quads of D registers. 2012-02-02 22:45:32 +00:00
projects
runtime
test Unix line endings 2012-02-02 19:00:49 +00:00
tools
unittests
utils Specify SubRegIndex components on the index itself. 2012-02-01 23:16:41 +00:00
.gitignore
CMakeLists.txt cmake: make BUILD_SHARED_LIBS a visible option 2012-02-01 14:49:39 +00:00
configure Regen one last time. 2012-02-02 01:11:30 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt LLVMBuild: Introduce a common section which currently has a list of the 2011-12-12 22:45:54 +00:00
Makefile Makefile: add missing files to FilesToConfig 2012-01-17 02:56:49 +00:00
Makefile.common
Makefile.config.in
Makefile.rules build/Make: Add missing dependency, LLVMBuild makefile fragment implicitly depends on Makefile.config. 2012-02-02 23:27:32 +00:00
README.txt Revert test commit 2012-01-31 23:18:33 +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.