opnsense-src/contrib/llvm
Ed Schouten ffd1746d03 Upgrade our Clang in base to r108428.
This commit merges the latest LLVM sources from the vendor space. It
also updates the build glue to match the new sources. Clang's version
number is changed to match LLVM's, which means /usr/include/clang/2.0
has been renamed to /usr/include/clang/2.8.

Obtained from:	projects/clangbsd
2010-07-20 17:16:57 +00:00
..
autoconf Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
bindings Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
include Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
lib Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
runtime Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/ 2010-06-09 17:59:52 +00:00
tools Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
utils Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
build-for-llvm-top.sh Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/ 2010-06-09 17:59:52 +00:00
CMakeLists.txt Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
configure Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
CREDITS.TXT Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/ 2010-06-09 17:59:52 +00:00
LICENSE.TXT Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/ 2010-06-09 17:59:52 +00:00
llvm.spec.in Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/ 2010-06-09 17:59:52 +00:00
Makefile Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
Makefile.common Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/ 2010-06-09 17:59:52 +00:00
Makefile.config.in Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
Makefile.rules Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
mklib Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/ 2010-06-09 17:59:52 +00:00
ModuleInfo.txt Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/ 2010-06-09 17:59:52 +00:00
README.txt Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/ 2010-06-09 17:59:52 +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.