llvm-6502/rc1
2012-11-14 19:22:54 +00:00
..
autoconf Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
bindings Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
cmake Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
docs Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
examples Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
include Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
lib Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
projects Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
runtime Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
test Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
tools Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
unittests Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
utils Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
.gitignore Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
CMakeLists.txt Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
CODE_OWNERS.TXT Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
configure Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
CREDITS.TXT Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
LICENSE.TXT Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
llvm.spec.in Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
LLVMBuild.txt Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
Makefile Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
Makefile.common Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
Makefile.config.in Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
Makefile.rules Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +00:00
README.txt Creating release candidate rc1 from release_32 branch 2012-11-14 19:22:54 +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.