freebsd-dev/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
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
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
LICENSE.TXT
llvm.spec.in
Makefile Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
Makefile.common
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
ModuleInfo.txt
README.txt

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.