Apple's llvmCore package
Go to file
2016-01-18 23:29:56 +01:00
autoconf llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
bindings llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
cmake llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
docs llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
examples llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
include llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
lib llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
projects llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
runtime llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
tools llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
unittests llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
utils llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
build_llvm llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
CMakeLists.txt llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
CODE_OWNERS.TXT llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
configure llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
CREDITS.TXT llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
GNUmakefile llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
LICENSE.TXT llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
llvm.spec.in llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
LLVMBuild.txt llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
Makefile llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
Makefile.common llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
Makefile.config.in llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
Makefile.rules llvmCore-3425.0.36 2016-01-18 23:29:56 +01:00
README.txt llvmCore-3425.0.36 2016-01-18 23:29:56 +01: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.