YouCompleteMe/cpp/llvm
2012-07-05 20:58:10 -07:00
..
autoconf Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
bindings Removing more llvm cruft files 2012-07-05 20:58:10 -07:00
cmake Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
docs Removing more llvm cruft files 2012-07-05 20:58:10 -07:00
examples Removing more llvm cruft files 2012-07-05 20:58:10 -07:00
include Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
lib Removing more llvm cruft files 2012-07-05 20:58:10 -07:00
projects Removing more llvm cruft files 2012-07-05 20:58:10 -07:00
runtime Removing more llvm cruft files 2012-07-05 20:58:10 -07:00
test Removing more llvm cruft files 2012-07-05 20:58:10 -07:00
tools Removing more llvm cruft files 2012-07-05 20:58:10 -07:00
unittests Removing more llvm cruft files 2012-07-05 20:58:10 -07:00
utils Removing more llvm cruft files 2012-07-05 20:58:10 -07:00
.gitignore Ignoring some llvm files we don't care about 2012-07-05 20:20:29 -07:00
CMakeLists.txt Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
configure Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
CREDITS.TXT Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
LICENSE.TXT Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
llvm.spec.in Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
LLVMBuild.txt Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
Makefile.common Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
Makefile.config.in Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
Makefile.rules Adding llvm and clang in-source 2012-07-05 17:51:06 -07:00
README.txt Adding llvm and clang in-source 2012-07-05 17:51:06 -07: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.