• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..27-May-2015216

autoconf/H10-Oct-201315

bindings/H10-Oct-20137

build_llvmH A D10-Oct-201310.5 KiB

cmake/H10-Oct-20136

CMakeLists.txtH A D10-Oct-201316.1 KiB

CODE_OWNERS.TXTH A D10-Oct-20131.1 KiB

configureH A D10-Oct-2013632.8 KiB

CREDITS.TXTH A D10-Oct-20139.7 KiB

docs/H10-Oct-201372

examples/H10-Oct-201313

GNUmakefileH A D10-Oct-20133.6 KiB

include/H07-May-20134

lib/H10-Oct-201320

LICENSE.TXTH A D10-Oct-20133.2 KiB

llvm.spec.inH A D10-Oct-20131.8 KiB

LLVMBuild.txtH A D10-Oct-2013752

MakefileH A D10-Oct-20138.2 KiB

Makefile.commonH A D10-Oct-20132.5 KiB

Makefile.config.inH A D10-Oct-201311.2 KiB

Makefile.rulesH A D10-Oct-201377.8 KiB

projects/H10-Oct-20136

README.txtH A D10-Oct-2013566

runtime/H10-Oct-20137

tools/H10-Oct-201333

unittests/H10-Oct-201312

utils/H10-Oct-201356

README.txt

1Low Level Virtual Machine (LLVM)
2================================
3
4This directory and its subdirectories contain source code for the Low Level
5Virtual Machine, a toolkit for the construction of highly optimized compilers,
6optimizers, and runtime environments.
7
8LLVM is open source software. You may freely distribute it under the terms of
9the license agreement found in LICENSE.txt.
10
11Please see the HTML documentation provided in docs/index.html for further
12assistance with LLVM.
13
14If you're writing a package for LLVM, see docs/Packaging.html for our
15suggestions.
16
17
18