FreeBSD src
Go to file
2010-03-06 09:22:29 +00:00
autoconf Update LLVM to 97654. 2010-03-03 17:27:15 +00:00
bindings Update LLVM to r97873. 2010-03-06 09:22:29 +00:00
cmake Update LLVM to r94309. 2010-01-23 11:09:33 +00:00
docs Update LLVM to r97873. 2010-03-06 09:22:29 +00:00
examples Update LLVM to 97654. 2010-03-03 17:27:15 +00:00
include Update LLVM to r97873. 2010-03-06 09:22:29 +00:00
lib Update LLVM to r97873. 2010-03-06 09:22:29 +00:00
projects Update LLVM to 97654. 2010-03-03 17:27:15 +00:00
runtime Update LLVM to r97873. 2010-03-06 09:22:29 +00:00
test Update LLVM to r97873. 2010-03-06 09:22:29 +00:00
tools Update LLVM to r97873. 2010-03-06 09:22:29 +00:00
unittests Update LLVM to r97873. 2010-03-06 09:22:29 +00:00
utils Update LLVM to r97873. 2010-03-06 09:22:29 +00:00
website Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
win32 Update llvm to r84119. 2009-10-14 17:57:32 +00:00
Xcode Update llvm to r84119. 2009-10-14 17:57:32 +00:00
build-for-llvm-top.sh Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
CMakeLists.txt Update LLVM to r97873. 2010-03-06 09:22:29 +00:00
configure Update LLVM to 97654. 2010-03-03 17:27:15 +00:00
CREDITS.TXT Update LLVM to 97654. 2010-03-03 17:27:15 +00:00
LICENSE.TXT Update LLVM to 93512. 2010-01-15 15:37:28 +00:00
llvm.spec.in Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
Makefile Update LLVM to 97654. 2010-03-03 17:27:15 +00:00
Makefile.common Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
Makefile.config.in Update LLVM to r97873. 2010-03-06 09:22:29 +00:00
Makefile.rules Update LLVM to r97873. 2010-03-06 09:22:29 +00:00
mklib Update LLVM to r84949. 2009-10-23 14:19:52 +00:00
ModuleInfo.txt Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
README.txt Update LLVM to 97654. 2010-03-03 17:27:15 +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.