freebsd kernel with SKQ
Go to file
2010-10-07 16:32:35 +00:00
autoconf Vendor import of llvm 2.8 release: 2010-10-07 16:32:35 +00:00
bindings Vendor import of llvm r114020 (from the release_28 branch): 2010-09-17 15:48:55 +00:00
cmake Vendor import of llvm r114020 (from the release_28 branch): 2010-09-17 15:48:55 +00:00
docs Vendor import of llvm 2.8 release: 2010-10-07 16:32:35 +00:00
examples Vendor import of llvm r114020 (from the release_28 branch): 2010-09-17 15:48:55 +00:00
include Vendor import of llvm 2.8 release: 2010-10-07 16:32:35 +00:00
lib Vendor import of llvm 2.8 release: 2010-10-07 16:32:35 +00:00
projects Update LLVM to 97654. 2010-03-03 17:27:15 +00:00
runtime Vendor import of llvm r114020 (from the release_28 branch): 2010-09-17 15:48:55 +00:00
test Vendor import of llvm r114020 (from the release_28 branch): 2010-09-17 15:48:55 +00:00
tools Vendor import of llvm r114020 (from the release_28 branch): 2010-09-17 15:48:55 +00:00
unittests Vendor import of llvm r114020 (from the release_28 branch): 2010-09-17 15:48:55 +00:00
utils Vendor import of llvm r114020 (from the release_28 branch): 2010-09-17 15:48:55 +00:00
website Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
build-for-llvm-top.sh Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
CMakeLists.txt Vendor import of llvm r114020 (from the release_28 branch): 2010-09-17 15:48:55 +00:00
configure Vendor import of llvm 2.8 release: 2010-10-07 16:32:35 +00:00
CREDITS.TXT Vendor import of llvm r114020 (from the release_28 branch): 2010-09-17 15:48:55 +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 Vendor import of llvm r114020 (from the release_28 branch): 2010-09-17 15:48:55 +00:00
Makefile.common Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
Makefile.config.in Vendor import of llvm r114020 (from the release_28 branch): 2010-09-17 15:48:55 +00:00
Makefile.rules Vendor import of llvm 2.8 release: 2010-10-07 16:32:35 +00:00
ModuleInfo.txt Import LLVM, at r72732. 2009-06-02 17:52:33 +00:00
README.txt Vendor import of llvm r114020 (from the release_28 branch): 2010-09-17 15:48:55 +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.