freebsd-skq/contrib/llvm
Rui Paulo 921f8a1b40 Restore the support for the 'r' and the 'y' conversion specifiers, first
added on r208987.
These are undocumented but are part of printf(9).
2010-10-11 08:10:12 +00:00
..
autoconf Upgrade Clang and LLVM to the 2.8 release. See here for release notes: 2010-10-07 20:31:07 +00:00
bindings Upgrade our Clang in base to r114020, from upstream's release_28 branch. 2010-09-20 16:43:17 +00:00
include Upgrade Clang and LLVM to the 2.8 release. See here for release notes: 2010-10-07 20:31:07 +00:00
lib Upgrade Clang and LLVM to the 2.8 release. See here for release notes: 2010-10-07 20:31:07 +00:00
runtime Upgrade our Clang in base to r114020, from upstream's release_28 branch. 2010-09-20 16:43:17 +00:00
tools Restore the support for the 'r' and the 'y' conversion specifiers, first 2010-10-11 08:10:12 +00:00
utils Upgrade our Clang in base to r114020, from upstream's release_28 branch. 2010-09-20 16:43:17 +00:00
build-for-llvm-top.sh
CMakeLists.txt Upgrade our Clang in base to r114020, from upstream's release_28 branch. 2010-09-20 16:43:17 +00:00
configure Upgrade Clang and LLVM to the 2.8 release. See here for release notes: 2010-10-07 20:31:07 +00:00
CREDITS.TXT Upgrade our Clang in base to r114020, from upstream's release_28 branch. 2010-09-20 16:43:17 +00:00
LICENSE.TXT
llvm.spec.in
Makefile Upgrade our Clang in base to r114020, from upstream's release_28 branch. 2010-09-20 16:43:17 +00:00
Makefile.common
Makefile.config.in Upgrade our Clang in base to r114020, from upstream's release_28 branch. 2010-09-20 16:43:17 +00:00
Makefile.rules Upgrade Clang and LLVM to the 2.8 release. See here for release notes: 2010-10-07 20:31:07 +00:00
ModuleInfo.txt
README.txt Upgrade our Clang in base to r114020, from upstream's release_28 branch. 2010-09-20 16:43:17 +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.